[00:00:00] ====>> Creating the reference jail... done [00:01:23] ====>> Mounting system devices for 102amd64-default [00:01:23] ====>> Mounting ports/packages/distfiles [00:01:23] ====>> Stashing existing package repository [00:01:24] ====>> Mounting packages from: /home/poudriere/data/packages/102amd64-default [00:01:24] ====>> Copying /var/db/ports from: /var/db/ports [00:01:28] ====>> Appending to make.conf: /usr/local/etc/poudriere.d/102amd64-make.conf /etc/resolv.conf -> /home/poudriere/data/.m/102amd64-default/ref/etc/resolv.conf [00:01:28] ====>> Starting jail 102amd64-default [00:01:29] ====>> Logs: /home/poudriere/data/logs/bulk/102amd64-default/2015-12-02_15h49m29s [00:01:29] ====>> Loading MOVED [00:01:32] ====>> Calculating ports order and dependencies [00:01:34] ====>> Sanity checking the repository [00:01:34] ====>> Checking packages for incremental rebuild needed [00:02:12] ====>> Deleting stale symlinks [00:02:12] ====>> Deleting empty directories [00:02:12] ====>> Cleaning the build queue [00:02:12] ====>> Recording filesystem state for prepkg... done [00:02:15] ====>> Committing packages to repository [00:02:15] ====>> Removing old packages [00:02:16] ====>> Building with flags: [00:02:16] ====>> Removing existing /usr/local build started at Wed Dec 2 15:51:44 YEKT 2015 port directory: /usr/ports/lang/sbcl building for: FreeBSD 102amd64-default 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 amd64 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/lang/sbcl/Makefile 381916 2015-03-22 14:42:11Z marino $ Poudriere version: 3.1.9 Host OSVERSION: 1002000 Jail OSVERSION: 1002000 ---Begin Environment--- PKGREPOSITORY=/tmp/pkgs PACKAGES=/tmp/pkgs OSVERSION=1002000 UNAME_v=FreeBSD 10.2-RELEASE-p7 UNAME_r=10.2-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 WARNING_WAIT=0 SAVED_TERM=rxvt NO_WARNING_PKG_INSTALL_EOL=yes MASTERMNT=/home/poudriere/data/.m/102amd64-default/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk OLDPWD=/usr/ports PWD=/ MASTERNAME=102amd64-default SCRIPTPREFIX=/usr/local/share/poudriere USER=root HOME=/root POUDRIERE_VERSION=3.1.9 SCRIPTPATH=/usr/local/share/poudriere/testport.sh TRYBROKEN=yes LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes DEV_WARNING_WAIT=0 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for sbcl-1.3.1,1: SBCL=on: Bootstrap with installed SBCL binary, if available ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/lang/sbcl/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/sbcl/work HOME=/wrkdirs/usr/ports/lang/sbcl/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/lang/sbcl/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/sbcl/work HOME=/wrkdirs/usr/ports/lang/sbcl/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I. -DSBCL_PREFIX=\\\"\$(SBCL_PREFIX)\\\"" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- I386_ONLY="@comment " AMD64_ONLY="" OSREL=10.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/sbcl" EXAMPLESDIR="share/examples/sbcl" DATADIR="share/sbcl" WWWDIR="www/sbcl" ETCDIR="etc/sbcl" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sbcl DOCSDIR=/usr/local/share/doc/sbcl EXAMPLESDIR=/usr/local/share/examples/sbcl WWWDIR=/usr/local/www/sbcl ETCDIR=/usr/local/etc/sbcl --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/102amd64-make.conf #### # XXX #> I actually was puzzled with texlive not installing and remembered #> seeing someone had issues with the new collate stuff. I simply #> tried the latter setting with a "Let's see what happens". It worked. #> #> Moral 1 of the story. Build ports with LC_ALL= and LC_COLLATE=C. # Distfiles RANDOMIZE_MASTER_SITE=yes FETCH_BEFORE_ARGS=-p4 -T120 # Languages and compilers #C=gcc #CXX=g++ #CPP=cpp OPTIONS_SET= BOOTSTRAP FORTRAN PERL LIBYAML LUAJIT SBCL OPTIONS_UNSET= CMUCL GCL # Needed for print/pdftk .if ${.CURDIR:M*/lang/gcc*} OPTIONS_SET+= JAVA .else OPTIONS_UNSET+= JAVA .endif OPTIONS_UNSET+= GLIB # CAD OPTIONS_SET+= NGSPICE OPTIONS_UNSET+= GNUCAP # Documentation OPTIONS_SET+= EXAMPLES MANPAGES TCLMAN TKMAN OPTIONS_UNSET+= DOCBOOK HELPBROWSER HTMLDOCS OPTIONS_UNSET+= TESTS # Emulation OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 # Filesystem OPTIONS_UNSET+= FAM GAMIN GAM_POLLER GDA GIO GNOMEVFS GNOMEVFS2 GVFS LIBINOTIFY # Graphics OPTIONS_SET+= FONTCONFIG OPENGL PNG X11 XFT LCD_FILTERING MESA MESAGL VAAPI VDPAU OPTIONS_UNSET+= COLORD NVIDIA NVIDIA_GL # Integration OPTIONS_UNSET+= DBUS GCONF GNOME GNOME_PROXY GOBJECT GSETTINGS # Hardware OPTIONS_SET+= DEVD USB #OPTIONS_UNSET+= BACKSPACE_KEY DELETE_KEY OPTIONS_UNSET+= HAL # Locales OPTIONS_SET+= IDN LIBIDN METRIC NLS UNICODE UTF8 OPTIONS_UNSET+= XIM # Math OPTIONS_SET+= AVX AVX2 CPU_OPTS DYNAMIC_ARCH LARGE_STACK MMX OPENBLAS OPENMP OPTIMIZATION OPTIMIZED_CFLAGS OPTIMIZED_FLAGS PGO RAYOPTIMIZATION SIMD SMP SSE SSE2 THREADS X86_ASM XS OPTIONS_UNSET+= ATLAS NETLIB GOTOBLAS STATIC DEBUG # Multimedia OPTIONS_SET+= AAC ACOUSTID FFMPEG FLAC ID3TAG LAME MMS OPENAL V4L VORBIS VORBISENC WAV YTDL #OPTIONS_SET+= OSS OPTIONS_UNSET+= ALSA ESD ESOUND GSTREAMER JACK NAS PORTAUDIO PULSE PULSEAUDIO # Security WITH_SSP=yes OPTIONS_SET+= OPENSSL PAM SASL OPTIONS_UNSET+= GCRYPT GNUTLS GSSAPI # Port OpenSSL broken for curl .if ${.CURDIR}!="/usr/ports/ftp/curl" WITH_OPENSSL_PORT= yes .endif # LibreSSL support broken in tor #.if ${.CURDIR}!="/usr/ports/security/tor" # OPENSSL_PORT= security/libressl # # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511. # # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195508 # OPENSSL_SHLIBVER= 30 #.endif # TCP OPTIONS_SET+= CURL FETCH GEOIP IPV6 HTTP2 HTTPV2 OPTIONS_UNSET+= AVAHI BONJOUR GNOME_PROXY MDNS MDNSRESPONDER SAMBA SMB # Text processing OPTIONS_SET+= HUNSPELL LIBGUESS OPTIONS_UNSET+= ASPELL ENCA ENCHANT GTKSPELL ISPELL # Typesetting OPTIONS_UNSET+= CLOUDPRINT CUPS TEX_DEFAULT = texlive # UI OPTIONS_SET+= GTK2 OPTIONS_UNSET+= GNOMEUI GUI GTK3 KDE4 QT4 QT5 WX SKINS OPTIONS_UNSET+= BASH BASH_COMPLETIONS NOTIFY ZSH QT4_OPTIONS= -CUPS -NAS QGTKSTYLE # Overrides audio_audacity_SET+= SAMPLERATE audio_beets_SET+= CHROMA # Broken audio/aacgain audio_beets_UNSET+= REPLAYGAIN audio_musicpd_SET+= AAC ARCHIVE HTTPD LAME MMS SHOUTCAST VORBISENC audio_ncmpcpp_SET+= CLOCK VISUALIZER devel_gcc-arm-embedded_SET+= HTML devel_gcc-arm-embedded_UNSET+= PDF emulators_i386-wine_UNSET+= GECKO MONO emulators_i386-wine-compholio_UNSET+= GECKO MONO emulators_i386-wine-devel_UNSET+= GECKO MONO games_minetest_SET+= FREETYPE LEVELDB LUAJIT NLS SERVER games_minetest_UNSET+= CLIENT SOUND graphics_blender_SET+= CAMERATRACK COLLADA CYCLES CYCLESOSL MOD_OCEANSIM #XXX Broken FFMPEG support graphics_blender_UNSET+= FFMPEG REDCODE # Required by x11-toolkits/pango graphics_cairo_OPTIONS_SET+= GLIB graphics_gimp_UNSET+= PRINT graphics_gimp-help_SET+= EN graphics_gimp-help_UNSET+= ALL DE ES FR IT JA KO NL NN PL RU SV ZH_CN graphics_inkscape_UNSET+= POPPLER multimedia_handbrake_UNSET+= X11 irc_bitlbee_SET+= LIBPURPLE JABBER MSN OSCAR OTR TWITTER YAHOO LIBEVENT SKYPE # GCL: broken EMACS! lang_gcl_UNSET+= EMACS lang_sbcl_SET+= SBCL mail_fetchmail_UNSET+= X11 mail_mutt_SET+= NNTP mail_postfix_SET+= TLS math_gnuplot_SET+= GRIDBOX math_gnuplot_UNSET+= TEX glib_networking_SET= GNUTLS multimedia_libass_SET+= FONTCONFIG multimedia_musicpd_SET+= HTTPD SHOUTCAST net-im_skype-devel_SET= net-im_skype-devel_UNSET= VIDEO NVIDIA_GL net-im_telegram-purple_UNSET= WEBP net_mtr_UNSET= X11 #security_ca_root_nss_SET+= ETCSYMLINK security_gnupg_SET+= CURL SUID_GPG security_openssl_SET+= EC # ASM broken in OpenSSL 1.0.2 (bug 198788) security_openssl_UNSET+= ASM security_pinentry_SET+= TTY security_pinentry_UNSET+= GTK2 QT4 sysutils_conky_SET+= APCUPSD LUA METAR MOC MPD RSS X1 XOAP ARGB DOUBLE_BUFFERING www_firefox_SET=ALSA www_libxul_SET=ALSA www_nginx_SET=HTTP_FANCYINDEX HTTP_REWRITE www_nginx_UNSET=HTTP_CACHE HTTP_STATUS www_nginx-devel_SET=HTTP_FANCYINDEX HTTP_REWRITE www_nginx-devel_UNSET=HTTP_CACHE HTTP_STATUS # PGO requires running X11 during build www_libxul_UNSET=PGO x11_xautolock_UNSET+= XLOCK x11_xscreensaver_SET+= ANCLOCK # Error: 'bin/xglock' is referring to /tmp/usr/ports/x11/xlockmore/work/stage x11_xlockmore_UNSET+= GTK2 x11-fonts_terminus-font_SET+= AO2 GE2 LL2 x11-toolkits_gtk20_SET+= SHIFT_INSERT x11-toolkits_gtk30_SET+= SHIFT_INSERT ---End make.conf--- =================================================== --------------------------------------------------------- You might need to adjust memory limits in order to build SBCL. You can use the DYNAMIC_SPACE_SIZE knob to change the size of SBCL dynamically-allocated memory. --------------------------------------------------------- ===> License sbcl accepted by the user =========================================================================== =================================================== ===> sbcl-1.3.1,1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [102amd64-default] Installing pkg-1.6.1_2... [102amd64-default] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_2: If you are upgrading from the old package format, first run: # pkg2ng ===> sbcl-1.3.1,1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of sbcl-1.3.1,1 =========================================================================== =================================================== =========================================================================== =================================================== --------------------------------------------------------- You might need to adjust memory limits in order to build SBCL. You can use the DYNAMIC_SPACE_SIZE knob to change the size of SBCL dynamically-allocated memory. --------------------------------------------------------- ===> License sbcl accepted by the user ===> sbcl-1.3.1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sbcl-1.3.1,1 for building =========================================================================== =================================================== --------------------------------------------------------- You might need to adjust memory limits in order to build SBCL. You can use the DYNAMIC_SPACE_SIZE knob to change the size of SBCL dynamically-allocated memory. --------------------------------------------------------- ===> License sbcl accepted by the user ===> sbcl-1.3.1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sbcl-1.3.1,1 for building => SHA256 Checksum OK for sbcl-1.3.1-source.tar.bz2. => SHA256 Checksum OK for sbcl-1.3.1-documentation-html.tar.bz2. => SHA256 Checksum OK for sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== --------------------------------------------------------- You might need to adjust memory limits in order to build SBCL. You can use the DYNAMIC_SPACE_SIZE knob to change the size of SBCL dynamically-allocated memory. --------------------------------------------------------- ===> License sbcl accepted by the user ===> sbcl-1.3.1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sbcl-1.3.1,1 for building ===> Extracting for sbcl-1.3.1,1 => SHA256 Checksum OK for sbcl-1.3.1-source.tar.bz2. => SHA256 Checksum OK for sbcl-1.3.1-documentation-html.tar.bz2. => SHA256 Checksum OK for sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for sbcl-1.3.1,1 /usr/bin/sed -i.bak -e 's!/bin/bash!/usr/local&!' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/release.sh /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/run-program.lisp /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/tests/run-compiler.sh =========================================================================== =================================================== ===> sbcl-1.3.1,1 depends on executable: gmake - not found ===> Installing existing package /packages/All/gmake-4.1_2.txz [102amd64-default] Installing gmake-4.1_2... [102amd64-default] `-- Installing indexinfo-0.2.4... [102amd64-default] `-- Extracting indexinfo-0.2.4: .... done [102amd64-default] Extracting gmake-4.1_2: ....... done ===> sbcl-1.3.1,1 depends on executable: gmake - found ===> Returning to build of sbcl-1.3.1,1 =========================================================================== =================================================== ===> sbcl-1.3.1,1 depends on shared library: libgmp.so - not found ===> Installing existing package /packages/All/gmp-5.1.3_2.txz [102amd64-default] Installing gmp-5.1.3_2... [102amd64-default] Extracting gmp-5.1.3_2: .......... done ===> sbcl-1.3.1,1 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> Returning to build of sbcl-1.3.1,1 =========================================================================== ====>> Recording filesystem state for prebuild... done =================================================== ===> sbcl-1.3.1,1 depends on executable: gmake - found ===> sbcl-1.3.1,1 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> Configuring for sbcl-1.3.1,1 =========================================================================== =================================================== ===> Building for sbcl-1.3.1,1 (cd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1 && /usr/bin/env CC="cc" /bin/sh make.sh --prefix=/usr/local --dynamic-space-size=1024 --with-sb-core-compression --with-sb-qshow --xc-host='/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.0.31-amd64-freebsd8/src/runtime/sbcl --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.0.31-amd64-freebsd8/output/sbcl.core --dynamic-space-size 1024 --disable-debugger --userinit /dev/null --sysinit /dev/null' --without-sb-thread) //entering make-config.sh //ensuring the existence of output/ directory //guessing default target CPU architecture from host architecture //setting up CPU-architecture-dependent information sbcl_arch="x86-64" //initializing /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/local-target-features.lisp-expr //setting up OS-dependent information gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/tools-for-build' cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I../src/runtime determine-endianness.c -lutil -o determine-endianness gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/tools-for-build' //finishing /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/local-target-features.lisp-expr //Starting build: Wed Dec 2 10:51:55 UTC 2015 //Options: --prefix='/usr/local' --xc-host='/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.0.31-amd64-freebsd8/src/runtime/sbcl --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.0.31-amd64-freebsd8/output/sbcl.core --dynamic-space-size 1024 --disable-debugger --userinit /dev/null --sysinit /dev/null' /in canonicalize-whitespace-1 /$*=./make-genesis-2.lisp ./tools-for-build/wxs.lisp ./tools-for-build/rtf.lisp ./tools-for-build/ldso-stubs.lisp ./tools-for-build/pending-deprecations.lisp ./tools-for-build/ucd.lisp ./tests/seq.impure.lisp ./tests/foreign-stack-alignment.impure.lisp ./tests/mop-3.impure-cload.lisp ./tests/undefined-classoid-bug-1.lisp ./tests/compiler-3.impure-cload.lisp ./tests/mop.impure.lisp ./tests/setf.impure.lisp ./tests/load.impure.lisp ./tests/mop-13.impure-cload.lisp ./tests/backq.impure.lisp ./tests/coerce.pure.lisp ./tests/custom-sysinit.lisp ./tests/vector.pure.lisp ./tests/float.impure.lisp ./tests/colorize-windows-console.lisp ./tests/hash.impure.lisp ./tests/timer.impure.lisp ./tests/mop-30.impure.lisp ./tests/type.impure.lisp ./tests/alien.impure.lisp ./tests/bug-943953.lisp ./tests/fast-eval.impure.lisp ./tests/compare-and-swap.impure.lisp ./tests/colorize-control-codes.lisp ./tests/merge-lambdas.lisp ./tests/clos.impure-cload.lisp ./tests/compiler-2.pure.lisp ./tests/mop-19.impure-cload.lisp ./tests/compiler-test-util.lisp ./tests/info.before-xc.lisp ./tests/gcd.pure.lisp ./tests/enc-jpn.impure.lisp ./tests/stream.impure.lisp ./tests/kill-non-lisp-thread.impure.lisp ./tests/macroexpand.impure.lisp ./tests/compiler-1.impure-cload.lisp ./tests/array.pure.lisp ./tests/mop-16.impure-cload.lisp ./tests/unicode-collation.impure.lisp ./tests/mop-20.impure-cload.lisp ./tests/clos-cache.impure.lisp ./tests/serve-event.pure.lisp ./tests/unicode-properties.impure.lisp ./tests/style-warnings.impure.lisp ./tests/backq.impure-cload.lisp ./tests/mop-27.impure.lisp ./tests/system.impure.lisp ./tests/colorize.lisp ./tests/string.pure.lisp ./tests/callback.impure.lisp ./tests/bug-414.lisp ./tests/signals.impure.lisp ./tests/destructure.impure.lisp ./tests/type.before-xc.lisp ./tests/break-on-signals.impure.lisp ./tests/gc.impure.lisp ./tests/pure.lisp ./tests/arith.impure.lisp ./tests/mop-6.impure-cload.lisp ./tests/bug-332.lisp ./tests/clos.impure.lisp ./tests/clos-add-remove-method.impure.lisp ./tests/clocc-ansi-test-known-bugs.lisp ./tests/packages.impure.lisp ./tests/compiler.pure.lisp ./tests/package-locks.impure.lisp ./tests/symbol.impure.lisp ./tests/symbol.pure.lisp ./tests/reader.pure.lisp ./tests/test-util.lisp ./tests/call-into-lisp.impure.lisp ./tests/mop-2.impure-cload.lisp ./tests/clos-1.impure.lisp ./tests/enc-cn.impure.lisp ./tests/win32-foreign-stack-unwind.impure.lisp ./tests/ctor.impure.lisp ./tests/parallel-fasl-load-test.lisp ./tests/backtrace.impure.lisp ./tests/load.impure-cload.lisp ./tests/compiler.pure-cload.lisp ./tests/mop-14.impure-cload.lisp ./tests/condition-wait-sigcont.lisp ./tests/seq.pure.lisp ./tests/smoke.impure.lisp ./tests/defstruct.impure.lisp ./tests/undefined-classoid-bug-2.lisp ./tests/stream.pure.lisp ./tests/filesys.pure.lisp ./tests/dump.impure-cload.lisp ./tests/unwind-to-frame-and-call.impure.lisp ./tests/interface.pure.lisp ./tests/mop-28.impure.lisp ./tests/mop-11.impure-cload.lisp ./tests/info.impure.lisp ./tests/octets.pure.lisp ./tests/external-format.impure.lisp ./tests/bug-doug-mcnaught-20030914.lisp ./tests/type.pure.lisp ./tests/condition.pure.lisp ./tests/mop-7.impure-cload.lisp ./tests/mop-5.impure-cload.lisp ./tests/threads.impure.lisp ./tests/extended-sequences.impure.lisp ./tests/properties.impure.lisp ./tests/define-compiler-macro.impure.lisp ./tests/deprecation.internal.impure.lisp ./tests/deadline.impure.lisp ./tests/mop-8.impure-cload.lisp ./tests/run-program.impure.lisp ./tests/win32.impure.lisp ./tests/float.pure.lisp ./tests/mop-26.impure.lisp ./tests/clos-interrupts.impure.lisp ./tests/run-tests.lisp ./tests/circ-tree-test.lisp ./tests/character.pure.lisp ./tests/with-compilation-unit.impure.lisp ./tests/fopcompiler.impure.lisp ./tests/lambda-list.pure.lisp ./tests/hash.pure.lisp ./tests/clos-typechecking.impure.lisp ./tests/bug-417.lisp ./tests/bug204-test.lisp ./tests/debug.impure.lisp ./tests/exhaust.impure.lisp ./tests/vm.before-xc.lisp ./tests/gray-streams.impure.lisp ./tests/defglobal.impure.lisp ./tests/clos.pure.lisp ./tests/mop-4.impure-cload.lisp ./tests/loop.pure.lisp ./tests/profile.impure.lisp ./tests/pathnames.impure.lisp ./tests/case.pure.lisp ./tests/arith.pure.lisp ./tests/compound-cons.impure.lisp ./tests/type.after-xc.lisp ./tests/step.impure.lisp ./tests/loop.impure.lisp ./tests/bivalent-stream.impure.lisp ./tests/derived-function-type-casts.lisp ./tests/data/compile-file-pos.lisp ./tests/data/wonky1.lisp ./tests/data/wonky3.lisp ./tests/data/wonky2.lisp ./tests/data/wonky4.lisp ./tests/data/compile-file-pos-utf16be.lisp ./tests/mop-15.impure-cload.lisp ./tests/defglobal.impure-cload.lisp ./tests/unicode-normalization.impure.lisp ./tests/mop-24.impure.lisp ./tests/bug-503095.lisp ./tests/custom-userinit.lisp ./tests/case-test.lisp ./tests/print.impure.lisp ./tests/load.pure.lisp ./tests/dynamic-extent.impure.lisp ./tests/swap-lispobjs.impure.lisp ./tests/bug-503095-2.lisp ./tests/mop-10.impure-cload.lisp ./tests/simd-pack.impure.lisp ./tests/mop-25.impure.lisp ./tests/mop-21.impure-cload.lisp ./tests/mop-17.impure-cload.lisp ./tests/deftype.impure.lisp ./tests/compiler-2.impure-cload.lisp ./tests/clos-ignore.interactive.lisp ./tests/map-tests.impure.lisp ./tests/assertoid.lisp ./tests/interface.impure.lisp ./tests/mop.pure.lisp ./tests/condition.impure.lisp ./tests/full-eval.impure.lisp ./tests/eval.impure.lisp ./tests/static-alloc.impure.lisp ./tests/mop-23.impure.lisp ./tests/defmacro-test.lisp ./tests/deprecation.impure.lisp ./tests/stream.impure-cload.lisp ./tests/time.pure.lisp ./tests/stress-gc.lisp ./tests/compiler.impure.lisp ./tests/mop-9.impure-cload.lisp ./tests/unicode-misc.pure.lisp ./tests/walk.impure.lisp ./tests/compiler-output-test.lisp ./tests/mop-1.impure-cload.lisp ./tests/mop.impure-cload.lisp ./tests/raw-slots-interleaved.impure.lisp ./tests/macro-policy-test.lisp ./tests/mop-18.impure-cload.lisp ./tests/mop-29.impure.lisp ./tests/threads.pure.lisp ./tests/random.pure.lisp ./tests/bit-vector.impure-cload.lisp ./tests/mop-12.impure-cload.lisp ./tests/assembler.pure.lisp ./tests/unicode-breaking.impure.lisp ./tests/mop-22.impure-cload.lisp ./tests/reader.impure.lisp ./tests/package-ctor-bug.lisp ./tests/pprint.impure.lisp ./tests/vector.impure.lisp ./tests/fopcompiler.impure-cload.lisp ./tests/list.pure.lisp ./tests/compiler.impure-cload.lisp ./tests/symbol-macrolet-test.lisp ./make-target-2-load.lisp ./make-host-2.lisp ./doc/manual/create-contrib-doc-list.lisp ./doc/manual/docstrings.lisp ./make-host-1.lisp ./make-target-2.lisp ./src/cold/snapshot.lisp ./src/cold/muffler.lisp ./src/cold/defun-load-or-cload-xcompiler.lisp ./src/cold/warm.lisp ./src/cold/ansify.lisp ./src/cold/shared.lisp ./src/cold/shebang.lisp ./src/cold/with-stuff.lisp ./src/cold/slam.lisp ./src/cold/chill.lisp ./src/cold/rename-package-carefully.lisp ./src/cold/compile-cold-sbcl.lisp ./src/cold/set-up-cold-packages.lisp ./src/cold/read-from-file.lisp ./src/assembly/assemfile.lisp ./src/assembly/x86/array.lisp ./src/assembly/x86/support.lisp ./src/assembly/x86/alloc.lisp ./src/assembly/x86/bit-bash.lisp ./src/assembly/x86/arith.lisp ./src/assembly/x86/assem-rtns.lisp ./src/assembly/arm/array.lisp ./src/assembly/arm/support.lisp ./src/assembly/arm/alloc.lisp ./src/assembly/arm/arith.lisp ./src/assembly/arm/assem-rtns.lisp ./src/assembly/hppa/array.lisp ./src/assembly/hppa/support.lisp ./src/assembly/hppa/alloc.lisp ./src/assembly/hppa/arith.lisp ./src/assembly/hppa/assem-rtns.lisp ./src/assembly/sparc/array.lisp ./src/assembly/sparc/support.lisp ./src/assembly/sparc/alloc.lisp ./src/assembly/sparc/arith.lisp ./src/assembly/sparc/assem-rtns.lisp ./src/assembly/arm64/array.lisp ./src/assembly/arm64/support.lisp ./src/assembly/arm64/alloc.lisp ./src/assembly/arm64/arith.lisp ./src/assembly/arm64/assem-rtns.lisp ./src/assembly/x86-64/array.lisp ./src/assembly/x86-64/support.lisp ./src/assembly/x86-64/alloc.lisp ./src/assembly/x86-64/bit-bash.lisp ./src/assembly/x86-64/arith.lisp ./src/assembly/x86-64/assem-rtns.lisp ./src/assembly/mips/array.lisp ./src/assembly/mips/support.lisp ./src/assembly/mips/alloc.lisp ./src/assembly/mips/arith.lisp ./src/assembly/mips/assem-rtns.lisp ./src/assembly/alpha/array.lisp ./src/assembly/alpha/support.lisp ./src/assembly/alpha/alloc.lisp ./src/assembly/alpha/arith.lisp ./src/assembly/alpha/assem-rtns.lisp ./src/assembly/ppc/array.lisp ./src/assembly/ppc/support.lisp ./src/assembly/ppc/alloc.lisp ./src/assembly/ppc/arith.lisp ./src/assembly/ppc/assem-rtns.lisp ./src/compiler/life.lisp ./src/compiler/copyprop.lisp ./src/compiler/codegen.lisp ./src/compiler/early-globaldb.lisp ./src/compiler/early-assem.lisp ./src/compiler/seqtran.lisp ./src/compiler/saptran.lisp ./src/compiler/constantp.lisp ./src/compiler/x86/c-call.lisp ./src/compiler/x86/call.lisp ./src/compiler/x86/target-insts.lisp ./src/compiler/x86/array.lisp ./src/compiler/x86/backend-parms.lisp ./src/compiler/x86/vm.lisp ./src/compiler/x86/nlx.lisp ./src/compiler/x86/type-vops.lisp ./src/compiler/x86/alloc.lisp ./src/compiler/x86/subprim.lisp ./src/compiler/x86/system.lisp ./src/compiler/x86/char.lisp ./src/compiler/x86/pred.lisp ./src/compiler/x86/values.lisp ./src/compiler/x86/parms.lisp ./src/compiler/x86/macros.lisp ./src/compiler/x86/debug.lisp ./src/compiler/x86/cell.lisp ./src/compiler/x86/move.lisp ./src/compiler/x86/float.lisp ./src/compiler/x86/sap.lisp ./src/compiler/x86/insts.lisp ./src/compiler/x86/memory.lisp ./src/compiler/x86/static-fn.lisp ./src/compiler/x86/arith.lisp ./src/compiler/x86/show.lisp ./src/compiler/arm/c-call.lisp ./src/compiler/arm/call.lisp ./src/compiler/arm/target-insts.lisp ./src/compiler/arm/sanctify.lisp ./src/compiler/arm/array.lisp ./src/compiler/arm/backend-parms.lisp ./src/compiler/arm/vm.lisp ./src/compiler/arm/nlx.lisp ./src/compiler/arm/type-vops.lisp ./src/compiler/arm/alloc.lisp ./src/compiler/arm/subprim.lisp ./src/compiler/arm/system.lisp ./src/compiler/arm/char.lisp ./src/compiler/arm/pred.lisp ./src/compiler/arm/values.lisp ./src/compiler/arm/parms.lisp ./src/compiler/arm/macros.lisp ./src/compiler/arm/debug.lisp ./src/compiler/arm/cell.lisp ./src/compiler/arm/move.lisp ./src/compiler/arm/float.lisp ./src/compiler/arm/sap.lisp ./src/compiler/arm/insts.lisp ./src/compiler/arm/memory.lisp ./src/compiler/arm/static-fn.lisp ./src/compiler/arm/arith.lisp ./src/compiler/arm/show.lisp ./src/compiler/generic/vm-fndb.lisp ./src/compiler/generic/core.lisp ./src/compiler/generic/type-error.lisp ./src/compiler/generic/late-nlx.lisp ./src/compiler/generic/interr.lisp ./src/compiler/generic/vm-type.lisp ./src/compiler/generic/vm-typetran.lisp ./src/compiler/generic/early-type-vops.lisp ./src/compiler/generic/utils.lisp ./src/compiler/generic/parms.lisp ./src/compiler/generic/genesis.lisp ./src/compiler/generic/vm-macs.lisp ./src/compiler/generic/late-type-vops.lisp ./src/compiler/generic/vm-ir2tran.lisp ./src/compiler/generic/target-core.lisp ./src/compiler/generic/objdef.lisp ./src/compiler/generic/vm-array.lisp ./src/compiler/generic/primtype.lisp ./src/compiler/generic/early-vm.lisp ./src/compiler/generic/early-objdef.lisp ./src/compiler/generic/vm-tran.lisp ./src/compiler/generic/late-objdef.lisp ./src/compiler/ir1tran.lisp ./src/compiler/ir2opt.lisp ./src/compiler/lexenv.lisp ./src/compiler/ltn.lisp ./src/compiler/hppa/c-call.lisp ./src/compiler/hppa/call.lisp ./src/compiler/hppa/target-insts.lisp ./src/compiler/hppa/sanctify.lisp ./src/compiler/hppa/array.lisp ./src/compiler/hppa/backend-parms.lisp ./src/compiler/hppa/vm.lisp ./src/compiler/hppa/nlx.lisp ./src/compiler/hppa/type-vops.lisp ./src/compiler/hppa/alloc.lisp ./src/compiler/hppa/subprim.lisp ./src/compiler/hppa/system.lisp ./src/compiler/hppa/char.lisp ./src/compiler/hppa/pred.lisp ./src/compiler/hppa/values.lisp ./src/compiler/hppa/parms.lisp ./src/compiler/hppa/macros.lisp ./src/compiler/hppa/debug.lisp ./src/compiler/hppa/cell.lisp ./src/compiler/hppa/move.lisp ./src/compiler/hppa/float.lisp ./src/compiler/hppa/sap.lisp ./src/compiler/hppa/insts.lisp ./src/compiler/hppa/memory.lisp ./src/compiler/hppa/static-fn.lisp ./src/compiler/hppa/arith.lisp ./src/compiler/hppa/show.lisp ./src/compiler/ir2tran.lisp ./src/compiler/node.lisp ./src/compiler/sparc/c-call.lisp ./src/compiler/sparc/call.lisp ./src/compiler/sparc/target-insts.lisp ./src/compiler/sparc/sanctify.lisp ./src/compiler/sparc/array.lisp ./src/compiler/sparc/backend-parms.lisp ./src/compiler/sparc/vm.lisp ./src/compiler/sparc/nlx.lisp ./src/compiler/sparc/type-vops.lisp ./src/compiler/sparc/alloc.lisp ./src/compiler/sparc/subprim.lisp ./src/compiler/sparc/system.lisp ./src/compiler/sparc/char.lisp ./src/compiler/sparc/pred.lisp ./src/compiler/sparc/values.lisp ./src/compiler/sparc/parms.lisp ./src/compiler/sparc/macros.lisp ./src/compiler/sparc/debug.lisp ./src/compiler/sparc/cell.lisp ./src/compiler/sparc/move.lisp ./src/compiler/sparc/float.lisp ./src/compiler/sparc/sap.lisp ./src/compiler/sparc/insts.lisp ./src/compiler/sparc/memory.lisp ./src/compiler/sparc/static-fn.lisp ./src/compiler/sparc/arith.lisp ./src/compiler/sparc/show.lisp ./src/compiler/ir1final.lisp ./src/compiler/info-vector.lisp ./src/compiler/ctype.lisp ./src/compiler/late-macros.lisp ./src/compiler/debug-dump.lisp ./src/compiler/float-tran.lisp ./src/compiler/xref.lisp ./src/compiler/ir1util.lisp ./src/compiler/fixup.lisp ./src/compiler/parse-lambda-list.lisp ./src/compiler/policies.lisp ./src/compiler/stack.lisp ./src/compiler/control.lisp ./src/compiler/represent.lisp ./src/compiler/arm64/c-call.lisp ./src/compiler/arm64/call.lisp ./src/compiler/arm64/target-insts.lisp ./src/compiler/arm64/sanctify.lisp ./src/compiler/arm64/array.lisp ./src/compiler/arm64/backend-parms.lisp ./src/compiler/arm64/vm.lisp ./src/compiler/arm64/nlx.lisp ./src/compiler/arm64/type-vops.lisp ./src/compiler/arm64/alloc.lisp ./src/compiler/arm64/subprim.lisp ./src/compiler/arm64/system.lisp ./src/compiler/arm64/char.lisp ./src/compiler/arm64/pred.lisp ./src/compiler/arm64/values.lisp ./src/compiler/arm64/parms.lisp ./src/compiler/arm64/macros.lisp ./src/compiler/arm64/debug.lisp ./src/compiler/arm64/cell.lisp ./src/compiler/arm64/move.lisp ./src/compiler/arm64/float.lisp ./src/compiler/arm64/sap.lisp ./src/compiler/arm64/insts.lisp ./src/compiler/arm64/memory.lisp ./src/compiler/arm64/static-fn.lisp ./src/compiler/arm64/arith.lisp ./src/compiler/arm64/show.lisp ./src/compiler/typetran.lisp ./src/compiler/proclaim.lisp ./src/compiler/early-aliencomp.lisp ./src/compiler/fndb.lisp ./src/compiler/early-lexenv.lisp ./src/compiler/macros.lisp ./src/compiler/pseudo-vops.lisp ./src/compiler/entry.lisp ./src/compiler/assem.lisp ./src/compiler/srctran.lisp ./src/compiler/integer-tran.lisp ./src/compiler/aliencomp.lisp ./src/compiler/fopcompile.lisp ./src/compiler/sset.lisp ./src/compiler/debug.lisp ./src/compiler/ir1tran-lambda.lisp ./src/compiler/x86-64/c-call.lisp ./src/compiler/x86-64/call.lisp ./src/compiler/x86-64/target-insts.lisp ./src/compiler/x86-64/array.lisp ./src/compiler/x86-64/backend-parms.lisp ./src/compiler/x86-64/vm.lisp ./src/compiler/x86-64/nlx.lisp ./src/compiler/x86-64/type-vops.lisp ./src/compiler/x86-64/alloc.lisp ./src/compiler/x86-64/subprim.lisp ./src/compiler/x86-64/system.lisp ./src/compiler/x86-64/char.lisp ./src/compiler/x86-64/pred.lisp ./src/compiler/x86-64/values.lisp ./src/compiler/x86-64/parms.lisp ./src/compiler/x86-64/simd-pack.lisp ./src/compiler/x86-64/macros.lisp ./src/compiler/x86-64/debug.lisp ./src/compiler/x86-64/cell.lisp ./src/compiler/x86-64/move.lisp ./src/compiler/x86-64/float.lisp ./src/compiler/x86-64/sap.lisp ./src/compiler/x86-64/insts.lisp ./src/compiler/x86-64/memory.lisp ./src/compiler/x86-64/static-fn.lisp ./src/compiler/x86-64/arith.lisp ./src/compiler/x86-64/show.lisp ./src/compiler/fun-info-funs.lisp ./src/compiler/dce.lisp ./src/compiler/info-functions.lisp ./src/compiler/constraint.lisp ./src/compiler/target-disassem.lisp ./src/compiler/meta-vmdef.lisp ./src/compiler/bitops-derive-type.lisp ./src/compiler/mips/c-call.lisp ./src/compiler/mips/call.lisp ./src/compiler/mips/target-insts.lisp ./src/compiler/mips/sanctify.lisp ./src/compiler/mips/array.lisp ./src/compiler/mips/backend-parms.lisp ./src/compiler/mips/vm.lisp ./src/compiler/mips/nlx.lisp ./src/compiler/mips/type-vops.lisp ./src/compiler/mips/alloc.lisp ./src/compiler/mips/subprim.lisp ./src/compiler/mips/system.lisp ./src/compiler/mips/char.lisp ./src/compiler/mips/pred.lisp ./src/compiler/mips/values.lisp ./src/compiler/mips/parms.lisp ./src/compiler/mips/macros.lisp ./src/compiler/mips/debug.lisp ./src/compiler/mips/cell.lisp ./src/compiler/mips/move.lisp ./src/compiler/mips/float.lisp ./src/compiler/mips/sap.lisp ./src/compiler/mips/insts.lisp ./src/compiler/mips/memory.lisp ./src/compiler/mips/static-fn.lisp ./src/compiler/mips/arith.lisp ./src/compiler/mips/show.lisp ./src/compiler/ir1-translators.lisp ./src/compiler/locall.lisp ./src/compiler/ir1report.lisp ./src/compiler/early-backend.lisp ./src/compiler/vmdef.lisp ./src/compiler/early-c.lisp ./src/compiler/late-vmdef.lisp ./src/compiler/knownfun.lisp ./src/compiler/pack.lisp ./src/compiler/tn.lisp ./src/compiler/dfo.lisp ./src/compiler/globaldb.lisp ./src/compiler/constant-leaf.lisp ./src/compiler/alpha/c-call.lisp ./src/compiler/alpha/call.lisp ./src/compiler/alpha/target-insts.lisp ./src/compiler/alpha/sanctify.lisp ./src/compiler/alpha/array.lisp ./src/compiler/alpha/backend-parms.lisp ./src/compiler/alpha/vm.lisp ./src/compiler/alpha/nlx.lisp ./src/compiler/alpha/type-vops.lisp ./src/compiler/alpha/alloc.lisp ./src/compiler/alpha/subprim.lisp ./src/compiler/alpha/system.lisp ./src/compiler/alpha/char.lisp ./src/compiler/alpha/pred.lisp ./src/compiler/alpha/values.lisp ./src/compiler/alpha/parms.lisp ./src/compiler/alpha/macros.lisp ./src/compiler/alpha/debug.lisp ./src/compiler/alpha/cell.lisp ./src/compiler/alpha/move.lisp ./src/compiler/alpha/float.lisp ./src/compiler/alpha/sap.lisp ./src/compiler/alpha/insts.lisp ./src/compiler/alpha/memory.lisp ./src/compiler/alpha/static-fn.lisp ./src/compiler/alpha/arith.lisp ./src/compiler/alpha/show.lisp ./src/compiler/pack-iterative.lisp ./src/compiler/compiler-deftype.lisp ./src/compiler/late-constantp.lisp ./src/compiler/loop.lisp ./src/compiler/policy.lisp ./src/compiler/compiler-error.lisp ./src/compiler/bit-util.lisp ./src/compiler/defconstant.lisp ./src/compiler/vop.lisp ./src/compiler/dyncount.lisp ./src/compiler/dump.lisp ./src/compiler/fun-info.lisp ./src/compiler/disassem.lisp ./src/compiler/late-proclaim.lisp ./src/compiler/ltv.lisp ./src/compiler/array-tran.lisp ./src/compiler/ppc/c-call.lisp ./src/compiler/ppc/call.lisp ./src/compiler/ppc/target-insts.lisp ./src/compiler/ppc/sanctify.lisp ./src/compiler/ppc/array.lisp ./src/compiler/ppc/backend-parms.lisp ./src/compiler/ppc/vm.lisp ./src/compiler/ppc/nlx.lisp ./src/compiler/ppc/type-vops.lisp ./src/compiler/ppc/alloc.lisp ./src/compiler/ppc/subprim.lisp ./src/compiler/ppc/system.lisp ./src/compiler/ppc/char.lisp ./src/compiler/ppc/pred.lisp ./src/compiler/ppc/values.lisp ./src/compiler/ppc/parms.lisp ./src/compiler/ppc/macros.lisp ./src/compiler/ppc/debug.lisp ./src/compiler/ppc/cell.lisp ./src/compiler/ppc/move.lisp ./src/compiler/ppc/float.lisp ./src/compiler/ppc/sap.lisp ./src/compiler/ppc/insts.lisp ./src/compiler/ppc/memory.lisp ./src/compiler/ppc/static-fn.lisp ./src/compiler/ppc/arith.lisp ./src/compiler/ppc/show.lisp ./src/compiler/physenvanal.lisp ./src/compiler/fixup-type.lisp ./src/compiler/gtn.lisp ./src/compiler/target-dump.lisp ./src/compiler/ir1opt.lisp ./src/compiler/backend.lisp ./src/compiler/checkgen.lisp ./src/compiler/target-main.lisp ./src/compiler/main.lisp ./src/compiler/deftype.lisp ./src/pcl/ctypes.lisp ./src/pcl/fngen.lisp ./src/pcl/slots-boot.lisp ./src/pcl/generic-functions.lisp ./src/pcl/cpl.lisp ./src/pcl/defs.lisp ./src/pcl/gray-streams.lisp ./src/pcl/cache.lisp ./src/pcl/slots.lisp ./src/pcl/compiler-support.lisp ./src/pcl/documentation.lisp ./src/pcl/boot.lisp ./src/pcl/fixup.lisp ./src/pcl/print-object.lisp ./src/pcl/vector.lisp ./src/pcl/std-class.lisp ./src/pcl/precom2.lisp ./src/pcl/early-low.lisp ./src/pcl/wrapper.lisp ./src/pcl/defcombin.lisp ./src/pcl/dlisp.lisp ./src/pcl/macros.lisp ./src/pcl/fsc.lisp ./src/pcl/slot-name.lisp ./src/pcl/combin.lisp ./src/pcl/pre-warm.lisp ./src/pcl/init.lisp ./src/pcl/gray-streams-class.lisp ./src/pcl/precom1.lisp ./src/pcl/methods.lisp ./src/pcl/sequence.lisp ./src/pcl/low.lisp ./src/pcl/time.lisp ./src/pcl/env.lisp ./src/pcl/walk.lisp ./src/pcl/braid.lisp ./src/pcl/dlisp3.lisp ./src/pcl/ctor.lisp ./src/pcl/defclass.lisp ./src/pcl/dfun.lisp ./src/interpreter/special-forms.lisp ./src/interpreter/basic-env.lisp ./src/interpreter/eval.lisp ./src/interpreter/checkfuns.lisp ./src/interpreter/sexpr.lisp ./src/interpreter/macros.lisp ./src/interpreter/debug.lisp ./src/interpreter/function.lisp ./src/interpreter/env.lisp ./src/code/huffman.lisp ./src/code/gc.lisp ./src/code/restart.lisp ./src/code/defbangtype.lisp ./src/code/target-char.lisp ./src/code/class.lisp ./src/code/query.lisp ./src/code/specializable-array.lisp ./src/code/early-step.lisp ./src/code/arm-vm.lisp ./src/code/unportable-float.lisp ./src/code/early-classoid.lisp ./src/code/target-hash-table.lisp ./src/code/cross-modular.lisp ./src/code/host-alieneval.lisp ./src/code/cross-thread.lisp ./src/code/macroexpand.lisp ./src/code/host-c-call.lisp ./src/code/hpux-os.lisp ./src/code/debug-info.lisp ./src/code/toplevel.lisp ./src/code/cross-make-load-form.lisp ./src/code/defmacro.lisp ./src/code/sharpm.lisp ./src/code/late-condition.lisp ./src/code/pprint.lisp ./src/code/stream.lisp ./src/code/run-program.lisp ./src/code/win32.lisp ./src/code/float-trap.lisp ./src/code/target-sap.lisp ./src/code/force-delayed-defbangconstants.lisp ./src/code/linkage-table.lisp ./src/code/mipsstrops.lisp ./src/code/octets.lisp ./src/code/array.lisp ./src/code/early-impl.lisp ./src/code/typep.lisp ./src/code/interr.lisp ./src/code/force-delayed-defbangmacros.lisp ./src/code/reader.lisp ./src/code/early-format.lisp ./src/code/win32-os.lisp ./src/code/bignum.lisp ./src/code/bignum-random.lisp ./src/code/host-pprint.lisp ./src/code/target-misc.lisp ./src/code/alloc.lisp ./src/code/defboot.lisp ./src/code/foreign-load.lisp ./src/code/target-unicode.lisp ./src/code/misc.lisp ./src/code/target-stream.lisp ./src/code/list.lisp ./src/code/cold-init-helper-macros.lisp ./src/code/full-eval.lisp ./src/code/sort.lisp ./src/code/early-source-location.lisp ./src/code/irrat.lisp ./src/code/filesys.lisp ./src/code/target-random.lisp ./src/code/char.lisp ./src/code/module.lisp ./src/code/target-pathname.lisp ./src/code/xset.lisp ./src/code/coerce.lisp ./src/code/signal.lisp ./src/code/x86-64-vm.lisp ./src/code/early-defbangmethod.lisp ./src/code/defsetfs.lisp ./src/code/primordial-extensions.lisp ./src/code/readtable.lisp ./src/code/eval.lisp ./src/code/cas.lisp ./src/code/defpackage.lisp ./src/code/alpha-vm.lisp ./src/code/early-condition.lisp ./src/code/stubs.lisp ./src/code/hash-table.lisp ./src/code/weak.lisp ./src/code/purify.lisp ./src/code/condition-boot.lisp ./src/code/external-formats/enc-cn.lisp ./src/code/external-formats/enc-win.lisp ./src/code/external-formats/enc-mac.lisp ./src/code/external-formats/enc-basic.lisp ./src/code/external-formats/enc-jpn-tbl.lisp ./src/code/external-formats/enc-utf.lisp ./src/code/external-formats/enc-iso.lisp ./src/code/external-formats/enc-cn-tbl.lisp ./src/code/external-formats/enc-dos.lisp ./src/code/external-formats/enc-cyr.lisp ./src/code/external-formats/enc-ucs.lisp ./src/code/external-formats/enc-ebcdic.lisp ./src/code/external-formats/mb-util.lisp ./src/code/external-formats/enc-jpn.lisp ./src/code/destructuring-bind.lisp ./src/code/print.lisp ./src/code/early-time.lisp ./src/code/target-defstruct.lisp ./src/code/late-defbangmethod.lisp ./src/code/bit-bash.lisp ./src/code/pred.lisp ./src/code/cold-init.lisp ./src/code/format-directive.lisp ./src/code/error.lisp ./src/code/format-time.lisp ./src/code/x86-vm.lisp ./src/code/profile.lisp ./src/code/setf.lisp ./src/code/cross-type.lisp ./src/code/thread.lisp ./src/code/macros.lisp ./src/code/target-package.lisp ./src/code/class-init.lisp ./src/code/debug-int.lisp ./src/code/early-full-eval.lisp ./src/code/quantifiers.lisp ./src/code/serve-event.lisp ./src/code/early-pprint.lisp ./src/code/target-c-call.lisp ./src/code/deadline.lisp ./src/code/early-alieneval.lisp ./src/code/target-alieneval.lisp ./src/code/early-defstructs.lisp ./src/code/uncross.lisp ./src/code/debug.lisp ./src/code/describe-policy.lisp ./src/code/win32-foreign-load.lisp ./src/code/timer.lisp ./src/code/fop.lisp ./src/code/parse-body.lisp ./src/code/warm-mswin.lisp ./src/code/final.lisp ./src/code/fdefinition.lisp ./src/code/misc-aliens.lisp ./src/code/exhaust.lisp ./src/code/cl-specials.lisp ./src/code/sc-offset.lisp ./src/code/target-signal.lisp ./src/code/cross-sap.lisp ./src/code/early-cl.lisp ./src/code/unix-foreign-load.lisp ./src/code/type-init.lisp ./src/code/inspect.lisp ./src/code/backq.lisp ./src/code/source-location.lisp ./src/code/alien-type.lisp ./src/code/hppa-vm.lisp ./src/code/cross-condition.lisp ./src/code/sunos-os.lisp ./src/code/cross-float.lisp ./src/code/early-extensions.lisp ./src/code/foreign.lisp ./src/code/cross-early.lisp ./src/code/common-os.lisp ./src/code/arm64-vm.lisp ./src/code/parse-defmacro-errors.lisp ./src/code/room.lisp ./src/code/target-thread.lisp ./src/code/linux-os.lisp ./src/code/target-sxhash.lisp ./src/code/pathname.lisp ./src/code/sxhash.lisp ./src/code/describe.lisp ./src/code/step.lisp ./src/code/primordial-type.lisp ./src/code/late-format.lisp ./src/code/save.lisp ./src/code/float.lisp ./src/code/function-names.lisp ./src/code/package.lisp ./src/code/early-raw-slots.lisp ./src/code/type-class.lisp ./src/code/symbol.lisp ./src/code/defbangstruct.lisp ./src/code/unix-pathname.lisp ./src/code/cross-byte.lisp ./src/code/time.lisp ./src/code/defbangmacro.lisp ./src/code/early-float.lisp ./src/code/late-deftypes-for-target.lisp ./src/code/funutils.lisp ./src/code/cross-char.lisp ./src/code/early-type.lisp ./src/code/early-fasl.lisp ./src/code/kernel.lisp ./src/code/loop.lisp ./src/code/ppc-vm.lisp ./src/code/warm-lib.lisp ./src/code/late-cas.lisp ./src/code/ansi-stream.lisp ./src/code/late-type.lisp ./src/code/early-array.lisp ./src/code/condition.lisp ./src/code/unix.lisp ./src/code/setf-funs.lisp ./src/code/numbers.lisp ./src/code/cmacros.lisp ./src/code/fd-stream.lisp ./src/code/string.lisp ./src/code/barrier.lisp ./src/code/early-thread.lisp ./src/code/dyncount.lisp ./src/code/target-format.lisp ./src/code/late-extensions.lisp ./src/code/target-allocate.lisp ./src/code/early-constants.lisp ./src/code/mips-vm.lisp ./src/code/force-delayed-defbangstructs.lisp ./src/code/random.lisp ./src/code/target-extensions.lisp ./src/code/ntrace.lisp ./src/code/force-delayed-defbangmethods.lisp ./src/code/debug-var-io.lisp ./src/code/osf1-os.lisp ./src/code/bsd-os.lisp ./src/code/win32-pathname.lisp ./src/code/target-exception.lisp ./src/code/target-type.lisp ./src/code/android-os.lisp ./src/code/cross-io.lisp ./src/code/sysmacs.lisp ./src/code/defbangconstant.lisp ./src/code/seq.lisp ./src/code/cold-error.lisp ./src/code/target-load.lisp ./src/code/target-error.lisp ./src/code/deftypes-for-target.lisp ./src/code/early-package.lisp ./src/code/cross-boole.lisp ./src/code/early-print.lisp ./src/code/globals.lisp ./src/code/defstruct.lisp ./src/code/sparc-vm.lisp ./src/code/cross-misc.lisp ./src/code/error-error.lisp ./src/code/show.lisp ./src/code/load.lisp ./contrib/sb-aclrepl/repl.lisp ./contrib/sb-aclrepl/tests.lisp ./contrib/sb-aclrepl/toplevel.lisp ./contrib/sb-aclrepl/debug.lisp ./contrib/sb-aclrepl/inspect.lisp ./contrib/sb-rt/rt.lisp ./contrib/sb-cover/tests.lisp ./contrib/sb-cover/test-data-2.lisp ./contrib/sb-cover/test-data-3.lisp ./contrib/sb-cover/cover.lisp ./contrib/sb-cover/test-data-1.lisp ./contrib/sb-cltl2/tests.lisp ./contrib/sb-cltl2/macroexpand.lisp ./contrib/sb-cltl2/defpackage.lisp ./contrib/sb-cltl2/compiler-let.lisp ./contrib/sb-cltl2/env.lisp ./contrib/compiler-extras.lisp ./contrib/sb-queue/package.lisp ./contrib/sb-bsd-sockets/inet4.lisp ./contrib/sb-bsd-sockets/util.lisp ./contrib/sb-bsd-sockets/local.lisp ./contrib/sb-bsd-sockets/constants.lisp ./contrib/sb-bsd-sockets/tests.lisp ./contrib/sb-bsd-sockets/sockets.lisp ./contrib/sb-bsd-sockets/misc.lisp ./contrib/sb-bsd-sockets/defpackage.lisp ./contrib/sb-bsd-sockets/inet.lisp ./contrib/sb-bsd-sockets/win32-constants.lisp ./contrib/sb-bsd-sockets/name-service.lisp ./contrib/sb-bsd-sockets/inet6.lisp ./contrib/sb-bsd-sockets/win32-lib.lisp ./contrib/sb-bsd-sockets/protocol.lisp ./contrib/sb-bsd-sockets/sockopt.lisp ./contrib/sb-bsd-sockets/win32-sockets.lisp ./contrib/sb-gmp/tests.lisp ./contrib/sb-gmp/tests-stress.lisp ./contrib/sb-gmp/bench.lisp ./contrib/sb-gmp/gmp.lisp ./contrib/sb-concurrency/tests/test-mailbox.lisp ./contrib/sb-concurrency/tests/test-queue.lisp ./contrib/sb-concurrency/tests/test-gate.lisp ./contrib/sb-concurrency/tests/test-frlock.lisp ./contrib/sb-concurrency/tests/package.lisp ./contrib/sb-concurrency/tests/test-utils.lisp ./contrib/sb-concurrency/gate.lisp ./contrib/sb-concurrency/frlock.lisp ./contrib/sb-concurrency/package.lisp ./contrib/sb-concurrency/queue.lisp ./contrib/sb-concurrency/mailbox.lisp ./contrib/sb-md5/md5-tests.lisp ./contrib/sb-md5/md5.lisp ./contrib/asdf-stub.lisp ./contrib/sb-sprof/sb-sprof.lisp ./contrib/sb-sprof/test.lisp ./contrib/sb-grovel/foreign-glue.lisp ./contrib/sb-grovel/def-to-lisp.lisp ./contrib/sb-grovel/defpackage.lisp ./contrib/sb-grovel/example-constants.lisp ./contrib/sb-mpfr/tests.lisp ./contrib/sb-mpfr/mpfr.lisp ./contrib/stale-symbols.lisp ./contrib/sb-executable/sb-executable.lisp ./contrib/sb-introspect/test.lisp ./contrib/sb-introspect/test-driver.lisp ./contrib/sb-introspect/load-test.lisp ./contrib/sb-introspect/xref-test-data.lisp ./contrib/sb-introspect/xref-test.lisp ./contrib/sb-introspect/introspect.lisp ./contrib/sb-posix/constants.lisp ./contrib/sb-posix/posix-tests.lisp ./contrib/sb-posix/defpackage.lisp ./contrib/sb-posix/designator.lisp ./contrib/sb-posix/macros.lisp ./contrib/sb-posix/interface.lisp ./contrib/sb-simple-streams/direct.lisp ./contrib/sb-simple-streams/simple-stream-tests.lisp ./contrib/sb-simple-streams/file.lisp ./contrib/sb-simple-streams/impl.lisp ./contrib/sb-simple-streams/null.lisp ./contrib/sb-simple-streams/fndb.lisp ./contrib/sb-simple-streams/classes.lisp ./contrib/sb-simple-streams/iodefs.lisp ./contrib/sb-simple-streams/socket.lisp ./contrib/sb-simple-streams/package.lisp ./contrib/sb-simple-streams/internal.lisp ./contrib/sb-simple-streams/string.lisp ./contrib/sb-simple-streams/strategy.lisp ./contrib/sb-simple-streams/terminal.lisp ./contrib/asdf/uiop.lisp ./contrib/asdf/asdf.lisp ./contrib/code-extras.lisp ./contrib/sb-rotate-byte/rotate-byte-tests.lisp ./contrib/sb-rotate-byte/arm-vm.lisp ./contrib/sb-rotate-byte/rotate-byte.lisp ./contrib/sb-rotate-byte/compiler.lisp ./contrib/sb-rotate-byte/x86-64-vm.lisp ./contrib/sb-rotate-byte/x86-vm.lisp ./contrib/sb-rotate-byte/arm64-vm.lisp ./contrib/sb-rotate-byte/package.lisp ./contrib/sb-rotate-byte/ppc-vm.lisp ./common-lisp-exports.lisp-expr ./build-order.lisp-expr ./package-data-list.lisp-expr ./version.lisp-expr ./local-target-features.lisp-expr ./src/code/early-defstruct-args.lisp-expr ./base-target-features.lisp-expr ./tools-for-build/os-provides-getprotoby-r-test.c ./tools-for-build/arm-softfp-test.c ./tools-for-build/os-provides-dladdr-test.c ./tools-for-build/os-provides-blksize-t-test.c ./tools-for-build/determine-endianness.c ./tools-for-build/os-provides-poll-test.c ./tools-for-build/where-is-mcontext.c ./tools-for-build/os-provides-putwc-test.c ./tools-for-build/os-provides-dlopen-test.c ./tools-for-build/grovel-headers.c ./tools-for-build/os-provides-suseconds-t-test.c ./tests/swap-lispobjs.c ./tests/alloca.c ./tests/kill-non-lisp-thread.c ./tests/win32-stack-unwind.c ./tests/stack-alignment-offset.c ./src/runtime/coreparse.c ./src/runtime/x86-win32-os.c ./src/runtime/ppc-darwin-os.c ./src/runtime/dynbind.c ./src/runtime/arm-android-os.c ./src/runtime/wrap.c ./src/runtime/thread.c ./src/runtime/time.c ./src/runtime/x86-64-sunos-os.c ./src/runtime/x86-sunos-os.c ./src/runtime/alpha-linux-os.c ./src/runtime/arm64-linux-os.c ./src/runtime/sparc-arch.c ./src/runtime/alloc.c ./src/runtime/interrupt.c ./src/runtime/safepoint.c ./src/runtime/osf1-os.c ./src/runtime/funcall.c ./src/runtime/alpha-osf1-os.c ./src/runtime/darwin-os.c ./src/runtime/x86-bsd-os.c ./src/runtime/regnames.c ./src/runtime/sparc-sunos-os.c ./src/runtime/x86-64-bsd-os.c ./src/runtime/mips-linux-os.c ./src/runtime/android-os.c ./src/runtime/gencgc.c ./src/runtime/sparc-bsd-os.c ./src/runtime/save.c ./src/runtime/arm64-arch.c ./src/runtime/hppa-arch.c ./src/runtime/x86-64-arch.c ./src/runtime/gc-common.c ./src/runtime/alpha-arch.c ./src/runtime/parse.c ./src/runtime/globals.c ./src/runtime/vars.c ./src/runtime/validate.c ./src/runtime/hppa-hpux-os.c ./src/runtime/x86-64-win32-os.c ./src/runtime/interr.c ./src/runtime/monitor.c ./src/runtime/arm-linux-os.c ./src/runtime/os-common.c ./src/runtime/ppc-bsd-os.c ./src/runtime/cheneygc.c ./src/runtime/x86-64-darwin-os.c ./src/runtime/pthreads_win32.c ./src/runtime/x86-arch.c ./src/runtime/x86-linux-os.c ./src/runtime/sparc-linux-os.c ./src/runtime/trymap.c ./src/runtime/run-program.c ./src/runtime/hppa-linux-os.c ./src/runtime/breakpoint.c ./src/runtime/purify.c ./src/runtime/print.c ./src/runtime/pthread-futex.c ./src/runtime/arm-bsd-os.c ./src/runtime/ppc-arch.c ./src/runtime/linux-os.c ./src/runtime/backtrace.c ./src/runtime/mips-arch.c ./src/runtime/ppc-linux-os.c ./src/runtime/largefile.c ./src/runtime/x86-64-linux-os.c ./src/runtime/search.c ./src/runtime/bsd-os.c ./src/runtime/hpux-os.c ./src/runtime/runtime.c ./src/runtime/win32-os.c ./src/runtime/sunos-os.c ./src/runtime/util.c ./src/runtime/undefineds.c ./src/runtime/x86-darwin-os.c ./src/runtime/arm-arch.c ./src/runtime/x86-win32-os.h ./src/runtime/alpha-lispregs.h ./src/runtime/ppc-darwin-os.h ./src/runtime/target-arch.h ./src/runtime/dynbind.h ./src/runtime/arm-android-os.h ./src/runtime/cpputil.h ./src/runtime/wrap.h ./src/runtime/thread.h ./src/runtime/x86-64-sunos-os.h ./src/runtime/x86-sunos-os.h ./src/runtime/alpha-linux-os.h ./src/runtime/arm64-linux-os.h ./src/runtime/gencgc-internal.h ./src/runtime/sparc-arch.h ./src/runtime/arm64-lispregs.h ./src/runtime/hppa-lispregs.h ./src/runtime/alloc.h ./src/runtime/interrupt.h ./src/runtime/win32-thread-private-events.h ./src/runtime/lispregs.h ./src/runtime/osf1-os.h ./src/runtime/alpha-osf1-os.h ./src/runtime/ppc-lispregs.h ./src/runtime/darwin-os.h ./src/runtime/x86-bsd-os.h ./src/runtime/gc-internal.h ./src/runtime/cheneygc-internal.h ./src/runtime/sparc-sunos-os.h ./src/runtime/arm-lispregs.h ./src/runtime/mips-lispregs.h ./src/runtime/x86-64-bsd-os.h ./src/runtime/mips-linux-os.h ./src/runtime/os.h ./src/runtime/android-os.h ./src/runtime/sparc-lispregs.h ./src/runtime/gencgc.h ./src/runtime/target-arch-os.h ./src/runtime/arch.h ./src/runtime/sparc-bsd-os.h ./src/runtime/save.h ./src/runtime/arm64-arch.h ./src/runtime/hppa-arch.h ./src/runtime/x86-64-arch.h ./src/runtime/alpha-arch.h ./src/runtime/target-lispregs.h ./src/runtime/parse.h ./src/runtime/globals.h ./src/runtime/vars.h ./src/runtime/validate.h ./src/runtime/hppa-hpux-os.h ./src/runtime/x86-64-win32-os.h ./src/runtime/fixnump.h ./src/runtime/core.h ./src/runtime/interr.h ./src/runtime/monitor.h ./src/runtime/arm-linux-os.h ./src/runtime/ppc-bsd-os.h ./src/runtime/x86-64-darwin-os.h ./src/runtime/pthreads_win32.h ./src/runtime/x86-arch.h ./src/runtime/x86-linux-os.h ./src/runtime/sparc-linux-os.h ./src/runtime/hppa-linux-os.h ./src/runtime/breakpoint.h ./src/runtime/purify.h ./src/runtime/print.h ./src/runtime/arm-bsd-os.h ./src/runtime/ppc-arch.h ./src/runtime/gc.h ./src/runtime/linux-os.h ./src/runtime/mips-arch.h ./src/runtime/ppc-linux-os.h ./src/runtime/x86-64-linux-os.h ./src/runtime/target-os.h ./src/runtime/x86-64-lispregs.h ./src/runtime/search.h ./src/runtime/bsd-os.h ./src/runtime/hpux-os.h ./src/runtime/runtime.h ./src/runtime/x86-lispregs.h ./src/runtime/win32-os.h ./src/runtime/runtime-options.h ./src/runtime/sunos-os.h ./src/runtime/gencgc-alloc-region.h ./src/runtime/util.h ./src/runtime/undefineds.h ./src/runtime/pseudo-atomic.h ./src/runtime/x86-darwin-os.h ./src/runtime/arm-arch.h ./contrib/sb-aclrepl/sb-aclrepl.asd ./contrib/sb-rt/sb-rt.asd ./contrib/sb-cover/sb-cover.asd ./contrib/sb-cltl2/sb-cltl2.asd ./contrib/sb-queue/sb-queue.asd ./contrib/sb-bsd-sockets/sb-bsd-sockets.asd ./contrib/sb-gmp/sb-gmp.asd ./contrib/sb-concurrency/sb-concurrency.asd ./contrib/sb-md5/sb-md5.asd ./contrib/sb-grovel/sb-grovel.asd ./contrib/sb-mpfr/sb-mpfr.asd ./contrib/sb-introspect/sb-introspect.asd ./contrib/sb-posix/sb-posix.asd ./contrib/sb-simple-streams/sb-simple-streams.asd ./contrib/sb-rotate-byte/sb-rotate-byte.asd /$scratchfilename=/tmp/canonicalize-whitespace-1.28299.tmp /$f=./local-target-features.lisp-expr //entering make-host-1.sh //building cross-compiler, and doing first genesis This is SBCL 1.0.31, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * 5 * target features *SHEBANG-FEATURES*=(:IEEE-FLOATING-POINT :PACKAGE-LOCAL-NICKNAMES :SB-SOURCE-LOCATIONS :SB-EVAL :SB-UNICODE :SB-PACKAGE-LOCKS :SB-LDB :SB-TEST :SB-DOC :SBCL :COMMON-LISP :ANSI-CL :SB-CORE-COMPRESSION :SB-QSHOW :X86-64 :UNIX :BSD :ELF :FREEBSD :GCC-TLS :64-BIT :64-BIT-REGISTERS :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD :C-STACK-IS-CONTROL-STACK :LINKAGE-TABLE :COMPARE-AND-SWAP-VOPS :UNWIND-TO-FRAME-AND-CALL-VOP :RAW-INSTANCE-INIT-VOPS :INTERLEAVED-RAW-SLOTS :PRECISE-ARG-COUNT-ERROR :FP-AND-PC-STANDARD-SAVE :STACK-ALLOCATABLE-CLOSURES :STACK-ALLOCATABLE-VECTORS :STACK-ALLOCATABLE-LISTS :STACK-ALLOCATABLE-FIXED-OBJECTS :ALIEN-CALLBACKS :CYCLE-COUNTER :COMPLEX-FLOAT-VOPS :FLOAT-EQL-VOPS :INTEGER-EQL-VOP :INLINE-CONSTANTS :MEMORY-BARRIER-VOPS :MULTIPLY-HIGH-VOPS :SB-SIMD-PACK :ASH-RIGHT-VOPS :SYMBOL-INFO-VOPS :LITTLE-ENDIAN :OS-PROVIDES-DLOPEN :OS-PROVIDES-DLADDR :OS-PROVIDES-PUTWC :OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-SUSECONDS-T :OS-PROVIDES-GETPROTOBY-R :OS-PROVIDES-POLL) target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL T * # * "obj/from-host/" * T * T * MAYBE-WITH-COMPILATION-UNIT * ; in: LAMBDA NIL ; (SB-COLD::OUTPUT) ; ; caught STYLE-WARNING: ; undefined function: OUTPUT ; (SB-COLD::SLURP-PROPLIST) ; ; caught STYLE-WARNING: ; undefined function: SLURP-PROPLIST ; (SB-COLD::SLURP-UCD) ; ; caught STYLE-WARNING: ; undefined function: SLURP-UCD ; ; compilation unit finished ; Undefined functions: ; OUTPUT SLURP-PROPLIST SLURP-UCD ; caught 3 STYLE-WARNING conditions creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/ creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/ creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/ ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-source-location.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-source-location.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-early.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-early.fasl-tmp written ; compilation finished in 0:00:00.005 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/show.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/show.fasl-tmp written ; compilation finished in 0:00:00.107 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-constants.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-constants.fasl-tmp written ; compilation finished in 0:00:00.011 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/backq.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/backq.fasl-tmp written ; compilation finished in 0:00:00.156 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defsetfs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defsetfs.fasl-tmp written ; compilation finished in 0:00:00.077 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cold-init-helper-macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cold-init-helper-macros.fasl-tmp written ; compilation finished in 0:00:00.086 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-byte.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-byte.fasl-tmp written ; compilation finished in 0:00:00.046 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-misc.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-misc.fasl-tmp written ; compilation finished in 0:00:00.174 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-char.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-char.fasl-tmp written ; compilation finished in 0:00:00.019 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-boole.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-boole.fasl-tmp written ; compilation finished in 0:00:00.012 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-float.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-float.fasl-tmp written ; compilation finished in 0:00:00.084 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-io.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-io.fasl-tmp written ; compilation finished in 0:00:00.035 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-sap.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-sap.fasl-tmp written ; compilation finished in 0:00:00.105 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-thread.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-thread.fasl-tmp written ; compilation finished in 0:00:00.040 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-make-load-form.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-make-load-form.fasl-tmp written ; compilation finished in 0:00:00.014 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-condition.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-condition.fasl-tmp written ; compilation finished in 0:00:00.128 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/uncross.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/uncross.fasl-tmp written ; compilation finished in 0:00:00.035 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/primordial-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/primordial-type.fasl-tmp written ; compilation finished in 0:00:00.007 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-defbangmethod.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-defbangmethod.fasl-tmp written ; compilation finished in 0:00:00.025 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangtype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defbangtype.fasl-tmp written ; compilation finished in 0:00:00.018 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangmacro.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defbangmacro.fasl-tmp written ; compilation finished in 0:00:00.030 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangconstant.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defbangconstant.fasl-tmp written ; compilation finished in 0:00:00.031 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-lexenv.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/early-lexenv.fasl-tmp written ; compilation finished in 0:00:00.044 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-globaldb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/early-globaldb.fasl-tmp written ; compilation finished in 0:00:00.145 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/primordial-extensions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/primordial-extensions.fasl-tmp written ; compilation finished in 0:00:00.234 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/constantp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/constantp.fasl-tmp written ; compilation finished in 0:00:00.141 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/function-names.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/function-names.fasl-tmp written ; compilation finished in 0:00:00.052 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/ ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/parms.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/parms.fasl-tmp written ; compilation finished in 0:00:00.095 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/ ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/parms.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/parms.fasl-tmp written ; compilation finished in 0:00:00.017 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/early-vm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/early-vm.fasl-tmp written ; compilation finished in 0:00:00.024 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/early-objdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/early-objdef.fasl-tmp written ; compilation finished in 0:00:00.087 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-array.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/parse-body.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/parse-body.fasl-tmp written ; compilation finished in 0:00:00.011 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/unportable-float.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/unportable-float.fasl-tmp written ; compilation finished in 0:00:00.007 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/policy.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/policy.fasl-tmp written ; compilation finished in 0:00:00.232 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-extensions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-extensions.fasl-tmp written ; compilation finished in 0:00:01.199 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/parse-lambda-list.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/parse-lambda-list.fasl-tmp written ; compilation finished in 0:00:00.634 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/deftype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/deftype.fasl-tmp written ; compilation finished in 0:00:00.033 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-alieneval.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-alieneval.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/specializable-array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/specializable-array.fasl-tmp written ; compilation finished in 0:00:00.036 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-cl.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-cl.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-fasl.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-fasl.fasl-tmp written ; compilation finished in 0:00:00.031 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug-var-io.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/debug-var-io.fasl-tmp written ; compilation finished in 0:00:00.085 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangstruct.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defbangstruct.fasl-tmp written ; compilation finished in 0:00:00.164 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-thread.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-thread.fasl-tmp written ; compilation finished in 0:00:00.046 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/defconstant.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/defconstant.fasl-tmp written ; compilation finished in 0:00:00.072 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-raw-slots.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-raw-slots.fasl-tmp written ; compilation finished in 0:00:00.109 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/type-class.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/type-class.fasl-tmp written ; compilation finished in 0:00:00.422 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-backend.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/early-backend.fasl-tmp written ; compilation finished in 0:00:00.006 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/pcl/ ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/slot-name.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/pcl/slot-name.fasl-tmp written ; compilation finished in 0:00:00.009 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/info-vector.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/info-vector.fasl-tmp written ; compilation finished in 0:00:01.060 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/vm-array.fasl-tmp written ; compilation finished in 0:00:00.073 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-time.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-time.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/sc-offset.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/sc-offset.fasl-tmp written ; compilation finished in 0:00:00.037 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/char.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/char.fasl-tmp written ; compilation finished in 0:00:00.078 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/huffman.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/huffman.fasl-tmp written ; compilation finished in 0:00:00.075 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/misc.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/misc.fasl-tmp written ; compilation finished in 0:00:00.010 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-format.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-format.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-c.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/early-c.fasl-tmp written ; compilation finished in 0:00:00.097 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/policies.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/policies.fasl-tmp written ; compilation finished in 0:00:00.596 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/macros.fasl-tmp written ; compilation finished in 0:00:00.850 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fun-info.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/fun-info.fasl-tmp written ; compilation finished in 0:00:00.120 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-constantp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/late-constantp.fasl-tmp written ; compilation finished in 0:00:00.028 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-classoid.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-classoid.fasl-tmp written ; compilation finished in 0:00:00.255 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/globaldb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/globaldb.fasl-tmp written ; compilation finished in 0:00:00.677 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/info-functions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/info-functions.fasl-tmp written ; compilation finished in 0:00:00.098 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-macs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/vm-macs.fasl-tmp written ; compilation finished in 0:00:00.477 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/objdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/objdef.fasl-tmp written ; compilation finished in 0:00:01.045 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/sset.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/sset.lisp ; in: DEFUN SSET-ADJOIN ; (LOOP SB!C::WITH VECTOR = (SB!C::SSET-VECTOR SET) ; SB!C::WITH SB!C::MASK SB!C::OF-TYPE FIXNUM = (1- (LENGTH VECTOR)) ; SB!C::WITH ...) ; --> BLOCK LET LET LET LET LET LET SB-LOOP::LOOP-BODY TAGBODY ; --> SB-LOOP::LOOP-REALLY-DESETQ ; ==> ; (SETQ SB!INT:HASH (LOGAND SB!C::MASK (+ SB!INT:HASH SB!C::SECONDARY-HASH))) ; ; note: doing signed word to integer coercion (cost 20) to HASH ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/sset.fasl-tmp written ; compilation finished in 0:00:00.285 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/xset.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/xset.fasl-tmp written ; compilation finished in 0:00:00.089 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-type.fasl-tmp written ; compilation finished in 0:00:00.686 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/node.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/node.fasl-tmp written ; compilation finished in 0:00:02.676 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/lexenv.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/lexenv.fasl-tmp written ; compilation finished in 0:00:00.048 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-assem.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/early-assem.fasl-tmp written ; compilation finished in 0:00:00.069 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/vop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/vop.fasl-tmp written ; compilation finished in 0:00:01.294 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/constant-leaf.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/constant-leaf.fasl-tmp written ; compilation finished in 0:00:00.069 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/backend.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/backend.fasl-tmp written ; compilation finished in 0:00:00.008 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/vmdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/vmdef.fasl-tmp written ; compilation finished in 0:00:00.206 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/backend-parms.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/backend-parms.fasl-tmp written ; compilation finished in 0:00:00.009 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangconstants.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/force-delayed-defbangconstants.fasl-tmp written ; compilation finished in 0:00:00.054 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defmacro.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defmacro.fasl-tmp written ; compilation finished in 0:00:00.071 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangmacros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/force-delayed-defbangmacros.fasl-tmp written ; compilation finished in 0:00:00.007 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/late-macros.fasl-tmp written ; compilation finished in 0:00:00.037 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/meta-vmdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/meta-vmdef.fasl-tmp written ; compilation finished in 0:00:01.398 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/vm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/vm.fasl-tmp written ; compilation finished in 0:00:00.823 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/class.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/class.fasl-tmp written ; compilation finished in 0:00:00.654 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/pre-warm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/pcl/pre-warm.fasl-tmp written ; compilation finished in 0:00:00.023 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug-info.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/debug-info.fasl-tmp written ; compilation finished in 0:00:00.200 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/source-location.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/source-location.fasl-tmp written ; compilation finished in 0:00:00.063 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-condition.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-condition.fasl-tmp written ; compilation finished in 0:00:00.023 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/parse-defmacro-errors.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/parse-defmacro-errors.fasl-tmp written ; compilation finished in 0:00:00.097 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/format-directive.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/format-directive.fasl-tmp written ; compilation finished in 0:00:00.051 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/primtype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/primtype.fasl-tmp written ; compilation finished in 0:00:00.326 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/host-alieneval.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/host-alieneval.fasl-tmp written ; compilation finished in 0:00:01.728 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/host-c-call.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/host-c-call.fasl-tmp written ; compilation finished in 0:00:00.078 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/compiler-deftype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/compiler-deftype.fasl-tmp written ; compilation finished in 0:00:00.027 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/late-type.fasl-tmp written ; compilation finished in 0:00:03.057 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/deftypes-for-target.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/deftypes-for-target.fasl-tmp written ; compilation finished in 0:00:00.416 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/knownfun.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/knownfun.fasl-tmp written ; compilation finished in 0:00:00.211 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fun-info-funs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/fun-info-funs.fasl-tmp written ; compilation finished in 0:00:00.043 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-type.fasl-tmp written ; compilation finished in 0:00:00.113 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/vm-type.fasl-tmp written ; compilation finished in 0:00:00.405 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/proclaim.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/proclaim.fasl-tmp written ; compilation finished in 0:00:00.216 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/class-init.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/class-init.fasl-tmp written ; compilation finished in 0:00:00.016 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defstruct.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defstruct.fasl-tmp written ; compilation finished in 0:00:01.412 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/alien-type.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/alien-type.fasl-tmp written ; compilation finished in 0:00:00.124 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangstructs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/force-delayed-defbangstructs.fasl-tmp written ; compilation finished in 0:00:00.007 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-full-eval.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-full-eval.fasl-tmp written ; compilation finished in 0:00:00.081 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/compiler-error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/compiler-error.fasl-tmp written ; compilation finished in 0:00:00.078 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-deftypes-for-target.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/late-deftypes-for-target.fasl-tmp written ; compilation finished in 0:00:00.011 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/type-init.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/type-init.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fixup-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/fixup-type.fasl-tmp written ; compilation finished in 0:00:00.027 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/package.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/package.fasl-tmp written ; compilation finished in 0:00:00.163 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/random.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/random.fasl-tmp written ; compilation finished in 0:00:00.024 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/hash-table.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/hash-table.fasl-tmp written ; compilation finished in 0:00:00.140 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/readtable.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/readtable.fasl-tmp written ; compilation finished in 0:00:00.054 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/pathname.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/pathname.fasl-tmp written ; compilation finished in 0:00:00.323 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/host-pprint.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/host-pprint.fasl-tmp written ; compilation finished in 0:00:00.136 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fndb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/fndb.fasl-tmp written ; compilation finished in 0:00:00.064 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-fndb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/vm-fndb.fasl-tmp written ; compilation finished in 0:00:00.050 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/late-objdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/late-objdef.fasl-tmp written ; compilation finished in 0:00:00.011 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/interr.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/interr.fasl-tmp written ; compilation finished in 0:00:00.050 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/bit-util.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/bit-util.fasl-tmp written ; compilation finished in 0:00:00.190 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fixup.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/fixup.fasl-tmp written ; compilation finished in 0:00:00.021 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/core.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/core.fasl-tmp written ; compilation finished in 0:00:00.034 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/thread.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/thread.fasl-tmp written ; compilation finished in 0:00:00.126 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/load.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/load.fasl-tmp written ; compilation finished in 0:00:00.561 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/foreign.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/foreign.fasl-tmp written ; compilation finished in 0:00:00.021 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/fop.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/fop.lisp ; in: !DEFINE-FOP 137 ; (SB!FASL::READ-ARG 4 (SB!FASL::FASL-INPUT-STREAM)) ; --> SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM208 #:EOF-ERROR-P209 #:EOF-VALUE210)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: !DEFINE-FOP 62 ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM477 #:EOF-ERROR-P478 #:EOF-VALUE479)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFUN LOAD-S-INTEGER ; (DO* ((SB!INT:INDEX LENGTH (1- SB!INT:INDEX)) ; (SB-XC:BYTE 0 (SB!INT:FAST-READ-BYTE)) ; (SB!FASL::RESULT 0 (+ SB!FASL::RESULT (ASH SB-XC:BYTE SB!FASL::BITS))) ; (SB!FASL::BITS 0 (+ SB!FASL::BITS 8))) ; ((= SB!INT:INDEX 0) ; (IF (LOGBITP 7 SB-XC:BYTE) ; (- SB!FASL::RESULT (ASH 1 SB!FASL::BITS)) ; SB!FASL::RESULT)) ; (DECLARE (FIXNUM SB!INT:INDEX SB-XC:BYTE SB!FASL::BITS))) ; --> BLOCK LET* TAGBODY SETQ SETQ ; ==> ; (THE # (1- SB!INT:INDEX)) ; ; note: doing signed word to integer coercion (cost 20), for: ; the first argument of CHECK-FIXNUM ; ==> ; (THE # (+ SB!FASL::BITS 8)) ; ; note: doing signed word to integer coercion (cost 20), for: ; the first argument of CHECK-FIXNUM ; in: !DEFINE-FOP 34 ; (SB!INT:WITH-FAST-READ-BYTE ((UNSIGNED-BYTE 8) (SB!FASL::FASL-INPUT-STREAM)) ; (SB!INT:FAST-READ-S-INTEGER 8)) ; --> LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM653 #:EOF-ERROR-P654 #:EOF-VALUE655)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COMPLEX-FOP 72 ; (SB!FASL::DEFINE-COMPLEX-FOP 72 SB!FASL::FOP-COMPLEX-SINGLE-FLOAT ; SINGLE-FLOAT) ; --> SB!FASL::!DEFINE-FOP PROGN DEFUN PROGN EVAL-WHEN SB-IMPL::%DEFUN BLOCK ; --> MACROLET SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM729 #:EOF-ERROR-P730 #:EOF-VALUE731)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COMPLEX-FOP 73 ; (SB!FASL::DEFINE-COMPLEX-FOP 73 SB!FASL::FOP-COMPLEX-DOUBLE-FLOAT ; DOUBLE-FLOAT) ; --> SB!FASL::!DEFINE-FOP PROGN DEFUN PROGN EVAL-WHEN SB-IMPL::%DEFUN BLOCK ; --> MACROLET SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM761 #:EOF-ERROR-P762 #:EOF-VALUE763)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-FLOAT-FOP 46 ; (SB!FASL::DEFINE-FLOAT-FOP 46 SB!FASL::FOP-SINGLE-FLOAT SINGLE-FLOAT) ; --> SB!FASL::!DEFINE-FOP PROGN DEFUN PROGN EVAL-WHEN SB-IMPL::%DEFUN BLOCK ; --> MACROLET SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM801 #:EOF-ERROR-P802 #:EOF-VALUE803)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-FLOAT-FOP 47 ; (SB!FASL::DEFINE-FLOAT-FOP 47 SB!FASL::FOP-DOUBLE-FLOAT DOUBLE-FLOAT) ; --> SB!FASL::!DEFINE-FOP PROGN DEFUN PROGN EVAL-WHEN SB-IMPL::%DEFUN BLOCK ; --> MACROLET SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM829 #:EOF-ERROR-P830 #:EOF-VALUE831)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: !DEFINE-FOP 88 ; (SB!INT:WITH-FAST-READ-BYTE ((UNSIGNED-BYTE 8) (SB!FASL::FASL-INPUT-STREAM)) ; (SB!KERNEL:%MAKE-SIMD-PACK (SB!INT:FAST-READ-S-INTEGER 8) ; (SB!INT:FAST-READ-U-INTEGER 8) (SB!INT:FAST-READ-U-INTEGER 8))) ; --> LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM861 #:EOF-ERROR-P862 #:EOF-VALUE863)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: !DEFINE-FOP 200 ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2097 #:EOF-ERROR-P2098 #:EOF-VALUE2099)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2086 #:EOF-ERROR-P2087 #:EOF-VALUE2088)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: !DEFINE-FOP 201 ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2159 #:EOF-ERROR-P2160 #:EOF-VALUE2161)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2148 #:EOF-ERROR-P2149 #:EOF-VALUE2150)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: !DEFINE-FOP 202 ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2225 #:EOF-ERROR-P2226 #:EOF-VALUE2227)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2214 #:EOF-ERROR-P2215 #:EOF-VALUE2216)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: !DEFINE-FOP 204 ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2283 #:EOF-ERROR-P2284 #:EOF-VALUE2285)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2294 #:EOF-ERROR-P2295 #:EOF-VALUE2296)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: !DEFINE-FOP 203 ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM2343 #:EOF-ERROR-P2344 #:EOF-VALUE2345)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/fop.fasl-tmp written ; compilation finished in 0:00:02.087 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ctype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ctype.fasl-tmp written ; compilation finished in 0:00:00.597 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/disassem.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/disassem.fasl-tmp written ; compilation finished in 0:00:01.275 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/assem.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/assem.fasl-tmp written ; compilation finished in 0:00:01.591 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/dump.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/dump.fasl-tmp written ; compilation finished in 0:00:00.616 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1report.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir1report.fasl-tmp written ; compilation finished in 0:00:00.604 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/main.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/main.fasl-tmp written ; compilation finished in 0:00:01.471 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/xref.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/xref.fasl-tmp written ; compilation finished in 0:00:00.110 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir1tran.fasl-tmp written ; compilation finished in 0:00:01.099 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1tran-lambda.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir1tran-lambda.fasl-tmp written ; compilation finished in 0:00:00.672 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1-translators.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir1-translators.fasl-tmp written ; compilation finished in 0:00:00.809 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1util.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir1util.fasl-tmp written ; compilation finished in 0:00:01.824 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1opt.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir1opt.fasl-tmp written ; compilation finished in 0:00:01.338 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/loop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/loop.fasl-tmp written ; compilation finished in 0:00:00.120 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1final.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir1final.fasl-tmp written ; compilation finished in 0:00:00.116 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/array-tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/array-tran.fasl-tmp written ; compilation finished in 0:00:00.992 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/seqtran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/seqtran.fasl-tmp written ; compilation finished in 0:00:01.691 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/typetran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/typetran.fasl-tmp written ; compilation finished in 0:00:00.372 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-typetran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/vm-typetran.fasl-tmp written ; compilation finished in 0:00:00.015 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/float-tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/float-tran.fasl-tmp written ; compilation finished in 0:00:00.733 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/saptran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/saptran.fasl-tmp written ; compilation finished in 0:00:00.275 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/srctran.lisp" (written 27 NOV 2015 10:15:55 AM): (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) (can't portably mask float traps, proceeding anyway) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/srctran.lisp ; in: DEFUN SOURCE-TRANSFORM-TRANSITIVE ; (DEFUN SB!C::SOURCE-TRANSFORM-TRANSITIVE ; (SB!C::FUN SB!C::ARGS IDENTITY ; &OPTIONAL (SB!C::ONE-ARG-RESULT-TYPE 'NUMBER) ; (SB!C::ONE-ARG-PREFIXES '(VALUES))) ; (CASE (LENGTH SB!C::ARGS) ; (0 IDENTITY) ; (1 (SB!INT:QUASIQUOTE (# #))) ; (2 (VALUES NIL T)) ; (T ; (LET* (# # #) ; (IF REST ; # ; FIRST))))) ; --> PROGN EVAL-WHEN ; ==> ; (SB-IMPL::%DEFUN 'SB!C::SOURCE-TRANSFORM-TRANSITIVE ; (SB-INT:NAMED-LAMBDA SB!C::SOURCE-TRANSFORM-TRANSITIVE ; (SB!C::FUN SB!C::ARGS IDENTITY &OPTIONAL ; (SB!C::ONE-ARG-RESULT-TYPE 'NUMBER) ; (SB!C::ONE-ARG-PREFIXES '(VALUES))) ; (BLOCK SB!C::SOURCE-TRANSFORM-TRANSITIVE ; (CASE (LENGTH SB!C::ARGS) ; (0 IDENTITY) ; (1 #) ; (2 #) ; (T #)))) ; NIL 'NIL (SB-C:SOURCE-LOCATION)) ; ; note: type assertion too complex to check: ; (VALUES T &OPTIONAL (MEMBER NIL T)). ; in: DEFUN SOURCE-TRANSFORM-INTRANSITIVE ; (DEFUN SB!C::SOURCE-TRANSFORM-INTRANSITIVE ; (SB!C::FUN SB!C::FUN* SB!C::ARGS SB!C::ONE-ARG-PREFIXES ; &OPTIONAL (SB!C::ONE-ARG-RESULT-TYPE 'NUMBER)) ; (CASE (LENGTH SB!C::ARGS) ; ((0 2) (VALUES NIL T)) ; (1 (SB!INT:QUASIQUOTE (# #))) ; (T ; (LET (#) ; (SB!C::ASSOCIATE-ARGS SB!C::FUN # SB!C::REDUCED-ARGS))))) ; --> PROGN EVAL-WHEN ; ==> ; (SB-IMPL::%DEFUN 'SB!C::SOURCE-TRANSFORM-INTRANSITIVE ; (SB-INT:NAMED-LAMBDA SB!C::SOURCE-TRANSFORM-INTRANSITIVE ; (SB!C::FUN SB!C::FUN* SB!C::ARGS SB!C::ONE-ARG-PREFIXES ; &OPTIONAL (SB!C::ONE-ARG-RESULT-TYPE 'NUMBER)) ; (BLOCK SB!C::SOURCE-TRANSFORM-INTRANSITIVE ; (CASE (LENGTH SB!C::ARGS) (# #) (1 #) (T #)))) ; NIL 'NIL (SB-C:SOURCE-LOCATION)) ; ; note: type assertion too complex to check: ; (VALUES LIST &OPTIONAL (MEMBER NIL T)). ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/srctran.fasl-tmp written ; compilation finished in 0:00:02.792 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/quantifiers.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/quantifiers.fasl-tmp written ; compilation finished in 0:00:00.024 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/bitops-derive-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/bitops-derive-type.fasl-tmp written ; compilation finished in 0:00:00.149 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/vm-tran.fasl-tmp written ; compilation finished in 0:00:00.546 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/locall.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/locall.fasl-tmp written ; compilation finished in 0:00:00.657 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/dfo.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/dfo.fasl-tmp written ; compilation finished in 0:00:00.262 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/dce.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/dce.fasl-tmp written ; compilation finished in 0:00:00.041 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/checkgen.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/checkgen.fasl-tmp written ; compilation finished in 0:00:00.396 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/constraint.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/constraint.fasl-tmp written ; compilation finished in 0:00:01.134 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/physenvanal.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/physenvanal.fasl-tmp written ; compilation finished in 0:00:00.294 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/tn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/tn.fasl-tmp written ; compilation finished in 0:00:00.620 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/life.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/life.fasl-tmp written ; compilation finished in 0:00:00.771 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/debug-dump.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/debug-dump.fasl-tmp written ; compilation finished in 0:00:00.490 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/utils.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/utils.fasl-tmp written ; compilation finished in 0:00:00.071 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fopcompile.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/fopcompile.fasl-tmp written ; compilation finished in 0:00:00.346 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/ ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/assemfile.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/assemfile.fasl-tmp written ; compilation finished in 0:00:00.191 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-vmdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/late-vmdef.fasl-tmp written ; compilation finished in 0:00:00.033 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/insts.fasl-tmp written ; compilation finished in 0:00:06.258 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/macros.fasl-tmp written ; compilation finished in 0:00:00.560 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/early-type-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/early-type-vops.fasl-tmp written ; compilation finished in 0:00:00.069 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/x86-64/ ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/support.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/x86-64/support.fasl-tmp written ; compilation finished in 0:00:00.014 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/move.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/move.fasl-tmp written ; compilation finished in 0:00:01.226 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/float.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/float.fasl-tmp written ; compilation finished in 0:00:07.748 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/simd-pack.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/simd-pack.fasl-tmp written ; compilation finished in 0:00:01.155 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/sap.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/sap.fasl-tmp written ; compilation finished in 0:00:03.940 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/system.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/system.fasl-tmp written ; compilation finished in 0:00:01.719 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/char.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/char.fasl-tmp written ; compilation finished in 0:00:00.638 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/memory.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/memory.fasl-tmp written ; compilation finished in 0:00:01.067 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/static-fn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/static-fn.fasl-tmp written ; compilation finished in 0:00:00.596 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/arith.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/arith.fasl-tmp written ; compilation finished in 0:00:08.791 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cross-modular.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cross-modular.fasl-tmp written ; compilation finished in 0:00:00.073 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/late-type-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/late-type-vops.fasl-tmp written ; compilation finished in 0:00:02.789 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/type-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/type-vops.fasl-tmp written ; compilation finished in 0:00:00.537 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/subprim.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/subprim.fasl-tmp written ; compilation finished in 0:00:00.202 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/debug.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/debug.fasl-tmp written ; compilation finished in 0:00:00.582 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-aliencomp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/early-aliencomp.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/c-call.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/c-call.fasl-tmp written ; compilation finished in 0:00:00.477 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/cell.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/cell.fasl-tmp written ; compilation finished in 0:00:03.847 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/values.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/values.fasl-tmp written ; compilation finished in 0:00:00.357 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/alloc.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/alloc.fasl-tmp written ; compilation finished in 0:00:00.800 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/call.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/call.fasl-tmp written ; compilation finished in 0:00:03.417 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/nlx.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/nlx.fasl-tmp written ; compilation finished in 0:00:00.765 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/late-nlx.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/late-nlx.fasl-tmp written ; compilation finished in 0:00:00.013 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/show.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/show.fasl-tmp written ; compilation finished in 0:00:00.078 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/array.fasl-tmp written ; compilation finished in 0:00:07.929 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/type-error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/type-error.fasl-tmp written ; compilation finished in 0:00:00.539 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/pred.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/x86-64/pred.fasl-tmp written ; compilation finished in 0:00:01.102 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/assem-rtns.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/x86-64/assem-rtns.fasl-tmp written ; compilation finished in 0:00:00.209 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/array.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/x86-64/array.fasl-tmp written ; compilation finished in 0:00:00.007 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/arith.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/x86-64/arith.fasl-tmp written ; compilation finished in 0:00:00.938 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/alloc.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/assembly/x86-64/alloc.fasl-tmp written ; compilation finished in 0:00:00.006 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/pseudo-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/pseudo-vops.fasl-tmp written ; compilation finished in 0:00:00.066 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/aliencomp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/aliencomp.fasl-tmp written ; compilation finished in 0:00:00.434 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ltv.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ltv.fasl-tmp written ; compilation finished in 0:00:00.050 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/gtn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/gtn.fasl-tmp written ; compilation finished in 0:00:00.125 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ltn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ltn.fasl-tmp written ; compilation finished in 0:00:00.563 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/stack.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/stack.fasl-tmp written ; compilation finished in 0:00:00.304 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/control.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/control.fasl-tmp written ; compilation finished in 0:00:00.087 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/entry.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/entry.fasl-tmp written ; compilation finished in 0:00:00.052 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir2tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir2tran.lisp ; in: DEFUN FIND-IN-PHYSENV ; (DEFUN SB!C::FIND-IN-PHYSENV (SB!C::THING SB!C::PHYSENV) ; (OR (CDR (ASSOC SB!C::THING (SB!C::IR2-PHYSENV-CLOSURE #))) ; (ETYPECASE SB!C::THING ; (SB!C::LAMBDA-VAR (SB!INT:AVER #) (SB!C::LEAF-INFO SB!C::THING)) ; (SB!C::NLX-INFO (SB!INT:AVER #) (SB!C::IR2-NLX-INFO-HOME #)) ; (SB!C::CLAMBDA (SB!INT:AVER #) (SB!C::ENTRY-INFO-CLOSURE-TN #))) ; (SB!INT:BUG "~@<~2I~_~S ~_not found in ~_~S~:>" SB!C::THING ; SB!C::PHYSENV))) ; --> PROGN EVAL-WHEN ; ==> ; (SB-IMPL::%DEFUN 'SB!C::FIND-IN-PHYSENV ; (SB-INT:NAMED-LAMBDA SB!C::FIND-IN-PHYSENV ; (SB!C::THING SB!C::PHYSENV) ; (BLOCK SB!C::FIND-IN-PHYSENV ; (OR (CDR #) (ETYPECASE SB!C::THING # # #) ; (SB!INT:BUG "~@<~2I~_~S ~_not found in ~_~S~:>" ; SB!C::THING SB!C::PHYSENV)))) ; NIL 'NIL (SB-C:SOURCE-LOCATION)) ; ; note: type assertion too complex to check: ; (VALUES TN &REST T). ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir2tran.fasl-tmp written ; compilation finished in 0:00:01.537 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-ir2tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/vm-ir2tran.fasl-tmp written ; compilation finished in 0:00:00.462 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/copyprop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/copyprop.fasl-tmp written ; compilation finished in 0:00:00.091 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/represent.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/represent.fasl-tmp written ; compilation finished in 0:00:00.523 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir2opt.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/ir2opt.fasl-tmp written ; compilation finished in 0:00:00.136 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/pack.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/pack.fasl-tmp written ; compilation finished in 0:00:01.596 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/pack-iterative.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/pack-iterative.fasl-tmp written ; compilation finished in 0:00:00.476 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/codegen.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/codegen.fasl-tmp written ; compilation finished in 0:00:00.160 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/debug.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/debug.fasl-tmp written ; compilation finished in 0:00:01.127 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/format-time.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/format-time.fasl-tmp written ; compilation finished in 0:00:00.132 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/error.fasl-tmp written ; compilation finished in 0:00:00.345 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/macroexpand.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/macroexpand.fasl-tmp written ; compilation finished in 0:00:00.051 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-extensions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/late-extensions.fasl-tmp written ; compilation finished in 0:00:00.313 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-step.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/early-step.fasl-tmp written ; compilation finished in 0:00:00.030 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cl-specials.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cl-specials.fasl-tmp written ; compilation finished in 0:00:00.007 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-proclaim.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/late-proclaim.fasl-tmp written ; compilation finished in 0:00:00.029 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defboot.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/defboot.fasl-tmp written ; compilation finished in 0:00:00.361 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/destructuring-bind.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/destructuring-bind.fasl-tmp written ; compilation finished in 0:00:00.016 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/setf.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/setf.fasl-tmp written ; compilation finished in 0:00:00.604 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/macros.fasl-tmp written ; compilation finished in 0:00:00.296 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/loop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/loop.fasl-tmp written ; compilation finished in 0:00:00.628 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cas.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/cas.fasl-tmp written ; compilation finished in 0:00:00.187 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-cas.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/late-cas.fasl-tmp written ; compilation finished in 0:00:00.095 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-format.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/late-format.fasl-tmp written ; compilation finished in 0:00:00.884 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/sxhash.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/sxhash.fasl-tmp written ; compilation finished in 0:00:00.063 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/signal.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/signal.fasl-tmp written ; compilation finished in 0:00:00.040 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-defbangmethod.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/code/late-defbangmethod.fasl-tmp written ; compilation finished in 0:00:00.008 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/walk.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/walk.lisp ; in: DEFUN WALK-MACROLET ; (SB!WALKER::WITH-NEW-DEFINITION-IN-ENVIRONMENT (SB!WALKER::NEW-ENV ; SB!WALKER::OLD-ENV ; SB!WALKER::FORM) ; (SB!WALKER::RELIST* SB!WALKER::FORM (CAR SB!WALKER::FORM) ; (SB!WALKER::WALK-DEFINITIONS (CADR SB!WALKER::FORM)) ; (SB!WALKER::WALK-DECLARATIONS (CDDR SB!WALKER::FORM) ; #'SB!WALKER::WALK-REPEAT-EVAL SB!WALKER::NEW-ENV))) ; --> LET ECASE LET COND IF COND IF PROGN DOLIST BLOCK LET TAGBODY UNLESS IF ; --> PROGN LET* TAGBODY PUSH LET* ; ==> ; (LIST (CAR SB!WALKER::MAC) ; (SB!WALKER::CONVERT-MACRO-TO-LAMBDA (CADR SB!WALKER::MAC) ; (CDDR SB!WALKER::MAC) SB!WALKER::OLD-ENV ; (STRING (CAR SB!WALKER::MAC)))) ; ; note: The second argument never returns a value. ; in: DEFUN WALK-FLET ; (SB!WALKER::WITH-NEW-DEFINITION-IN-ENVIRONMENT (SB!WALKER::NEW-ENV ; SB!WALKER::OLD-ENV ; SB!WALKER::FORM) ; (SB!WALKER::WALK-DECLARATIONS (CDDR SB!WALKER::FORM) ; #'SB!WALKER::WALK-REPEAT-EVAL SB!WALKER::NEW-ENV)) ; --> LET ECASE LET COND IF COND IF PROGN DOLIST BLOCK LET TAGBODY UNLESS IF ; --> PROGN LET* TAGBODY PUSH LET* ; ==> ; (LIST (CAR SB!WALKER::MAC) ; (SB!WALKER::CONVERT-MACRO-TO-LAMBDA (CADR SB!WALKER::MAC) ; (CDDR SB!WALKER::MAC) SB!WALKER::OLD-ENV ; (STRING (CAR SB!WALKER::MAC)))) ; ; note: The second argument never returns a value. ; in: DEFUN WALK-LABELS ; (SB!WALKER::WITH-NEW-DEFINITION-IN-ENVIRONMENT (SB!WALKER::NEW-ENV ; SB!WALKER::OLD-ENV ; SB!WALKER::FORM) ; (LABELS ((SB!WALKER::WALK-DEFINITIONS (SB!WALKER::DEFINITIONS) ; (IF # ; NIL ; #))) ; (SB!WALKER::RECONS SB!WALKER::FORM (CAR SB!WALKER::FORM) ; (SB!WALKER::RECONS (CDR SB!WALKER::FORM) (SB!WALKER::WALK-DEFINITIONS #) ; (SB!WALKER::WALK-DECLARATIONS # #'SB!WALKER::WALK-REPEAT-EVAL ; SB!WALKER::NEW-ENV))))) ; --> LET ECASE LET COND IF COND IF PROGN DOLIST BLOCK LET TAGBODY UNLESS IF ; --> PROGN LET* TAGBODY PUSH LET* ; ==> ; (LIST (CAR SB!WALKER::MAC) ; (SB!WALKER::CONVERT-MACRO-TO-LAMBDA (CADR SB!WALKER::MAC) ; (CDDR SB!WALKER::MAC) SB!WALKER::OLD-ENV ; (STRING (CAR SB!WALKER::MAC)))) ; ; note: The second argument never returns a value. ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/pcl/walk.fasl-tmp written ; compilation finished in 0:00:00.438 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/tools-for-build/ucd.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/tools-for-build/ucd.fasl written ; compilation finished in 0:00:00.921 //slurp-ucd 143 8843 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/genesis.lisp" (written 02 DEC 2015 10:51:53 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/genesis.lisp ; in: DEFINE-COLD-FOP (FOP-SPEC-VECTOR) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3295 #:EOF-ERROR-P3296 #:EOF-VALUE3297)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-RPLACA) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3638 #:EOF-ERROR-P3639 #:EOF-VALUE3640)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3627 #:EOF-ERROR-P3628 #:EOF-VALUE3629)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-RPLACD) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3674 #:EOF-ERROR-P3675 #:EOF-VALUE3676)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3685 #:EOF-ERROR-P3686 #:EOF-VALUE3687)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-SVSET) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3722 #:EOF-ERROR-P3723 #:EOF-VALUE3724)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3733 #:EOF-ERROR-P3734 #:EOF-VALUE3735)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-STRUCTSET) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3780 #:EOF-ERROR-P3781 #:EOF-VALUE3782)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3769 #:EOF-ERROR-P3770 #:EOF-VALUE3771)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-NTHCDR) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3816 #:EOF-ERROR-P3817 #:EOF-VALUE3818)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-FUN-ENTRY) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3989 #:EOF-ERROR-P3990 #:EOF-VALUE3991)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-FOREIGN-FIXUP) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4019 #:EOF-ERROR-P4020 #:EOF-VALUE4021)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-ASSEMBLER-CODE) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4137 #:EOF-ERROR-P4138 #:EOF-VALUE4139)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-ASSEMBLER-ROUTINE) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4167 #:EOF-ERROR-P4168 #:EOF-VALUE4169)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-ASSEMBLER-FIXUP) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4197 #:EOF-ERROR-P4198 #:EOF-VALUE4199)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-CODE-OBJECT-FIXUP) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4227 #:EOF-ERROR-P4228 #:EOF-VALUE4229)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/genesis.fasl-tmp written ; compilation finished in 0:00:04.021 ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: DEFUN SB!VM:CANONICALIZE-INLINE-CONSTANT ; (SB!KERNEL:BASE-CHAR-P SB!VM::VALUE) ; ; caught STYLE-WARNING: ; undefined function: SB!KERNEL:BASE-CHAR-P ; in: DEFUN SB!VM::SNARF-ERROR-JUNK ; (SB!KERNEL:COPY-UB8-FROM-SYSTEM-AREA SB!VM::SAP (1+ SB!VM::OFFSET) VECTOR 0 ; LENGTH) ; ; caught STYLE-WARNING: ; undefined function: SB!KERNEL:COPY-UB8-FROM-SYSTEM-AREA ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/assem.lisp ; in: DEFUN SB!ASSEM::SCHEDULE-PENDING-INSTRUCTIONS ; (SB!C:EMIT-NOP SB!ASSEM:SEGMENT) ; ; caught STYLE-WARNING: ; undefined function: SB!C:EMIT-NOP ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: DEFUN SB!VM::BREAK-CONTROL ; (SB!DISASSEM:HANDLE-BREAK-ARGS #'SB!VM::SNARF-ERROR-JUNK STREAM SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:HANDLE-BREAK-ARGS ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/assem.lisp ; in: DEFUN SB!ASSEM::NOTE-WRITE-DEPENDENCY ; (SB!C:LOCATION-NUMBER WRITE) ; ; caught STYLE-WARNING: ; undefined function: SB!C:LOCATION-NUMBER ; in: DEFUN SB!ASSEM::NOTE-READ-DEPENDENCY ; (SB!C:LOCATION-NUMBER READ) ; ; caught STYLE-WARNING: ; undefined function: SB!C:LOCATION-NUMBER ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: SB!DISASSEM:DEFINE-ARG-TYPE SB!VM::DISPLACEMENT ; (SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE SB!VM::VALUE NIL SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE ; in: DEFUN SB!VM::PRINT-IMM/ASM-ROUTINE ; (SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE SB!VM::VALUE NIL SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE ; in: LAMBDA NIL ; (SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE SB!VM::VALUE NIL SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE ; ; caught STYLE-WARNING: ; 1 more use of undefined function SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: DEFUN SB!VM::PRINT-IMM/ASM-ROUTINE ; (SB!DISASSEM:MAYBE-NOTE-STATIC-SYMBOL SB!VM::VALUE SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:MAYBE-NOTE-STATIC-SYMBOL ; in: LAMBDA NIL ; (SB!DISASSEM:MAYBE-NOTE-STATIC-SYMBOL SB!VM::VALUE SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:MAYBE-NOTE-STATIC-SYMBOL ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: DEFUN SB!VM::BREAK-CONTROL ; (SB!DISASSEM:NOTE SB!VM::X SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:NOTE ; in: DEFUN SB!VM::LEA-PRINT-EA ; (SB!DISASSEM:NOTE ; (LAMBDA (SB!VM::S) (FORMAT SB!VM::S "= #x~x" SB!ALIEN:ADDR)) SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:NOTE ; in: LAMBDA NIL ; (SB!DISASSEM:NOTE ; (LAMBDA (SB!VM::S) (FORMAT SB!VM::S "= #x~x" SB!ALIEN:ADDR)) SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:NOTE ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: DEFUN SB!VM::PRINT-XMMREG/MEM ; (SB!VM::PRINT-MEM-REF :REF SB!VM::VALUE NIL STREAM SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!VM::PRINT-MEM-REF ; in: DEFUN SB!VM::PRINT-REG/MEM-WITH-WIDTH ; (SB!VM::PRINT-MEM-REF ; (IF SB!VM::SIZED-P ; :SIZED-REF ; :REF) ; SB!VM::VALUE SB!VM::WIDTH STREAM SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!VM::PRINT-MEM-REF ; in: LAMBDA NIL ; (SB!VM::PRINT-MEM-REF ; (IF SB!VM::SIZED-P ; :SIZED-REF ; :REF) ; SB!VM::VALUE SB!VM::WIDTH STREAM SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!VM::PRINT-MEM-REF ; ; caught STYLE-WARNING: ; 2 more uses of undefined function SB!VM::PRINT-MEM-REF ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: DEFUN SB!VM::PREFILTER-REG/MEM ; (SB!DISASSEM:READ-SUFFIX 8 SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:READ-SUFFIX ; in: LAMBDA NIL ; (SB!DISASSEM:READ-SUFFIX 8 SB!VM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:READ-SUFFIX ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/disassem.lisp ; in: DEFUN SB!DISASSEM:READ-SIGNED-SUFFIX ; (SB!DISASSEM:READ-SUFFIX LENGTH SB!DISASSEM::DSTATE) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:READ-SUFFIX ; ; caught STYLE-WARNING: ; 6 more uses of undefined function SB!DISASSEM:READ-SUFFIX ; ; compilation unit finished ; Undefined functions: ; SB!KERNEL:BASE-CHAR-P SB!KERNEL:COPY-UB8-FROM-SYSTEM-AREA SB!C:EMIT-NOP SB!DISASSEM:HANDLE-BREAK-ARGS SB!C:LOCATION-NUMBER SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE SB!DISASSEM:MAYBE-NOTE-STATIC-SYMBOL SB!DISASSEM:NOTE SB!VM::PRINT-MEM-REF SB!DISASSEM:READ-SUFFIX ; caught 23 STYLE-WARNING conditions ; printed 42 notes T * beginning GENESIS, creating headers in "src/runtime/genesis" NIL * 147.51 real 137.37 user 7.54 sys //entering make-target-1.sh //building runtime system and symbol table file gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime' rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime' echo '#include "genesis/config.h"' >sbcl.h echo '#include "genesis/constants.h"' >>sbcl.h cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o alloc.o alloc.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o backtrace.o backtrace.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o breakpoint.o breakpoint.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o coreparse.o coreparse.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o dynbind.o dynbind.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o funcall.o funcall.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o gc-common.o gc-common.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o globals.o globals.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o interr.o interr.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o interrupt.o interrupt.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o largefile.o largefile.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o monitor.o monitor.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o os-common.o os-common.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o parse.o parse.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o print.o print.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o purify.o purify.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o pthread-futex.o pthread-futex.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o regnames.o regnames.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o run-program.o run-program.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o runtime.o runtime.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o safepoint.o safepoint.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o save.o save.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o search.o search.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o thread.o thread.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o time.o time.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o util.o util.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o validate.o validate.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o vars.o vars.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o wrap.o wrap.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o x86-64-arch.o x86-64-arch.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o bsd-os.o bsd-os.c bsd-os.c:286:50: warning: incompatible pointer types passing '__siginfohandler_t *' (aka 'void (*)(int, struct __siginfo *, void *)') to parameter of type 'interrupt_handler_t' (aka 'void (*)(int, siginfo_t *, os_context_t *)') [-Wincompatible-pointer-types] (__siginfohandler_t *) ^~~~~~~~~~~~~~~~~~~~~~ ./interrupt.h:162:45: note: passing argument to parameter 'handler' here interrupt_handler_t handler); ^ 1 warning generated. cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o x86-64-bsd-os.o x86-64-bsd-os.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o gencgc.o gencgc.c cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o x86-64-assem.o x86-64-assem.S cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I. -DSBCL_PREFIX=\"'/usr/local'\" -c -o ldso-stubs.o ldso-stubs.S cc -fstack-protector -dynamic -rdynamic -o sbcl alloc.o backtrace.o breakpoint.o coreparse.o dynbind.o funcall.o gc-common.o globals.o interr.o interrupt.o largefile.o monitor.o os-common.o parse.o print.o purify.o pthread-futex.o regnames.o run-program.o runtime.o safepoint.o save.o search.o thread.o time.o util.o validate.o vars.o wrap.o x86-64-arch.o bsd-os.o x86-64-bsd-os.o gencgc.o x86-64-assem.o ldso-stubs.o -lz -lutil -lm nm -gp sbcl | /usr/bin/grep -v " [FUw] " > ,sbcl.nm mv -f ,sbcl.nm sbcl.nm etags alloc.c backtrace.c breakpoint.c coreparse.c dynbind.c funcall.c gc-common.c globals.c interr.c interrupt.c largefile.c monitor.c os-common.c parse.c print.c purify.c pthread-futex.c regnames.c run-program.c runtime.c safepoint.c save.c search.c thread.c time.c util.c validate.c vars.c wrap.c x86-64-arch.c bsd-os.c x86-64-bsd-os.c gencgc.c x86-64-assem.S ldso-stubs.S || true etags: not found gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/tools-for-build' cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -I../src/runtime grovel-headers.c -lz -lutil -o grovel-headers In file included from grovel-headers.c:45: /usr/include/sys/termios.h:3:2: warning: "this file includes which is deprecated, use instead" [-W#warnings] #warning "this file includes which is deprecated, use instead" ^ grovel-headers.c:340:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("nfds-t", nfds_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:346:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("clock-t", clock_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:347:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("dev-t", dev_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:348:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("gid-t", gid_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:349:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("ino-t", ino_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:350:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("mode-t", mode_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:351:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("nlink-t", nlink_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:352:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("off-t", off_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:353:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("size-t", size_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:354:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("time-t", time_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:359:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("suseconds-t", suseconds_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:361:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("uid-t", uid_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:364:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-ino-t", wst_ino_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:365:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-dev-t", wst_dev_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:366:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-off-t", wst_off_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:367:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-blksize-t", wst_blksize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:368:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-blkcnt-t", wst_blkcnt_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:369:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-nlink-t", wst_nlink_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:370:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-uid-t", wst_uid_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:371:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("wst-gid-t", wst_gid_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:535:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFSLOT(tv-sec, tv_sec); ^~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:86:12: note: expanded from macro 'DEFSLOT' (8 * (sizeof bar.cname))) ^ grovel-headers.c:80:5: note: expanded from macro 'DEFSTRUCT' body; \ ^ grovel-headers.c:536:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFSLOT(tv-usec, tv_usec)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:86:12: note: expanded from macro 'DEFSLOT' (8 * (sizeof bar.cname))) ^ grovel-headers.c:80:5: note: expanded from macro 'DEFSTRUCT' body; \ ^ grovel-headers.c:538:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFSLOT(tv-sec, tv_sec); ^~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:86:12: note: expanded from macro 'DEFSLOT' (8 * (sizeof bar.cname))) ^ grovel-headers.c:80:5: note: expanded from macro 'DEFSTRUCT' body; \ ^ grovel-headers.c:539:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFSLOT(tv-nsec, tv_nsec)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:86:12: note: expanded from macro 'DEFSLOT' (8 * (sizeof bar.cname))) ^ grovel-headers.c:80:5: note: expanded from macro 'DEFSTRUCT' body; \ ^ grovel-headers.c:565:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("page-index-t", page_index_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:566:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("generation-index-t", generation_index_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ grovel-headers.c:571:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] DEFTYPE("os-vm-size-t", os_vm_size_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grovel-headers.c:76:98: note: expanded from macro 'DEFTYPE' printf("(define-alien-type " lispname " (%s %d))\n", (((foo=-1)<0) ? "signed" : "unsigned"), (8 * (sizeof foo))); } ~~ ^~~~~~~~~~~~~~~~~~ 28 warnings generated. gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/tools-for-build' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime' gmake[1]: Nothing to be done for 'after-grovel-headers'. gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime' 4.74 real 3.74 user 0.96 sys //entering make-host-2.sh //running cross-compiler to create target object files This is SBCL 1.0.31, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * 5 * target features *SHEBANG-FEATURES*=(:IEEE-FLOATING-POINT :PACKAGE-LOCAL-NICKNAMES :SB-SOURCE-LOCATIONS :SB-EVAL :SB-UNICODE :SB-PACKAGE-LOCKS :SB-LDB :SB-TEST :SB-DOC :SBCL :COMMON-LISP :ANSI-CL :SB-CORE-COMPRESSION :SB-QSHOW :X86-64 :UNIX :BSD :ELF :FREEBSD :GCC-TLS :64-BIT :64-BIT-REGISTERS :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD :C-STACK-IS-CONTROL-STACK :LINKAGE-TABLE :COMPARE-AND-SWAP-VOPS :UNWIND-TO-FRAME-AND-CALL-VOP :RAW-INSTANCE-INIT-VOPS :INTERLEAVED-RAW-SLOTS :PRECISE-ARG-COUNT-ERROR :FP-AND-PC-STANDARD-SAVE :STACK-ALLOCATABLE-CLOSURES :STACK-ALLOCATABLE-VECTORS :STACK-ALLOCATABLE-LISTS :STACK-ALLOCATABLE-FIXED-OBJECTS :ALIEN-CALLBACKS :CYCLE-COUNTER :COMPLEX-FLOAT-VOPS :FLOAT-EQL-VOPS :INTEGER-EQL-VOP :INLINE-CONSTANTS :MEMORY-BARRIER-VOPS :MULTIPLY-HIGH-VOPS :SB-SIMD-PACK :ASH-RIGHT-VOPS :SYMBOL-INFO-VOPS :LITTLE-ENDIAN :OS-PROVIDES-DLOPEN :OS-PROVIDES-DLADDR :OS-PROVIDES-PUTWC :OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-SUSECONDS-T :OS-PROVIDES-GETPROTOBY-R :OS-PROVIDES-POLL) target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL T * # * "obj/from-xc/" * T * T * ; in: LAMBDA NIL ; (THE SB!C::CLAMBDA #:NEW-VALUE844) ; ; caught STYLE-WARNING: ; undefined type: CLAMBDA ; ; compilation unit finished ; Undefined type: ; CLAMBDA ; caught 1 STYLE-WARNING condition ; (THE SB!C:TN #:NEW-VALUE864) ; ; caught STYLE-WARNING: ; undefined type: TN ; ; compilation unit finished ; Undefined type: ; TN ; caught 1 STYLE-WARNING condition * T * CODE-DELETION-NOTE-P * ((# . MUFFLE-WARNING)) * PROCLAIM-TARGET-OPTIMIZATION * PROCLAIM-TARGET-OPTIMIZATION NIL NIL * IN-TARGET-CROSS-COMPILATION-MODE * IN-TARGET-CROSS-COMPILATION-MODE NIL NIL * # * # * # * # * :MINIMAL * creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/ creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/ creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-source-location.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-source-location.lisp-obj-tmp written ; compilation finished in 0:00:00.016 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/show.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/show.lisp-obj-tmp written ; compilation finished in 0:00:00.109 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-constants.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-constants.lisp-obj-tmp written ; compilation finished in 0:00:00.011 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/backq.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/backq.lisp-obj-tmp written ; compilation finished in 0:00:00.345 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cmacros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/cmacros.lisp-obj-tmp written ; compilation finished in 0:00:00.028 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/globals.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/globals.lisp-obj-tmp written ; compilation finished in 0:00:00.011 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defsetfs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defsetfs.lisp-obj-tmp written ; compilation finished in 0:00:00.198 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cold-init-helper-macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/cold-init-helper-macros.lisp-obj-tmp written ; compilation finished in 0:00:00.089 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/uncross.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/uncross.lisp-obj-tmp written ; compilation finished in 0:00:00.024 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/primordial-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/primordial-type.lisp-obj-tmp written ; compilation finished in 0:00:00.050 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-defbangmethod.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-defbangmethod.lisp-obj-tmp written ; compilation finished in 0:00:00.014 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangtype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defbangtype.lisp-obj-tmp written ; compilation finished in 0:00:00.023 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangmacro.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defbangmacro.lisp-obj-tmp written ; compilation finished in 0:00:00.016 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangconstant.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defbangconstant.lisp-obj-tmp written ; compilation finished in 0:00:00.018 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-lexenv.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/early-lexenv.lisp-obj-tmp written ; compilation finished in 0:00:00.235 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-globaldb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/early-globaldb.lisp-obj-tmp written ; compilation finished in 0:00:00.243 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/primordial-extensions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/primordial-extensions.lisp-obj-tmp written ; compilation finished in 0:00:00.339 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/constantp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/constantp.lisp-obj-tmp written ; compilation finished in 0:00:00.379 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/function-names.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/function-names.lisp-obj-tmp written ; compilation finished in 0:00:00.053 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/parms.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/parms.lisp-obj-tmp written ; compilation finished in 0:00:00.071 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/parms.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/parms.lisp-obj-tmp written ; compilation finished in 0:00:00.081 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/early-vm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/early-vm.lisp-obj-tmp written ; compilation finished in 0:00:00.057 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/early-objdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/early-objdef.lisp-obj-tmp written ; compilation finished in 0:00:00.146 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-array.lisp-obj-tmp written ; compilation finished in 0:00:00.013 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/kernel.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/kernel.lisp-obj-tmp written ; compilation finished in 0:00:00.218 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/barrier.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/barrier.lisp-obj-tmp written ; compilation finished in 0:00:00.028 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/parse-body.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/parse-body.lisp-obj-tmp written ; compilation finished in 0:00:00.016 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/unportable-float.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/unportable-float.lisp-obj-tmp written ; compilation finished in 0:00:00.009 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/policy.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/policy.lisp-obj-tmp written ; compilation finished in 0:00:00.401 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/condition-boot.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/condition-boot.lisp-obj-tmp written ; compilation finished in 0:00:00.043 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-extensions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-extensions.lisp-obj-tmp written ; compilation finished in 0:00:02.112 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/parse-lambda-list.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/parse-lambda-list.lisp-obj-tmp written ; compilation finished in 0:00:00.994 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/deftype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/deftype.lisp-obj-tmp written ; compilation finished in 0:00:00.037 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/restart.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/restart.lisp-obj-tmp written ; compilation finished in 0:00:00.073 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-alieneval.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-alieneval.lisp-obj-tmp written ; compilation finished in 0:00:00.012 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/specializable-array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/specializable-array.lisp-obj-tmp written ; compilation finished in 0:00:00.019 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-cl.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-cl.lisp-obj-tmp written ; compilation finished in 0:00:00.007 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/ansi-stream.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/ansi-stream.lisp-obj-tmp written ; compilation finished in 0:00:00.150 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-fasl.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-fasl.lisp-obj-tmp written ; compilation finished in 0:00:00.138 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug-var-io.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/debug-var-io.lisp-obj-tmp written ; compilation finished in 0:00:00.121 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defbangstruct.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defbangstruct.lisp-obj-tmp written ; compilation finished in 0:00:00.154 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-thread.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-thread.lisp-obj-tmp written ; compilation finished in 0:00:00.224 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-print.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-print.lisp-obj-tmp written ; compilation finished in 0:00:00.096 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-pprint.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-pprint.lisp-obj-tmp written ; compilation finished in 0:00:00.451 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-impl.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-impl.lisp-obj-tmp written ; compilation finished in 0:00:00.011 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-extensions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-extensions.lisp-obj-tmp written ; compilation finished in 0:00:00.128 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-package.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-package.lisp-obj-tmp written ; compilation finished in 0:00:00.056 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/defconstant.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/defconstant.lisp-obj-tmp written ; compilation finished in 0:00:00.061 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-defstructs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-defstructs.lisp-obj-tmp written ; compilation finished in 0:00:00.071 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-raw-slots.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-raw-slots.lisp-obj-tmp written ; compilation finished in 0:00:00.173 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/funutils.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/funutils.lisp-obj-tmp written ; compilation finished in 0:00:00.023 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/type-class.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/type-class.lisp-obj-tmp written ; compilation finished in 0:00:01.228 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/sysmacs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/sysmacs.lisp-obj-tmp written ; compilation finished in 0:00:00.251 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-error.lisp-obj-tmp written ; compilation finished in 0:00:00.248 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-backend.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/early-backend.lisp-obj-tmp written ; compilation finished in 0:00:00.011 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/output/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/stuff-groveled-from-headers.lisp" (written 02 DEC 2015 10:54:29 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/output/stuff-groveled-from-headers.lisp-obj-tmp written ; compilation finished in 0:00:00.210 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cold-error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/cold-error.lisp-obj-tmp written ; compilation finished in 0:00:00.162 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/pcl/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/slot-name.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/pcl/slot-name.lisp-obj-tmp written ; compilation finished in 0:00:00.010 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/info-vector.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/info-vector.lisp-obj-tmp written ; compilation finished in 0:00:01.750 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/fdefinition.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/fdefinition.lisp-obj-tmp written ; compilation finished in 0:00:00.234 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/pred.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/pred.lisp-obj-tmp written ; compilation finished in 0:00:00.494 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-alieneval.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-alieneval.lisp ; in: DEFMACRO ALIEN-CALLBACK ; (DEFMACRO SB!ALIEN-INTERNALS:ALIEN-CALLBACK ; (SB!ALIEN::SPECIFIER FUNCTION &ENVIRONMENT SB!ALIEN::ENV) ; "Returns an alien-value with of alien ftype SPECIFIER, that can be passed to ; an alien function as a pointer to the FUNCTION. If a callback for the given ; SPECIFIER and FUNCTION already exists, it is returned instead of consing a new ; one." ; (MULTIPLE-VALUE-BIND ; (SB!ALIEN::RESULT-TYPE SB!ALIEN::ARGUMENT-TYPES SB!ALIEN::CALL-TYPE) ; (SB!ALIEN::PARSE-ALIEN-FTYPE SB!ALIEN::SPECIFIER SB!ALIEN::ENV) ; (SB!INT:QUASIQUOTE ; (SB!ALIEN-INTERNALS:%SAP-ALIEN ; (SB!ALIEN::%ALIEN-CALLBACK-SAP '# '# '# # # #) ; '#S(SB!IMPL::COMMA :EXPR # :KIND 0))))) ; --> PROGN EVAL-WHEN ; ==> ; (SB!C::%DEFMACRO 'SB!ALIEN-INTERNALS:ALIEN-CALLBACK ; (SB!INT:NAMED-LAMBDA (MACRO-FUNCTION ; SB!ALIEN-INTERNALS:ALIEN-CALLBACK) ; (#:EXPR SB!ALIEN::ENV) ; "Returns an alien-value with of alien ftype SPECIFIER, that can be passed to ; an alien function as a pointer to the FUNCTION. If a callback for the given ; SPECIFIER and FUNCTION already exists, it is returned instead of consing a new ; one." ; (DECLARE ; (SB!C::LAMBDA-LIST (SB!ALIEN::SPECIFIER FUNCTION))) ; (SB!C::NAMED-DS-BIND (:MACRO ; SB!ALIEN-INTERNALS:ALIEN-CALLBACK ; . DEFMACRO) ; (SB!ALIEN::SPECIFIER FUNCTION) ; (CDR #:EXPR) ; (BLOCK SB!ALIEN-INTERNALS:ALIEN-CALLBACK ; (MULTIPLE-VALUE-BIND # # #)))) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; undefined function: ALIEN-CALLBACK-LISP-WRAPPER-LAMBDA ; ; caught STYLE-WARNING: ; undefined function: PARSE-ALIEN-FTYPE ; in: DEFMACRO ALIEN-LAMBDA ; (DEFMACRO SB!ALIEN::ALIEN-LAMBDA ; (SB!ALIEN::RESULT-TYPE SB!ALIEN::TYPED-LAMBDA-LIST ; &BODY SB!ALIEN::FORMS) ; (MULTIPLE-VALUE-BIND (SB!ALIEN::SPECIFIER SB!ALIEN::LAMBDA-LIST) ; (SB!ALIEN::PARSE-CALLBACK-SPECIFICATION SB!ALIEN::RESULT-TYPE ; SB!ALIEN::TYPED-LAMBDA-LIST) ; (SB!INT:QUASIQUOTE ; (SB!ALIEN-INTERNALS:ALIEN-CALLBACK ; #S(SB!IMPL::COMMA :EXPR SB!ALIEN::SPECIFIER :KIND 0) (LAMBDA # #))))) ; --> PROGN EVAL-WHEN ; ==> ; (SB!C::%DEFMACRO 'SB!ALIEN::ALIEN-LAMBDA ; (SB!INT:NAMED-LAMBDA (MACRO-FUNCTION SB!ALIEN::ALIEN-LAMBDA) ; (#:EXPR #:ENV) ; (DECLARE ; (SB!C::LAMBDA-LIST ; (SB!ALIEN::RESULT-TYPE SB!ALIEN::TYPED-LAMBDA-LIST &BODY ; SB!ALIEN::FORMS))) ; (DECLARE (IGNORE #:ENV)) ; (SB!C::NAMED-DS-BIND (:MACRO SB!ALIEN::ALIEN-LAMBDA ; . DEFMACRO) ; (SB!ALIEN::RESULT-TYPE SB!ALIEN::TYPED-LAMBDA-LIST ; &BODY SB!ALIEN::FORMS) ; (CDR #:EXPR) ; (BLOCK SB!ALIEN::ALIEN-LAMBDA ; (MULTIPLE-VALUE-BIND # # #)))) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; undefined function: PARSE-CALLBACK-SPECIFICATION ; in: DEFMACRO DEFINE-ALIEN-CALLBACK ; (DEFMACRO SB!ALIEN::DEFINE-ALIEN-CALLBACK ; (SB!ALIEN::NAME SB!ALIEN::RESULT-TYPE SB!ALIEN::TYPED-LAMBDA-LIST ; &BODY SB!ALIEN::FORMS) ; "Defines #'NAME as a function with the given body and lambda-list, and NAME as ; the alien callback for that function with the given alien type." ; (DECLARE (SYMBOL SB!ALIEN::NAME)) ; (MULTIPLE-VALUE-BIND (SB!ALIEN::SPECIFIER SB!ALIEN::LAMBDA-LIST) ; (SB!ALIEN::PARSE-CALLBACK-SPECIFICATION SB!ALIEN::RESULT-TYPE ; SB!ALIEN::TYPED-LAMBDA-LIST) ; (SB!INT:QUASIQUOTE (PROGN (DEFUN # # #) (DEFPARAMETER # #))))) ; --> PROGN EVAL-WHEN ; ==> ; (SB!C::%DEFMACRO 'SB!ALIEN::DEFINE-ALIEN-CALLBACK ; (SB!INT:NAMED-LAMBDA (MACRO-FUNCTION ; SB!ALIEN::DEFINE-ALIEN-CALLBACK) ; (#:EXPR #:ENV) ; "Defines #'NAME as a function with the given body and lambda-list, and NAME as ; the alien callback for that function with the given alien type." ; (DECLARE ; (SB!C::LAMBDA-LIST ; (SB!ALIEN::NAME SB!ALIEN::RESULT-TYPE ; SB!ALIEN::TYPED-LAMBDA-LIST &BODY SB!ALIEN::FORMS))) ; (DECLARE (IGNORE #:ENV)) ; (SB!C::NAMED-DS-BIND (:MACRO ; SB!ALIEN::DEFINE-ALIEN-CALLBACK ; . DEFMACRO) ; (SB!ALIEN::NAME SB!ALIEN::RESULT-TYPE ; SB!ALIEN::TYPED-LAMBDA-LIST &BODY SB!ALIEN::FORMS) ; (CDR #:EXPR) ; (DECLARE (SYMBOL SB!ALIEN::NAME)) ; (BLOCK SB!ALIEN::DEFINE-ALIEN-CALLBACK ; (MULTIPLE-VALUE-BIND # # #)))) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; undefined function: PARSE-CALLBACK-SPECIFICATION ; ; compilation unit finished ; caught 4 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-alieneval.lisp-obj-tmp written ; compilation finished in 0:00:01.194 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-c-call.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-c-call.lisp-obj-tmp written ; compilation finished in 0:00:00.117 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-allocate.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-allocate.lisp-obj-tmp written ; compilation finished in 0:00:00.024 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/misc-aliens.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/misc-aliens.lisp-obj-tmp written ; compilation finished in 0:00:00.046 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/vm-array.lisp-obj-tmp written ; compilation finished in 0:00:00.224 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/weak.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/weak.lisp-obj-tmp written ; compilation finished in 0:00:00.013 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/array.lisp" (written 27 NOV 2015 10:15:54 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/array.lisp ; in: DECLAIM (INLINE FILL-POINTER) ; (DECLAIM (INLINE FILL-POINTER)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE FILL-POINTER) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming COMMON-LISP:FILL-POINTER to be INLINE, but 1 call to it was ; previously compiled. A declaration of NOTINLINE at the call site will eliminate ; this warning, as will proclaiming and defining the function before its first ; potential use. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/array.lisp-obj-tmp written ; compilation finished in 0:00:03.782 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-float.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-float.lisp-obj-tmp written ; compilation finished in 0:00:00.118 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-sxhash.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-sxhash.lisp-obj-tmp written ; compilation finished in 0:00:00.579 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/list.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/list.lisp-obj-tmp written ; compilation finished in 0:00:01.975 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/seq.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/seq.lisp ; in: DEFUN MAP-INTO ; (DEFUN MAP-INTO (SB!IMPL::RESULT-SEQUENCE FUNCTION &REST SB!IMPL::SEQUENCES) ; (LET ((SB!IMPL::REALLY-FUN (SB!KERNEL:%COERCE-CALLABLE-TO-FUN FUNCTION))) ; (ETYPECASE SB!IMPL::RESULT-SEQUENCE ; (VECTOR (SB!KERNEL:WITH-ARRAY-DATA # #)) ; (LIST ; (LET # ; # ; #)) ; (SEQUENCE (MULTIPLE-VALUE-BIND # # #)))) ; SB!IMPL::RESULT-SEQUENCE) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION ; ==> ; (BLOCK MAP-INTO ; (LET ((SB!IMPL::REALLY-FUN (SB!KERNEL:%COERCE-CALLABLE-TO-FUN FUNCTION))) ; (ETYPECASE SB!IMPL::RESULT-SEQUENCE ; (VECTOR (SB!KERNEL:WITH-ARRAY-DATA # #)) ; (LIST ; (LET # ; # ; #)) ; (SEQUENCE (MULTIPLE-VALUE-BIND # # #)))) ; SB!IMPL::RESULT-SEQUENCE) ; ; note: Allocating a value-cell at runtime for checking possibly out of extent exit via ; (RETURN-FROM MAP-INTO RESULT-SEQUENCE). Use GO/RETURN-FROM with SAFETY 0, or ; declare the exit function DYNAMIC-EXTENT to avoid. ; ; compilation unit finished ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/seq.lisp-obj-tmp written ; compilation finished in 0:00:07.288 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/coerce.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/coerce.lisp ; in: DECLAIM (INLINE COERCE-TO-LIST) ; (DECLAIM (INLINE SB!KERNEL:COERCE-TO-LIST)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!KERNEL:COERCE-TO-LIST) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!KERNEL:COERCE-TO-LIST to be INLINE, but 1 call to it was ; previously compiled. A declaration of NOTINLINE at the call site will eliminate ; this warning, as will proclaiming and defining the function before its first ; potential use. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/coerce.lisp-obj-tmp written ; compilation finished in 0:00:00.192 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/string.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/string.lisp-obj-tmp written ; compilation finished in 0:00:01.600 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/mipsstrops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/mipsstrops.lisp-obj-tmp written ; compilation finished in 0:00:00.223 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-time.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-time.lisp-obj-tmp written ; compilation finished in 0:00:00.008 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/unix.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/unix.lisp ; in: DEFUN UNIX-SELECT ; (SB!ALIEN:WITH-ALIEN ; ((SB!UNIX::TV (SB!ALIEN:STRUCT SB!UNIX:TIMEVAL)) ; (SB!UNIX::RDF (SB!ALIEN:STRUCT SB!UNIX:FD-SET)) ; (SB!UNIX::WRF (SB!ALIEN:STRUCT SB!UNIX:FD-SET)) ; (SB!UNIX::XPF (SB!ALIEN:STRUCT SB!UNIX:FD-SET))) ; (COND ; (SB!UNIX::TO-SECS ; (SETF # SB!UNIX::TO-SECS ; # SB!UNIX::TO-USECS)) ; ((NOT SB!SYS:*INTERRUPTS-ENABLED*) ; (SB!UNIX::NOTE-DANGEROUS-WAIT "select(2)"))) ; (SB!UNIX::NUM-TO-FD-SET SB!UNIX::RDF SB!UNIX::RDFDS) ; (SB!UNIX::NUM-TO-FD-SET SB!UNIX::WRF SB!UNIX::WRFDS) ; (SB!UNIX::NUM-TO-FD-SET SB!UNIX::XPF SB!UNIX::XPFDS) ; (MACROLET ((SB!UNIX::FROB (SB!UNIX::LISPVAR SB!UNIX::ALIENVAR) ; (SB!INT:QUASIQUOTE #))) ; (SB!UNIX::SYSCALL ("sb_select" SB!ALIEN:INT (* #) (* #) (* #) (* #)) ; (VALUES SB!UNIX::RESULT ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::RDF) ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::WRF) ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::XPF)) ; SB!UNIX::NFDS (SB!UNIX::FROB SB!UNIX::RDFDS SB!UNIX::RDF) ; (SB!UNIX::FROB SB!UNIX::WRFDS SB!UNIX::WRF) ; (SB!UNIX::FROB SB!UNIX::XPFDS SB!UNIX::XPF) ; (IF SB!UNIX::TO-SECS ; (SB!ALIEN:ALIEN-SAP #) ; (SB!SYS:INT-SAP 0))))) ; --> SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> SB!ALIEN-INTERNALS:MAKE-LOCAL-ALIEN SB!SYS:%PRIMITIVE ; ==> ; (SB!C::%%PRIMITIVE ; '# ; '(128)) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of ALLOC-ALIEN-STACK-SPACE ; --> SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> SYMBOL-MACROLET LET SB!ALIEN-INTERNALS:MAKE-LOCAL-ALIEN SB!SYS:%PRIMITIVE ; ==> ; (SB!C::%%PRIMITIVE ; '# ; '(128)) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of ALLOC-ALIEN-STACK-SPACE ; --> SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> SYMBOL-MACROLET LET SYMBOL-MACROLET LET ; --> SB!ALIEN-INTERNALS:MAKE-LOCAL-ALIEN SB!SYS:%PRIMITIVE ; ==> ; (SB!C::%%PRIMITIVE ; '# ; '(128)) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of ALLOC-ALIEN-STACK-SPACE ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::RDF) ; --> BLOCK IF LOOP BLOCK LET SB!LOOP::WITH-SUM-COUNT LET SB!LOOP::LOOP-BODY ; --> TAGBODY SETQ THE + ; ==> ; (ASH ; (SB!ALIEN:DEREF (SB!ALIEN:SLOT SB!UNIX::FDSET 'SB!UNIX::FDS-BITS) ; SB!INT:INDEX) ; (* SB!INT:INDEX SB!VM:N-MACHINE-WORD-BITS)) ; ; note: doing unsigned word to integer coercion (cost 20) ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::WRF) ; --> BLOCK IF LOOP BLOCK LET SB!LOOP::WITH-SUM-COUNT LET SB!LOOP::LOOP-BODY ; --> TAGBODY SETQ THE + ; ==> ; (ASH ; (SB!ALIEN:DEREF (SB!ALIEN:SLOT SB!UNIX::FDSET 'SB!UNIX::FDS-BITS) ; SB!INT:INDEX) ; (* SB!INT:INDEX SB!VM:N-MACHINE-WORD-BITS)) ; ; note: doing unsigned word to integer coercion (cost 20) ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::XPF) ; --> BLOCK IF LOOP BLOCK LET SB!LOOP::WITH-SUM-COUNT LET SB!LOOP::LOOP-BODY ; --> TAGBODY SETQ THE + ; ==> ; (ASH ; (SB!ALIEN:DEREF (SB!ALIEN:SLOT SB!UNIX::FDSET 'SB!UNIX::FDS-BITS) ; SB!INT:INDEX) ; (* SB!INT:INDEX SB!VM:N-MACHINE-WORD-BITS)) ; ; note: doing unsigned word to integer coercion (cost 20) ; --> BLOCK IF SB!ALIEN:DEREF SB!ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB!ALIEN-INTERNALS:NATURALIZE ; ==> ; SB!ALIEN:ALIEN ; ; note: doing unsigned word to integer coercion (cost 20) ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::WRF) ; --> BLOCK IF SB!ALIEN:DEREF SB!ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB!ALIEN-INTERNALS:NATURALIZE ; ==> ; SB!ALIEN:ALIEN ; ; note: doing unsigned word to integer coercion (cost 20) ; (SB!UNIX::FD-SET-TO-NUM SB!UNIX::NFDS SB!UNIX::RDF) ; --> BLOCK IF SB!ALIEN:DEREF SB!ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB!ALIEN-INTERNALS:NATURALIZE ; ==> ; SB!ALIEN:ALIEN ; ; note: doing unsigned word to integer coercion (cost 20) ; ; compilation unit finished ; printed 9 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/unix.lisp-obj-tmp written ; compilation finished in 0:00:02.378 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/common-os.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/common-os.lisp-obj-tmp written ; compilation finished in 0:00:00.122 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/bsd-os.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/bsd-os.lisp-obj-tmp written ; compilation finished in 0:00:00.135 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/sc-offset.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/sc-offset.lisp-obj-tmp written ; compilation finished in 0:00:00.057 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/x86-64-vm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/x86-64-vm.lisp-obj-tmp written ; compilation finished in 0:00:00.251 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-signal.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-signal.lisp ; in: DEFUN ENABLE-INTERRUPT ; (THE (OR FUNCTION FIXNUM) (SB!KERNEL:MAKE-LISP-OBJ SB!UNIX::RESULT)) ; ; note: type assertion too complex to check: ; (VALUES (OR FUNCTION FIXNUM) &REST T). ; ; compilation unit finished ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-signal.lisp-obj-tmp written ; compilation finished in 0:00:00.319 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/bignum.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/bignum.lisp-obj-tmp written ; compilation finished in 0:00:01.026 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/numbers.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/numbers.lisp-obj-tmp written ; compilation finished in 0:00:02.042 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/float-trap.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/float-trap.lisp-obj-tmp written ; compilation finished in 0:00:00.165 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/float.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/float.lisp-obj-tmp written ; compilation finished in 0:00:00.611 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/irrat.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/irrat.lisp ; in: DEFUN CSSQS ; (SB!KERNEL::LOGB-FINITE (MAX (ABS SB!KERNEL::X) (ABS SB!KERNEL::Y))) ; --> BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL DECODE-FLOAT ; ==> ; (SB!KERNEL:DECODE-DOUBLE-FLOAT SB!C::X) ; ; note: doing float to pointer coercion (cost 13) to X ; (VALUES ; (+ (SB!KERNEL::SQUARE (SB!KERNEL::SCALB SB!KERNEL::X SB!KERNEL::K)) ; (SB!KERNEL::SQUARE (SB!KERNEL::SCALB SB!KERNEL::Y SB!KERNEL::K))) ; (- SB!KERNEL::K)) ; ; note: doing float to pointer coercion (cost 13) to "" ; (VALUES SB!KERNEL::RHO 0) ; ; note: doing float to pointer coercion (cost 13) to "" ; in: DEFUN COMPLEX-SQRT ; (SB!KERNEL::SCALB (SQRT SB!KERNEL::RHO) SB!KERNEL::K) ; --> BLOCK SCALE-FLOAT ; ==> ; (SB!KERNEL:SCALE-DOUBLE-FLOAT SB!C::F SB!C::EX) ; ; note: doing float to pointer coercion (cost 13) to X ; (SB!KERNEL::COERCE-TO-COMPLEX-TYPE SB!KERNEL::ETA SB!KERNEL::NU SB!KERNEL::Z) ; --> BLOCK IF ; ==> ; (COMPLEX SB!KERNEL::X SB!KERNEL::Y) ; ; note: doing float to pointer coercion (cost 13) from ETA ; ; note: doing float to pointer coercion (cost 13) from NU ; (SB!KERNEL::SCALB (ABS SB!KERNEL::X) (- SB!KERNEL::K)) ; --> BLOCK SCALE-FLOAT ; ==> ; (SB!KERNEL:SCALE-DOUBLE-FLOAT SB!C::F SB!C::EX) ; ; note: doing float to pointer coercion (cost 13) to X ; in: DEFUN COMPLEX-LOG-SCALED ; (+ (/ (LOG SB!KERNEL::RHO) 2.0d0) ; (* (+ SB!KERNEL::K SB!KERNEL::J) SB!KERNEL::LN2)) ; ; note: doing float to pointer coercion (cost 13), for: ; the second argument of GENERIC-+ ; (SB!KERNEL::COERCE-TO-COMPLEX-TYPE ; (IF (AND (ZEROP SB!KERNEL::K) (< SB!KERNEL::T0 SB!KERNEL::BETA) ; (OR (<= SB!KERNEL::BETA SB!KERNEL::T1) ; (< SB!KERNEL::RHO SB!KERNEL::T2))) ; (/ (SB!KERNEL:%LOG1P (+ # #)) 2.0d0) ; (+ (/ (LOG SB!KERNEL::RHO) 2.0d0) ; (* (+ SB!KERNEL::K SB!KERNEL::J) SB!KERNEL::LN2))) ; (ATAN SB!KERNEL::Y SB!KERNEL::X) SB!KERNEL::Z) ; --> BLOCK IF ; ==> ; (COMPLEX SB!KERNEL::X SB!KERNEL::Y) ; ; note: doing float to pointer coercion (cost 13) ; (/ ; (SB!KERNEL:%LOG1P ; (+ (* (- SB!KERNEL::BETA 1.0d0) (+ SB!KERNEL::BETA 1.0d0)) ; (* SB!KERNEL::THETA SB!KERNEL::THETA))) ; 2.0d0) ; ==> ; (* SB!C::X 0.5d0) ; ; note: doing float to pointer coercion (cost 13) ; in: DEFUN COMPLEX-ATANH ; (SETF SB!KERNEL::ETA ; (LET* ((SB!KERNEL::X-BIGGER #) (SB!KERNEL::R #) (SB!KERNEL::D #)) ; (IF SB!KERNEL::X-BIGGER ; (/ # SB!KERNEL::D) ; (/ # SB!KERNEL::D)))) ; ==> ; (SETQ SB!KERNEL::ETA ; (LET* ((SB!KERNEL::X-BIGGER #) (SB!KERNEL::R #) (SB!KERNEL::D #)) ; (IF SB!KERNEL::X-BIGGER ; (/ # SB!KERNEL::D) ; (/ # SB!KERNEL::D)))) ; ; note: doing float to pointer coercion (cost 13) to ETA ; (* SB!KERNEL::BETA SB!KERNEL::NU) ; ; note: doing float to pointer coercion (cost 13) from NU, for: ; the second argument of GENERIC-* ; (SETF SB!KERNEL::ETA (* 0.25d0 (SB!KERNEL:%LOG1P (/ # #)))) ; ==> ; (SETQ SB!KERNEL::ETA (* 0.25d0 (SB!KERNEL:%LOG1P (/ # #)))) ; ; note: doing float to pointer coercion (cost 13) to ETA ; (SQRT SB!KERNEL::T1) ; ; note: doing float to pointer coercion (cost 13) ; (SQRT SB!KERNEL::T2) ; ; note: doing float to pointer coercion (cost 13) from T2 ; in: DEFUN COMPLEX-TANH ; (SINH SB!KERNEL::X) ; --> SB!KERNEL:%SINH BLOCK SB!ALIEN:ALIEN-FUNCALL ; --> SB!ALIEN-INTERNALS:NATURALIZE LET ; --> SB!ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN ; ==> ; (SB!C:%ALIEN-FUNCALL ; (SB!ALIEN-INTERNALS:DEPORT FUNCTION ; '#) ; '# ; (SB!ALIEN-INTERNALS:DEPORT #:G25289 ; '#)) ; ; note: doing float to pointer coercion (cost 13) ; (SQRT (+ 1.0d0 (* SB!KERNEL::S SB!KERNEL::S))) ; ; note: doing float to pointer coercion (cost 13) ; (* SB!KERNEL::BETA SB!KERNEL::RHO SB!KERNEL::S) ; --> * ; ==> ; (* SB!KERNEL::BETA SB!KERNEL::RHO) ; ; note: doing float to pointer coercion (cost 13), for: ; the first argument of GENERIC-* ; (/ (* SB!KERNEL::BETA SB!KERNEL::RHO SB!KERNEL::S) SB!KERNEL::DEN) ; ; note: doing float to pointer coercion (cost 13), for: ; the second argument of static-fun Two-arg-/ ; (SB!KERNEL::COERCE-TO-COMPLEX-TYPE ; (/ (* SB!KERNEL::BETA SB!KERNEL::RHO SB!KERNEL::S) SB!KERNEL::DEN) ; (/ SB!KERNEL::TV SB!KERNEL::DEN) SB!KERNEL::Z) ; --> BLOCK IF ; ==> ; (COMPLEX SB!KERNEL::X SB!KERNEL::Y) ; ; note: doing float to pointer coercion (cost 13) ; (SB!KERNEL::COERCE-TO-COMPLEX-TYPE (/ SB!KERNEL::RHO SB!KERNEL::S) ; (/ SB!KERNEL::TV) SB!KERNEL::Z) ; --> BLOCK IF ; ==> ; (COMPLEX SB!KERNEL::X SB!KERNEL::Y) ; ; note: doing float to pointer coercion (cost 13) ; (SB!KERNEL::COERCE-TO-COMPLEX-TYPE (FLOAT-SIGN SB!KERNEL::X) ; (FLOAT-SIGN SB!KERNEL::Y) SB!KERNEL::Z) ; --> BLOCK IF ; ==> ; (COMPLEX SB!KERNEL::X SB!KERNEL::Y) ; ; note: doing float to pointer coercion (cost 13) ; ; note: doing float to pointer coercion (cost 13) ; ; compilation unit finished ; printed 23 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/irrat.lisp-obj-tmp written ; compilation finished in 0:00:02.664 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/char.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/char.lisp-obj-tmp written ; compilation finished in 0:00:00.012 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/huffman.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/huffman.lisp-obj-tmp written ; compilation finished in 0:00:00.526 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-char.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-char.lisp ; in: ; DECLAIM (INLINE STANDARD-CHAR-P GRAPHIC-CHAR-P ALPHA-CHAR-P UPPER-CASE-P ...) ; (DECLAIM ; (INLINE STANDARD-CHAR-P GRAPHIC-CHAR-P ALPHA-CHAR-P UPPER-CASE-P ; LOWER-CASE-P BOTH-CASE-P CHAR-INT)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM ; '(INLINE STANDARD-CHAR-P GRAPHIC-CHAR-P ALPHA-CHAR-P UPPER-CASE-P ; LOWER-CASE-P BOTH-CASE-P CHAR-INT) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming COMMON-LISP:ALPHA-CHAR-P to be INLINE, but 1 call to it was ; previously compiled. A declaration of NOTINLINE at the call site will eliminate ; this warning, as will proclaiming and defining the function before its first ; potential use. ; in: ; DECLAIM (FTYPE (SFUNCTION (T) (UNSIGNED-BYTE 8)) UCD-GENERAL-CATEGORY) ; (DECLAIM ; (FTYPE (SB!INT:SFUNCTION (T) (UNSIGNED-BYTE 8)) ; SB!IMPL::UCD-GENERAL-CATEGORY) ; (INLINE SB!IMPL::UCD-GENERAL-CATEGORY)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!IMPL::UCD-GENERAL-CATEGORY) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!IMPL::UCD-GENERAL-CATEGORY to be INLINE, but 2 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; in: DECLAIM (INLINE BOTH-CASE-INDEX-P) ; (DECLAIM (INLINE SB!IMPL::BOTH-CASE-INDEX-P)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!IMPL::BOTH-CASE-INDEX-P) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!IMPL::BOTH-CASE-INDEX-P to be INLINE, but 2 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; ; compilation unit finished ; caught 3 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-char.lisp-obj-tmp written ; compilation finished in 0:00:04.660 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-unicode.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-unicode.lisp-obj-tmp written ; compilation finished in 0:00:03.432 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/misc.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/misc.lisp-obj-tmp written ; compilation finished in 0:00:00.009 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/room.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/room.lisp ; in: DEFUN TYPE-BREAKDOWN ; (INCF (AREF SB!VM::SIZES TYPE) SB!VM::SIZE) ; --> LET* ; ==> ; (+ SB!VM::SIZE (AREF #:SIZES427 #:TYPE428)) ; ; note: doing unsigned word to integer coercion (cost 20), for: ; the second argument of GENERIC-+ ; (INCF (AREF SB!VM::COUNTS TYPE)) ; --> LET* ; ==> ; (+ 1 (AREF #:COUNTS430 #:TYPE431)) ; ; note: doing unsigned word to integer coercion (cost 20), for: ; the first argument of GENERIC-+ ; --> LET* FUNCALL SB!C::%FUNCALL (SETF AREF) ; --> SB!KERNEL:HAIRY-DATA-VECTOR-SET/CHECK-BOUNDS SB!EXT:TRULY-THE ; --> SB!KERNEL:HAIRY-DATA-VECTOR-SET MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL ; ==> ; #'(LAMBDA (&OPTIONAL (ARRAY) (SB!INT:INDEX) &REST #:G464) ; (DECLARE (IGNORE #:G464)) ; (DECLARE (TYPE (SIMPLE-ARRAY (UNSIGNED-BYTE 64) 1) ARRAY) ; (TYPE (UNSIGNED-BYTE 64) SB!C::NEW-VALUE)) ; (SB!KERNEL:DATA-VECTOR-SET ARRAY SB!INT:INDEX SB!C::NEW-VALUE)) ; ; note: doing unsigned word to integer coercion (cost 20) to "" ; ; compilation unit finished ; printed 3 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/room.lisp-obj-tmp written ; compilation finished in 0:00:01.080 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/stream.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/stream.lisp ; in: DECLAIM (INLINE READ-CHAR UNREAD-CHAR READ-BYTE LISTEN) ; (DECLAIM (INLINE READ-CHAR UNREAD-CHAR READ-BYTE LISTEN)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE READ-CHAR UNREAD-CHAR READ-BYTE LISTEN) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming COMMON-LISP:READ-CHAR to be INLINE, but 1 call to it was previously ; compiled. A declaration of NOTINLINE at the call site will eliminate this ; warning, as will proclaiming and defining the function before its first ; potential use. ; ; caught STYLE-WARNING: ; Proclaiming COMMON-LISP:UNREAD-CHAR to be INLINE, but 2 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; in: DEFUN ANSI-STREAM-READ-SEQUENCE ; (DEFUN SB!IMPL::ANSI-STREAM-READ-SEQUENCE ; (SB!IMPL::SEQ STREAM SB!IMPL::START SB!IMPL::%END) ; (DECLARE (TYPE SEQUENCE SB!IMPL::SEQ) ; (TYPE SB!KERNEL:ANSI-STREAM STREAM) ; (TYPE SB!INT:INDEX SB!IMPL::START) ; (TYPE SB!KERNEL:SEQUENCE-END SB!IMPL::%END) ; (VALUES SB!INT:INDEX)) ; (LET ((SB!IMPL::END (OR SB!IMPL::%END #))) ; (DECLARE (TYPE SB!INT:INDEX SB!IMPL::END)) ; (ETYPECASE SB!IMPL::SEQ ; (LIST ; (LET # ; #)) ; (VECTOR (SB!KERNEL:WITH-ARRAY-DATA # #))))) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION ; ==> ; (THE (VALUES (MOD 4611686018427387901) &REST T) ; (PROGN ; (BLOCK SB!IMPL::ANSI-STREAM-READ-SEQUENCE ; (LET (#) ; (DECLARE #) ; (ETYPECASE SB!IMPL::SEQ # #))))) ; ; note: type assertion too complex to check: ; (VALUES (MOD 4611686018427387901) &REST T). ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/stream.lisp-obj-tmp written ; compilation finished in 0:00:04.461 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/symbol.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/symbol.lisp ; in: DECLAIM (INLINE %MAKUNBOUND) ; (DECLAIM (INLINE SB!IMPL::%MAKUNBOUND)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!IMPL::%MAKUNBOUND) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!IMPL::%MAKUNBOUND to be INLINE, but 1 call to it was previously ; compiled. A declaration of NOTINLINE at the call site will eliminate this ; warning, as will proclaiming and defining the function before its first ; potential use. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/symbol.lisp-obj-tmp written ; compilation finished in 0:00:00.374 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/print.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/print.lisp-obj-tmp written ; compilation finished in 0:00:03.376 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-format.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-format.lisp-obj-tmp written ; compilation finished in 0:00:00.109 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defpackage.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defpackage.lisp-obj-tmp written ; compilation finished in 0:00:00.386 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/error-error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/error-error.lisp-obj-tmp written ; compilation finished in 0:00:00.021 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/deadline.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/deadline.lisp-obj-tmp written ; compilation finished in 0:00:00.402 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/serve-event.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/serve-event.lisp-obj-tmp written ; compilation finished in 0:00:00.666 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/fd-stream.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/fd-stream.lisp ; in: DEFSTRUCT FD-STREAM ; (DEFSTRUCT ; (SB!SYS:FD-STREAM (:CONSTRUCTOR SB!IMPL::%MAKE-FD-STREAM) ; (:CONC-NAME SB!IMPL::FD-STREAM-) (:PREDICATE SB!SYS:FD-STREAM-P) ; (:INCLUDE SB!KERNEL:ANSI-STREAM ; (SB!IMPL::MISC #'SB!IMPL::FD-STREAM-MISC-ROUTINE)) ; (:COPIER NIL)) ; (SB!IMPL::NAME NIL) ; (SB!IMPL::FILE NIL) ; (SB!IMPL::ORIGINAL NIL :TYPE (OR SIMPLE-STRING NULL)) ; (SB!IMPL::DELETE-ORIGINAL NIL) ; (SB!IMPL::ELEMENT-SIZE 1 :TYPE SB!INT:INDEX) ; (SB!IMPL::ELEMENT-TYPE 'BASE-CHAR) ; (SB!IMPL::FD -1 :TYPE FIXNUM) ; (SB!IMPL::FD-TYPE :UNKNOWN :TYPE KEYWORD) ; (SB!IMPL::BUFFERING :FULL :TYPE (MEMBER :FULL :LINE :NONE)) ; (SB!IMPL::DUAL-CHANNEL-P NIL) ; ...) ; --> PROGN EVAL-WHEN ; ==> ; (SB!KERNEL::%COMPILER-DEFSTRUCT ; '# ; '#(# ; # ; # ; # ; #)) ; ; caught STYLE-WARNING: ; Previously compiled calls to SB!SYS:FD-STREAM-P and ; SB!IMPL::FD-STREAM-CHAR-SIZE could not be inlined because the structure ; definition for SB!SYS:FD-STREAM was not yet seen. To avoid this warning, ; DEFSTRUCT should precede references to the affected functions, or they must be ; declared locally notinline at each call site. ; in: DEFSTRUCT EXTERNAL-FORMAT ; (DEFSTRUCT ; (SB!IMPL::EXTERNAL-FORMAT (:CONSTRUCTOR SB!IMPL::%MAKE-EXTERNAL-FORMAT) ; (:CONC-NAME SB!IMPL::EF-) (:PREDICATE SB!IMPL::EXTERNAL-FORMAT-P) ; (:COPIER SB!IMPL::%COPY-EXTERNAL-FORMAT)) ; (SB!IMPL::NAMES (SB!INT:MISSING-ARG) :TYPE LIST :READ-ONLY T) ; (SB!IMPL::DEFAULT-REPLACEMENT-CHARACTER (SB!INT:MISSING-ARG) :TYPE ; CHARACTER) ; (SB!IMPL::READ-N-CHARS-FUN (SB!INT:MISSING-ARG) :TYPE FUNCTION) ; (SB!IMPL::READ-CHAR-FUN (SB!INT:MISSING-ARG) :TYPE FUNCTION) ; (SB!IMPL::WRITE-N-BYTES-FUN (SB!INT:MISSING-ARG) :TYPE FUNCTION) ; (SB!IMPL::WRITE-CHAR-NONE-BUFFERED-FUN (SB!INT:MISSING-ARG) :TYPE FUNCTION) ; (SB!IMPL::WRITE-CHAR-LINE-BUFFERED-FUN (SB!INT:MISSING-ARG) :TYPE FUNCTION) ; (SB!IMPL::WRITE-CHAR-FULL-BUFFERED-FUN (SB!INT:MISSING-ARG) :TYPE FUNCTION) ; (SB!IMPL::RESYNC-FUN NIL :TYPE (OR FUNCTION NULL)) ; (SB!IMPL::BYTES-FOR-CHAR-FUN (SB!INT:MISSING-ARG) :TYPE FUNCTION) ; ...) ; --> PROGN EVAL-WHEN ; ==> ; (SB!KERNEL::%COMPILER-DEFSTRUCT ; '# ; '#(# ; #)) ; ; caught STYLE-WARNING: ; Previously compiled calls to SB!IMPL::EF-READ-C-STRING-FUN and ; SB!IMPL::EF-WRITE-C-STRING-FUN could not be inlined because the structure ; definition for SB!IMPL::EXTERNAL-FORMAT was not yet seen. To avoid this ; warning, DEFSTRUCT should precede references to the affected functions, or they ; must be declared locally notinline at each call site. ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/fd-stream.lisp-obj-tmp written ; compilation finished in 0:00:04.450 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/query.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/query.lisp-obj-tmp written ; compilation finished in 0:00:00.030 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/sort.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/sort.lisp-obj-tmp written ; compilation finished in 0:00:01.067 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/time.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/time.lisp-obj-tmp written ; compilation finished in 0:00:00.495 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/final.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/final.lisp-obj-tmp written ; compilation finished in 0:00:00.079 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/setf-funs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/setf-funs.lisp-obj-tmp written ; compilation finished in 0:00:00.378 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/stubs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/stubs.lisp-obj-tmp written ; compilation finished in 0:00:00.028 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/exhaust.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/exhaust.lisp-obj-tmp written ; compilation finished in 0:00:00.014 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-c.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/early-c.lisp-obj-tmp written ; compilation finished in 0:00:00.294 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/policies.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/policies.lisp-obj-tmp written ; compilation finished in 0:00:01.446 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/macros.lisp ; in: DEF!MACRO PUSH-IN ; (GET-SETF-EXPANSION SB!C::PLACE SB!C::ENV) ; ; caught STYLE-WARNING: ; undefined function: GET-SETF-EXPANSION ; in: DEF!MACRO DELETEF-IN ; (GET-SETF-EXPANSION SB!C::PLACE SB!C::ENV) ; ; caught STYLE-WARNING: ; undefined function: GET-SETF-EXPANSION ; ; compilation unit finished ; Undefined function: ; GET-SETF-EXPANSION ; caught 2 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/macros.lisp-obj-tmp written ; compilation finished in 0:00:01.004 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fun-info.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fun-info.lisp ; in: !DEF-BOOLEAN-ATTRIBUTE IR1 ; (SB!INT:!DEF-BOOLEAN-ATTRIBUTE SB!C::IR1 SB!C:CALL SB!C:UNWIND SB!C:ANY ; SB!C::DX-SAFE SB!C:FOLDABLE SB!ASSEM:FLUSHABLE ; SB!C:UNSAFELY-FLUSHABLE SB!C::IMPORTANT-RESULT ; SB!C:MOVABLE SB!C::PREDICATE ...) ; --> PROGN SB!C::!DEF-BOOLEAN-ATTRIBUTE-SETTER DEFINE-SETF-EXPANDER EVAL-WHEN ; --> SB!IMPL::%DEFSETF SB!IMPL::%DEFSETF SB!INT:NAMED-LAMBDA FUNCTION ; --> SB!C::NAMED-DS-BIND SB!INT:BINDING* LET* BLOCK MULTIPLE-VALUE-BIND ; --> MULTIPLE-VALUE-CALL ; ==> ; (SB-XC:GET-SETF-EXPANSION SB!C::PLACE SB!C::ENV) ; ; caught STYLE-WARNING: ; undefined function: SB-XC:GET-SETF-EXPANSION ; ; compilation unit finished ; Undefined function: ; SB-XC:GET-SETF-EXPANSION ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/fun-info.lisp-obj-tmp written ; compilation finished in 0:00:00.303 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-constantp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/late-constantp.lisp-obj-tmp written ; compilation finished in 0:00:00.035 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-classoid.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-classoid.lisp-obj-tmp written ; compilation finished in 0:00:01.523 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/globaldb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/globaldb.lisp-obj-tmp written ; compilation finished in 0:00:00.537 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/info-functions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/info-functions.lisp-obj-tmp written ; compilation finished in 0:00:00.159 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-macs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/vm-macs.lisp-obj-tmp written ; compilation finished in 0:00:00.830 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/objdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/objdef.lisp-obj-tmp written ; compilation finished in 0:00:00.332 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/sset.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/sset.lisp-obj-tmp written ; compilation finished in 0:00:00.433 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/xset.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/xset.lisp-obj-tmp written ; compilation finished in 0:00:00.135 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/early-low.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/pcl/early-low.lisp-obj-tmp written ; compilation finished in 0:00:00.080 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-type.lisp-obj-tmp written ; compilation finished in 0:00:01.607 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/node.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/node.lisp ; in: !DEF-BOOLEAN-ATTRIBUTE LAMBDA-VAR ; (SB!INT:!DEF-BOOLEAN-ATTRIBUTE SB!C::LAMBDA-VAR IGNORE SB!C::INDIRECT ; SB!C::DELETED SB!C::EXPLICIT-VALUE-CELL) ; --> PROGN SB!C::!DEF-BOOLEAN-ATTRIBUTE-SETTER DEFINE-SETF-EXPANDER EVAL-WHEN ; --> SB!IMPL::%DEFSETF SB!IMPL::%DEFSETF SB!INT:NAMED-LAMBDA FUNCTION ; --> SB!C::NAMED-DS-BIND SB!INT:BINDING* LET* BLOCK MULTIPLE-VALUE-BIND ; --> MULTIPLE-VALUE-CALL ; ==> ; (SB-XC:GET-SETF-EXPANSION SB!C::PLACE SB!C::ENV) ; ; caught STYLE-WARNING: ; undefined function: SB-XC:GET-SETF-EXPANSION ; in: !DEF-BOOLEAN-ATTRIBUTE BLOCK ; (SB!INT:!DEF-BOOLEAN-ATTRIBUTE BLOCK SB!C::REOPTIMIZE SB!C::FLUSH-P ; SB!C::TYPE-CHECK SB!C::DELETE-P ; SB!C::TYPE-ASSERTED SB!C::TEST-MODIFIED) ; --> PROGN SB!C::!DEF-BOOLEAN-ATTRIBUTE-SETTER DEFINE-SETF-EXPANDER EVAL-WHEN ; --> SB!IMPL::%DEFSETF SB!IMPL::%DEFSETF SB!INT:NAMED-LAMBDA FUNCTION ; --> SB!C::NAMED-DS-BIND SB!INT:BINDING* LET* BLOCK MULTIPLE-VALUE-BIND ; --> MULTIPLE-VALUE-CALL ; ==> ; (SB-XC:GET-SETF-EXPANSION SB!C::PLACE SB!C::ENV) ; ; caught STYLE-WARNING: ; undefined function: SB-XC:GET-SETF-EXPANSION ; ; compilation unit finished ; Undefined function: ; SB-XC:GET-SETF-EXPANSION ; caught 2 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/node.lisp-obj-tmp written ; compilation finished in 0:00:08.024 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/lexenv.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/lexenv.lisp-obj-tmp written ; compilation finished in 0:00:00.111 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-assem.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/early-assem.lisp-obj-tmp written ; compilation finished in 0:00:00.128 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/vop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/vop.lisp-obj-tmp written ; compilation finished in 0:00:03.474 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/constant-leaf.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/constant-leaf.lisp-obj-tmp written ; compilation finished in 0:00:00.192 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/backend.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/backend.lisp-obj-tmp written ; compilation finished in 0:00:00.088 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/vmdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/vmdef.lisp ; in: !DEF-BOOLEAN-ATTRIBUTE VOP ; (SB!INT:!DEF-BOOLEAN-ATTRIBUTE SB!C::VOP SB!C:ANY) ; --> PROGN SB!C::!DEF-BOOLEAN-ATTRIBUTE-SETTER DEFINE-SETF-EXPANDER EVAL-WHEN ; --> SB!IMPL::%DEFSETF SB!IMPL::%DEFSETF SB!INT:NAMED-LAMBDA FUNCTION ; --> SB!C::NAMED-DS-BIND SB!INT:BINDING* LET* BLOCK MULTIPLE-VALUE-BIND ; --> MULTIPLE-VALUE-CALL ; ==> ; (SB-XC:GET-SETF-EXPANSION SB!C::PLACE SB!C::ENV) ; ; caught STYLE-WARNING: ; undefined function: SB-XC:GET-SETF-EXPANSION ; ; compilation unit finished ; Undefined function: ; SB-XC:GET-SETF-EXPANSION ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/vmdef.lisp-obj-tmp written ; compilation finished in 0:00:00.312 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/backend-parms.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/backend-parms.lisp-obj-tmp written ; compilation finished in 0:00:00.014 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangconstants.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/force-delayed-defbangconstants.lisp-obj-tmp written ; compilation finished in 0:00:00.005 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defmacro.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defmacro.lisp-obj-tmp written ; compilation finished in 0:00:00.035 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangmacros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/force-delayed-defbangmacros.lisp-obj-tmp written ; compilation finished in 0:00:00.020 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/late-macros.lisp-obj-tmp written ; compilation finished in 0:00:00.007 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/meta-vmdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/meta-vmdef.lisp-obj-tmp written ; compilation finished in 0:00:02.453 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/vm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/vm.lisp-obj-tmp written ; compilation finished in 0:00:01.986 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/class.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/class.lisp-obj-tmp written ; compilation finished in 0:00:01.131 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/pre-warm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/pcl/pre-warm.lisp-obj-tmp written ; compilation finished in 0:00:00.163 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/low.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/pcl/low.lisp-obj-tmp written ; compilation finished in 0:00:00.392 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug-info.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/debug-info.lisp-obj-tmp written ; compilation finished in 0:00:01.241 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/source-location.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/source-location.lisp-obj-tmp written ; compilation finished in 0:00:00.173 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-condition.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-condition.lisp-obj-tmp written ; compilation finished in 0:00:00.039 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/condition.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/condition.lisp-obj-tmp written ; compilation finished in 0:00:02.007 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/toplevel.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/toplevel.lisp-obj-tmp written ; compilation finished in 0:00:00.571 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/parse-defmacro-errors.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/parse-defmacro-errors.lisp-obj-tmp written ; compilation finished in 0:00:00.153 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/format-directive.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/format-directive.lisp-obj-tmp written ; compilation finished in 0:00:00.203 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-format.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-format.lisp-obj-tmp written ; compilation finished in 0:00:02.118 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/primtype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/primtype.lisp-obj-tmp written ; compilation finished in 0:00:00.648 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/host-alieneval.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/host-alieneval.lisp-obj-tmp written ; compilation finished in 0:00:04.446 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/host-c-call.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/host-c-call.lisp-obj-tmp written ; compilation finished in 0:00:00.297 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/compiler-deftype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/compiler-deftype.lisp-obj-tmp written ; compilation finished in 0:00:00.030 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/late-type.lisp-obj-tmp written ; compilation finished in 0:00:04.943 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-type.lisp-obj-tmp written ; compilation finished in 0:00:00.355 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/deftypes-for-target.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/deftypes-for-target.lisp-obj-tmp written ; compilation finished in 0:00:00.543 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/knownfun.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/knownfun.lisp-obj-tmp written ; compilation finished in 0:00:00.389 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fun-info-funs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/fun-info-funs.lisp-obj-tmp written ; compilation finished in 0:00:00.028 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/vm-type.lisp-obj-tmp written ; compilation finished in 0:00:00.454 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/proclaim.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/proclaim.lisp-obj-tmp written ; compilation finished in 0:00:00.323 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/class-init.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/class-init.lisp-obj-tmp written ; compilation finished in 0:00:00.020 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defstruct.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defstruct.lisp-obj-tmp written ; compilation finished in 0:00:02.288 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-defstruct.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-defstruct.lisp-obj-tmp written ; compilation finished in 0:00:00.380 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/alien-type.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/alien-type.lisp-obj-tmp written ; compilation finished in 0:00:00.066 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangstructs.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/force-delayed-defbangstructs.lisp-obj-tmp written ; compilation finished in 0:00:00.006 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-full-eval.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-full-eval.lisp ; in: !DEFSTRUCT-WITH-ALTERNATE-METACLASS INTERPRETED-FUNCTION ; (SB!KERNEL:!DEFSTRUCT-WITH-ALTERNATE-METACLASS SB!EVAL:INTERPRETED-FUNCTION ; :SLOT-NAMES ; (SB!EVAL::NAME ; SB!EVAL::DEBUG-NAME ; SB!EVAL::LAMBDA-LIST ; SB!EVAL::DEBUG-LAMBDA-LIST ; SB!EVAL::ENV ; SB!EVAL::DECLARATIONS ; DOCUMENTATION SB!EVAL::BODY ; SB!EVAL::SOURCE-LOCATION) ; :BOA-CONSTRUCTOR ; SB!EVAL::%MAKE-INTERPRETED-FUNCTION ; :SUPERCLASS-NAME FUNCTION ; :METACLASS-NAME ; SB!KERNEL:STATIC-CLASSOID ; :METACLASS-CONSTRUCTOR ; SB!KERNEL:MAKE-STATIC-CLASSOID ; ...) ; --> PROGN DECLAIM EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM ; '(INLINE SB!EVAL:INTERPRETED-FUNCTION-NAME ; SB!EVAL:INTERPRETED-FUNCTION-DEBUG-NAME ; SB!EVAL:INTERPRETED-FUNCTION-LAMBDA-LIST ; SB!EVAL:INTERPRETED-FUNCTION-DEBUG-LAMBDA-LIST ; SB!EVAL::INTERPRETED-FUNCTION-ENV ; SB!EVAL:INTERPRETED-FUNCTION-DECLARATIONS ; SB!EVAL:INTERPRETED-FUNCTION-DOCUMENTATION ; SB!EVAL:INTERPRETED-FUNCTION-BODY ; SB!EVAL:INTERPRETED-FUNCTION-SOURCE-LOCATION) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!EVAL:INTERPRETED-FUNCTION-SOURCE-LOCATION to be INLINE, but 1 ; call to it was previously compiled. A declaration of NOTINLINE at the call site ; will eliminate this warning, as will proclaiming and defining the function ; before its first potential use. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-full-eval.lisp-obj-tmp written ; compilation finished in 0:00:00.135 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/typep.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/typep.lisp-obj-tmp written ; compilation finished in 0:00:00.259 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/compiler-error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/compiler-error.lisp-obj-tmp written ; compilation finished in 0:00:00.081 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-deftypes-for-target.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/late-deftypes-for-target.lisp-obj-tmp written ; compilation finished in 0:00:00.024 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/type-init.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/type-init.lisp-obj-tmp written ; compilation finished in 0:00:00.013 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fixup-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/fixup-type.lisp-obj-tmp written ; compilation finished in 0:00:00.020 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/package.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/package.lisp-obj-tmp written ; compilation finished in 0:00:00.357 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/random.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/random.lisp-obj-tmp written ; compilation finished in 0:00:00.036 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/hash-table.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/hash-table.lisp-obj-tmp written ; compilation finished in 0:00:00.326 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/readtable.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/readtable.lisp-obj-tmp written ; compilation finished in 0:00:00.113 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/pathname.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/pathname.lisp-obj-tmp written ; compilation finished in 0:00:00.809 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/host-pprint.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/host-pprint.lisp-obj-tmp written ; compilation finished in 0:00:00.241 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/pprint.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/pprint.lisp ; in: DEFUN POSN-COLUMN ; (DEFUN SB!PRETTY::POSN-COLUMN (SB!PRETTY::POSN STREAM) ; (DECLARE (TYPE SB!PRETTY::POSN SB!PRETTY::POSN) ; (TYPE SB!PRETTY:PRETTY-STREAM STREAM) ; (VALUES SB!PRETTY::POSN)) ; (SB!PRETTY::INDEX-COLUMN (SB!PRETTY::POSN-INDEX SB!PRETTY::POSN STREAM) ; STREAM)) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION ; ==> ; (THE (VALUES FIXNUM &REST T) ; (PROGN ; (BLOCK SB!PRETTY::POSN-COLUMN ; (SB!PRETTY::INDEX-COLUMN ; (SB!PRETTY::POSN-INDEX SB!PRETTY::POSN STREAM) STREAM)))) ; ; note: type assertion too complex to check: ; (VALUES FIXNUM &REST T). ; ; compilation unit finished ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/pprint.lisp-obj-tmp written ; compilation finished in 0:00:02.895 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fndb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/fndb.lisp-obj-tmp written ; compilation finished in 0:00:00.645 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-fndb.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/vm-fndb.lisp-obj-tmp written ; compilation finished in 0:00:00.202 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/late-objdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/late-objdef.lisp-obj-tmp written ; compilation finished in 0:00:00.091 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/interr.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/interr.lisp-obj-tmp written ; compilation finished in 0:00:00.070 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/bit-util.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/bit-util.lisp-obj-tmp written ; compilation finished in 0:00:00.144 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fixup.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/fixup.lisp-obj-tmp written ; compilation finished in 0:00:00.088 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/core.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/core.lisp-obj-tmp written ; compilation finished in 0:00:00.124 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/thread.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/thread.lisp-obj-tmp written ; compilation finished in 0:00:00.298 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/load.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/load.lisp-obj-tmp written ; compilation finished in 0:00:00.768 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/linkage-table.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/linkage-table.lisp-obj-tmp written ; compilation finished in 0:00:00.102 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/foreign-load.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/foreign-load.lisp-obj-tmp written ; compilation finished in 0:00:00.186 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/unix-foreign-load.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/unix-foreign-load.lisp-obj-tmp written ; compilation finished in 0:00:00.301 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/foreign.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/foreign.lisp-obj-tmp written ; compilation finished in 0:00:00.216 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/fop.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/fop.lisp ; in: !DEFINE-FOP 68 ; (ALLOCATE-INSTANCE (FIND-CLASS (THE SYMBOL SB!FASL::NAME))) ; ; caught STYLE-WARNING: ; undefined function: ALLOCATE-INSTANCE ; in: !DEFINE-FOP 69 ; (SLOT-MAKUNBOUND SB!FASL::OBJ SB!FASL::SLOT-NAME) ; ; caught STYLE-WARNING: ; undefined function: SLOT-MAKUNBOUND ; ; compilation unit finished ; Undefined functions: ; ALLOCATE-INSTANCE SLOT-MAKUNBOUND ; caught 2 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/fop.lisp-obj-tmp written ; compilation finished in 0:00:03.071 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ctype.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ctype.lisp-obj-tmp written ; compilation finished in 0:00:01.051 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/disassem.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/disassem.lisp-obj-tmp written ; compilation finished in 0:00:02.719 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/assem.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/assem.lisp ; in: !DEF-BOOLEAN-ATTRIBUTE INSTRUCTION ; (SB!INT:!DEF-BOOLEAN-ATTRIBUTE SB!ASSEM::INSTRUCTION SB!ASSEM:FLUSHABLE ; SB!ASSEM:BRANCH SB!ASSEM:VARIABLE-LENGTH) ; --> PROGN SB!C::!DEF-BOOLEAN-ATTRIBUTE-SETTER DEFINE-SETF-EXPANDER EVAL-WHEN ; --> SB!IMPL::%DEFSETF SB!IMPL::%DEFSETF SB!INT:NAMED-LAMBDA FUNCTION ; --> SB!C::NAMED-DS-BIND SB!INT:BINDING* LET* BLOCK MULTIPLE-VALUE-BIND ; --> MULTIPLE-VALUE-CALL ; ==> ; (SB-XC:GET-SETF-EXPANSION SB!C::PLACE SB!C::ENV) ; ; caught STYLE-WARNING: ; undefined function: SB-XC:GET-SETF-EXPANSION ; ; compilation unit finished ; Undefined function: ; SB-XC:GET-SETF-EXPANSION ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/assem.lisp-obj-tmp written ; compilation finished in 0:00:02.535 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/dump.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/dump.lisp-obj-tmp written ; compilation finished in 0:00:01.054 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1report.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir1report.lisp-obj-tmp written ; compilation finished in 0:00:00.608 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/main.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/main.lisp ; in: DEFUN EMIT-MAKE-LOAD-FORM ; (SB-XC:MAKE-LOAD-FORM SB!KERNEL:CONSTANT (SB!KERNEL:MAKE-NULL-LEXENV)) ; ; caught STYLE-WARNING: ; undefined function: SB-XC:MAKE-LOAD-FORM ; ; compilation unit finished ; Undefined function: ; SB-XC:MAKE-LOAD-FORM ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/main.lisp-obj-tmp written ; compilation finished in 0:00:01.442 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/xref.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/xref.lisp-obj-tmp written ; compilation finished in 0:00:00.250 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/target-main.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/target-main.lisp ; in: DEFMACRO COMPILE-FILE-POSITION ; (DEFMACRO SB!EXT:COMPILE-FILE-POSITION (&WHOLE SB!C::THIS-FORM) ; "Return character position of this macro invocation or NIL if unavailable." ; (SB!C::COMPUTE-COMPILE-FILE-POSITION SB!C::THIS-FORM NIL)) ; --> PROGN EVAL-WHEN ; ==> ; (SB!C::%DEFMACRO 'SB!EXT:COMPILE-FILE-POSITION ; (SB!INT:NAMED-LAMBDA (MACRO-FUNCTION ; SB!EXT:COMPILE-FILE-POSITION) ; (#:EXPR #:ENV &AUX (SB!C::THIS-FORM #:EXPR)) ; "Return character position of this macro invocation or NIL if unavailable." ; (DECLARE (SB!C::LAMBDA-LIST NIL)) ; (DECLARE (IGNORE #:ENV)) ; (SB!C::NAMED-DS-BIND (:MACRO SB!EXT:COMPILE-FILE-POSITION ; . DEFMACRO) ; NIL ; (CDR #:EXPR) ; (BLOCK SB!EXT:COMPILE-FILE-POSITION ; (SB!C::COMPUTE-COMPILE-FILE-POSITION SB!C::THIS-FORM ; NIL)))) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; undefined function: COMPUTE-COMPILE-FILE-POSITION ; in: DEFMACRO COMPILE-FILE-LINE ; (DEFMACRO SB!EXT:COMPILE-FILE-LINE (&WHOLE SB!C::THIS-FORM) ; "Return line# and column# of this macro invocation as multiple values." ; (SB!C::COMPUTE-COMPILE-FILE-POSITION SB!C::THIS-FORM T)) ; --> PROGN EVAL-WHEN ; ==> ; (SB!C::%DEFMACRO 'SB!EXT:COMPILE-FILE-LINE ; (SB!INT:NAMED-LAMBDA (MACRO-FUNCTION ; SB!EXT:COMPILE-FILE-LINE) ; (#:EXPR #:ENV &AUX (SB!C::THIS-FORM #:EXPR)) ; "Return line# and column# of this macro invocation as multiple values." ; (DECLARE (SB!C::LAMBDA-LIST NIL)) ; (DECLARE (IGNORE #:ENV)) ; (SB!C::NAMED-DS-BIND (:MACRO SB!EXT:COMPILE-FILE-LINE ; . DEFMACRO) ; NIL ; (CDR #:EXPR) ; (BLOCK SB!EXT:COMPILE-FILE-LINE ; (SB!C::COMPUTE-COMPILE-FILE-POSITION SB!C::THIS-FORM ; T)))) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; undefined function: COMPUTE-COMPILE-FILE-POSITION ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/target-main.lisp-obj-tmp written ; compilation finished in 0:00:00.252 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir1tran.lisp-obj-tmp written ; compilation finished in 0:00:01.356 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1tran-lambda.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir1tran-lambda.lisp-obj-tmp written ; compilation finished in 0:00:01.025 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1-translators.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir1-translators.lisp-obj-tmp written ; compilation finished in 0:00:01.439 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1util.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir1util.lisp-obj-tmp written ; compilation finished in 0:00:02.404 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1opt.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir1opt.lisp-obj-tmp written ; compilation finished in 0:00:01.817 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/loop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/loop.lisp-obj-tmp written ; compilation finished in 0:00:00.219 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir1final.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir1final.lisp-obj-tmp written ; compilation finished in 0:00:00.125 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/array-tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/array-tran.lisp-obj-tmp written ; compilation finished in 0:00:01.907 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/seqtran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/seqtran.lisp-obj-tmp written ; compilation finished in 0:00:02.693 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/typetran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/typetran.lisp-obj-tmp written ; compilation finished in 0:00:00.734 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-typetran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/vm-typetran.lisp-obj-tmp written ; compilation finished in 0:00:00.068 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/float-tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/float-tran.lisp ; in: DEFUN %UNARY-FTRUNCATE/DOUBLE ; (DEFUN SB!C::%UNARY-FTRUNCATE/DOUBLE (SB!C::X) ; (DECLARE (TYPE DOUBLE-FLOAT SB!C::X)) ; (DECLARE (OPTIMIZE SPEED (SAFETY 0))) ; (LET* ((SB!C::HIGH (SB!KERNEL:DOUBLE-FLOAT-HIGH-BITS SB!C::X)) ; (SB!C::LOW (SB!KERNEL:DOUBLE-FLOAT-LOW-BITS SB!C::X)) ; (EXP (SB-XC:LDB SB!VM:DOUBLE-FLOAT-EXPONENT-BYTE SB!C::HIGH)) ; (SB!C::BIASED (THE SB!KERNEL:DOUBLE-FLOAT-EXPONENT #))) ; (DECLARE (TYPE (SIGNED-BYTE 32) SB!C::HIGH) ; (TYPE (UNSIGNED-BYTE 32) SB!C::LOW)) ; (COND ((= EXP SB!VM:DOUBLE-FLOAT-NORMAL-EXPONENT-MAX) SB!C::X) ; ((<= SB!C::BIASED 0) (* SB!C::X 0.0d0)) ; ((>= SB!C::BIASED #) SB!C::X) ; (T ; (LET # ; # ; #))))) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA ; ==> ; #'(SB!INT:NAMED-LAMBDA SB!C::%UNARY-FTRUNCATE/DOUBLE ; (SB!C::X) ; (DECLARE (TYPE DOUBLE-FLOAT SB!C::X)) ; (DECLARE (OPTIMIZE SPEED (SAFETY 0))) ; (BLOCK SB!C::%UNARY-FTRUNCATE/DOUBLE ; (LET* ((SB!C::HIGH #) (SB!C::LOW #) (EXP #) (SB!C::BIASED #)) ; (DECLARE (TYPE # SB!C::HIGH) ; (TYPE # SB!C::LOW)) ; (COND (# SB!C::X) (# #) (# SB!C::X) (T #))))) ; ; note: doing float to pointer coercion (cost 13) to "" ; ; compilation unit finished ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/float-tran.lisp-obj-tmp written ; compilation finished in 0:00:02.119 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/saptran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/saptran.lisp-obj-tmp written ; compilation finished in 0:00:00.581 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/srctran.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/srctran.lisp ; in: DEFSTRUCT INTERVAL ; (DEFSTRUCT (SB!C::INTERVAL (:CONSTRUCTOR SB!C::%MAKE-INTERVAL) (:COPIER NIL)) ; SB!C::LOW ; SB!C::HIGH) ; --> PROGN EVAL-WHEN ; ==> ; (SB!KERNEL::%COMPILER-DEFSTRUCT ; '# ; '#(# ; #)) ; ; caught STYLE-WARNING: ; Previously compiled calls to SB!C::INTERVAL-LOW and SB!C::INTERVAL-HIGH could ; not be inlined because the structure definition for SB!C::INTERVAL was not yet ; seen. To avoid this warning, DEFSTRUCT should precede references to the ; affected functions, or they must be declared locally notinline at each call ; site. ; in: DECLAIM (INLINE SET-BOUND) ; (DECLAIM (INLINE SB!C::SET-BOUND)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!C::SET-BOUND) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!C::SET-BOUND to be INLINE, but 3 calls to it were previously ; compiled. A declaration of NOTINLINE at the call sites will eliminate this ; warning, as will proclaiming and defining the function before its first ; potential use. ; in: DEFUN SOURCE-TRANSFORM-INTRANSITIVE ; (DEFUN SB!C::SOURCE-TRANSFORM-INTRANSITIVE ; (SB!C::FUN SB!C::FUN* SB!C::ARGS SB!C::ONE-ARG-PREFIXES ; &OPTIONAL (SB!C::ONE-ARG-RESULT-TYPE 'NUMBER)) ; (CASE (LENGTH SB!C::ARGS) ; ((0 2) (VALUES NIL T)) ; (1 (SB!INT:QUASIQUOTE (# #))) ; (T ; (LET (#) ; (SB!C::ASSOCIATE-ARGS SB!C::FUN # SB!C::REDUCED-ARGS))))) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA ; ==> ; #'(SB!INT:NAMED-LAMBDA SB!C::SOURCE-TRANSFORM-INTRANSITIVE ; (SB!C::FUN SB!C::FUN* SB!C::ARGS SB!C::ONE-ARG-PREFIXES &OPTIONAL ; (SB!C::ONE-ARG-RESULT-TYPE 'NUMBER)) ; (BLOCK SB!C::SOURCE-TRANSFORM-INTRANSITIVE ; (CASE (LENGTH SB!C::ARGS) ; ((0 2) (VALUES NIL T)) ; (1 (SB!INT:QUASIQUOTE #)) ; (T ; (LET # ; #))))) ; ; note: type assertion too complex to check: ; (VALUES LIST &OPTIONAL (MEMBER T NIL)). ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/srctran.lisp-obj-tmp written ; compilation finished in 0:00:05.674 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/quantifiers.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/quantifiers.lisp-obj-tmp written ; compilation finished in 0:00:00.124 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/bitops-derive-type.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/bitops-derive-type.lisp-obj-tmp written ; compilation finished in 0:00:00.329 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/vm-tran.lisp-obj-tmp written ; compilation finished in 0:00:01.235 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/locall.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/locall.lisp-obj-tmp written ; compilation finished in 0:00:01.287 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/dfo.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/dfo.lisp-obj-tmp written ; compilation finished in 0:00:00.623 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/dce.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/dce.lisp-obj-tmp written ; compilation finished in 0:00:00.067 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/checkgen.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/checkgen.lisp-obj-tmp written ; compilation finished in 0:00:00.620 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/constraint.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/constraint.lisp-obj-tmp written ; compilation finished in 0:00:02.048 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/physenvanal.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/physenvanal.lisp ; in: DEFUN FUNCTIONAL-MAY-ESCAPE-P ; (WHEN SB!C::LVAR (SB!C::LVAR-DEST SB!C::LVAR)) ; --> IF ; ==> ; NIL ; ; caught STYLE-WARNING: ; This is not a NODE: ; NIL ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/physenvanal.lisp-obj-tmp written ; compilation finished in 0:00:00.501 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/tn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/tn.lisp-obj-tmp written ; compilation finished in 0:00:01.281 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/life.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/life.lisp-obj-tmp written ; compilation finished in 0:00:01.671 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/debug-dump.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/debug-dump.lisp-obj-tmp written ; compilation finished in 0:00:01.265 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/utils.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/utils.lisp-obj-tmp written ; compilation finished in 0:00:00.141 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fopcompile.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/fopcompile.lisp ; in: DEFUN CONSTANT-FOPCOMPILABLE-P ; (SB-XC:MAKE-LOAD-FORM SB!C::VALUE (SB!KERNEL:MAKE-NULL-LEXENV)) ; ; caught STYLE-WARNING: ; undefined function: SB-XC:MAKE-LOAD-FORM ; ; compilation unit finished ; Undefined function: ; SB-XC:MAKE-LOAD-FORM ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/fopcompile.lisp-obj-tmp written ; compilation finished in 0:00:00.533 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/assemfile.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/assemfile.lisp-obj-tmp written ; compilation finished in 0:00:01.131 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-vmdef.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/late-vmdef.lisp-obj-tmp written ; compilation finished in 0:00:00.037 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/insts.lisp ; in: SB!DISASSEM:DEFINE-ARG-TYPE DISPLACEMENT ; (SB!DISASSEM:DEFINE-ARG-TYPE SB!VM::DISPLACEMENT :SIGN-EXTEND T :USE-LABEL ; #'SB!VM::OFFSET-NEXT :PRINTER ; (LAMBDA (SB!VM::VALUE STREAM SB!VM::DSTATE) ; (SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE ; SB!VM::VALUE NIL SB!VM::DSTATE) ; (SB!VM::PRINT-LABEL SB!VM::VALUE STREAM ; SB!VM::DSTATE))) ; --> PROGN ; ==> ; (EVAL-WHEN (:COMPILE-TOPLEVEL :EXECUTE) ; (SETQ SB!DISASSEM::*DISASSEM-ARG-TYPES* ; (DELETE 'SB!VM::DISPLACEMENT SB!DISASSEM::*DISASSEM-ARG-TYPES* :KEY ; #'SB!DISASSEM::ARG-NAME)) ; (PUSH ; (SB!DISASSEM::MODIFY-ARG (SB!DISASSEM::%MAKE-ARG 'SB!VM::DISPLACEMENT) NIL ; :SIGN-EXTEND T :USE-LABEL ; (SB!DISASSEM::MAKE-VALSRC #'SB!VM::OFFSET-NEXT ; '#'SB!VM::OFFSET-NEXT) ; :PRINTER ; (SB!DISASSEM::MAKE-VALSRC (LAMBDA # # #) ; 'SB!VM::*DISPLACEMENT-PRINTER-WRAPPER*)) ; SB!DISASSEM::*DISASSEM-ARG-TYPES*)) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:MAYBE-NOTE-ASSEMBLER-ROUTINE ; in: SB!DISASSEM:DEFINE-ARG-TYPE IMM-BYTE ; (SB!DISASSEM:DEFINE-ARG-TYPE SB!VM::IMM-BYTE :PREFILTER ; (LAMBDA (SB!VM::VALUE SB!VM::DSTATE) ; (DECLARE (IGNORE SB!VM::VALUE)) ; (SB!DISASSEM:READ-SUFFIX 8 SB!VM::DSTATE))) ; --> PROGN ; ==> ; (EVAL-WHEN (:COMPILE-TOPLEVEL :EXECUTE) ; (SETQ SB!DISASSEM::*DISASSEM-ARG-TYPES* ; (DELETE 'SB!VM::IMM-BYTE SB!DISASSEM::*DISASSEM-ARG-TYPES* :KEY ; #'SB!DISASSEM::ARG-NAME)) ; (PUSH ; (SB!DISASSEM::MODIFY-ARG (SB!DISASSEM::%MAKE-ARG 'SB!VM::IMM-BYTE) NIL ; :PREFILTER ; (SB!DISASSEM::MAKE-VALSRC (LAMBDA # # #) ; 'SB!VM::*IMM-BYTE-PREFILTER-WRAPPER*)) ; SB!DISASSEM::*DISASSEM-ARG-TYPES*)) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:READ-SUFFIX ; in: SB!DISASSEM:DEFINE-ARG-TYPE IMM-WORD-16 ; (SB!DISASSEM:DEFINE-ARG-TYPE SB!VM::IMM-WORD-16 :PREFILTER ; (LAMBDA (SB!VM::VALUE SB!VM::DSTATE) ; (DECLARE (IGNORE SB!VM::VALUE)) ; (SB!DISASSEM:READ-SUFFIX 16 SB!VM::DSTATE))) ; --> PROGN ; ==> ; (EVAL-WHEN (:COMPILE-TOPLEVEL :EXECUTE) ; (SETQ SB!DISASSEM::*DISASSEM-ARG-TYPES* ; (DELETE 'SB!VM::IMM-WORD-16 SB!DISASSEM::*DISASSEM-ARG-TYPES* :KEY ; #'SB!DISASSEM::ARG-NAME)) ; (PUSH ; (SB!DISASSEM::MODIFY-ARG (SB!DISASSEM::%MAKE-ARG 'SB!VM::IMM-WORD-16) NIL ; :PREFILTER ; (SB!DISASSEM::MAKE-VALSRC (LAMBDA # # #) ; 'SB!VM::*IMM-WORD-16-PREFILTER-WRAPPER*)) ; SB!DISASSEM::*DISASSEM-ARG-TYPES*)) ; ; caught STYLE-WARNING: ; undefined function: SB!DISASSEM:READ-SUFFIX ; ; compilation unit finished ; caught 3 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/insts.lisp-obj-tmp written ; compilation finished in 0:00:31.181 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/macros.lisp-obj-tmp written ; compilation finished in 0:00:00.802 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/early-type-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/early-type-vops.lisp-obj-tmp written ; compilation finished in 0:00:00.157 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/x86-64/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/support.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/x86-64/support.lisp-obj-tmp written ; compilation finished in 0:00:00.038 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/move.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/move.lisp-obj-tmp written ; compilation finished in 0:00:01.639 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/float.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/float.lisp-obj-tmp written ; compilation finished in 0:00:08.886 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/simd-pack.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/simd-pack.lisp ; in: PROGN (DECLAIM (INLINE %SIMD-PACK-UB32S %SIMD-PACK-UB64S)) ; (DECLAIM (INLINE SB!EXT:%SIMD-PACK-UB32S SB!EXT:%SIMD-PACK-UB64S)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!EXT:%SIMD-PACK-UB32S SB!EXT:%SIMD-PACK-UB64S) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!EXT:%SIMD-PACK-UB64S to be INLINE, but 2 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; in: DECLAIM (INLINE %SIMD-PACK-SINGLES) ; (DECLAIM (INLINE SB!EXT:%SIMD-PACK-SINGLES)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!EXT:%SIMD-PACK-SINGLES) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!EXT:%SIMD-PACK-SINGLES to be INLINE, but 2 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; in: DECLAIM (INLINE %SIMD-PACK-DOUBLES) ; (DECLAIM (INLINE SB!EXT:%SIMD-PACK-DOUBLES)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!EXT:%SIMD-PACK-DOUBLES) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!EXT:%SIMD-PACK-DOUBLES to be INLINE, but 2 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; ; compilation unit finished ; caught 3 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/simd-pack.lisp-obj-tmp written ; compilation finished in 0:00:01.526 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/sap.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/sap.lisp-obj-tmp written ; compilation finished in 0:00:03.991 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/system.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/system.lisp-obj-tmp written ; compilation finished in 0:00:01.543 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/char.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/char.lisp-obj-tmp written ; compilation finished in 0:00:00.826 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/memory.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/memory.lisp-obj-tmp written ; compilation finished in 0:00:01.132 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/static-fn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/static-fn.lisp-obj-tmp written ; compilation finished in 0:00:00.544 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/arith.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/arith.lisp-obj-tmp written ; compilation finished in 0:00:10.588 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/late-type-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/late-type-vops.lisp-obj-tmp written ; compilation finished in 0:00:03.351 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/type-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/type-vops.lisp-obj-tmp written ; compilation finished in 0:00:00.634 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/subprim.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/subprim.lisp-obj-tmp written ; compilation finished in 0:00:00.161 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/debug.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/debug.lisp-obj-tmp written ; compilation finished in 0:00:00.656 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/early-aliencomp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/early-aliencomp.lisp-obj-tmp written ; compilation finished in 0:00:00.008 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/c-call.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/c-call.lisp-obj-tmp written ; compilation finished in 0:00:00.834 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/cell.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/cell.lisp-obj-tmp written ; compilation finished in 0:00:04.094 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/values.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/values.lisp-obj-tmp written ; compilation finished in 0:00:00.296 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/alloc.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/alloc.lisp-obj-tmp written ; compilation finished in 0:00:01.018 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/call.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/call.lisp-obj-tmp written ; compilation finished in 0:00:03.457 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/nlx.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/nlx.lisp-obj-tmp written ; compilation finished in 0:00:00.770 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/late-nlx.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/late-nlx.lisp-obj-tmp written ; compilation finished in 0:00:00.016 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/show.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/show.lisp-obj-tmp written ; compilation finished in 0:00:00.089 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/array.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/array.lisp-obj-tmp written ; compilation finished in 0:00:08.883 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/type-error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/type-error.lisp-obj-tmp written ; compilation finished in 0:00:00.601 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/pred.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/pred.lisp-obj-tmp written ; compilation finished in 0:00:01.532 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/assem-rtns.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/x86-64/assem-rtns.lisp-obj-tmp written ; compilation finished in 0:00:00.156 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/array.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/x86-64/array.lisp-obj-tmp written ; compilation finished in 0:00:00.007 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/arith.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/x86-64/arith.lisp-obj-tmp written ; compilation finished in 0:00:00.818 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/assembly/x86-64/alloc.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/assembly/x86-64/alloc.lisp-obj-tmp written ; compilation finished in 0:00:00.011 RETURN-MULTIPLE assembled TAIL-CALL-VARIABLE assembled THROW assembled UNWIND assembled GENERIC-+ assembled GENERIC-- assembled GENERIC-* assembled GENERIC-NEGATE assembled GENERIC-< assembled GENERIC-> assembled GENERIC-EQL assembled GENERIC-= assembled LOGCOUNT assembled %EQL/INTEGER assembled ALLOC-SIGNED-BIGNUM-IN-RAX assembled ALLOC-SIGNED-BIGNUM-IN-RCX assembled ALLOC-SIGNED-BIGNUM-IN-RDX assembled ALLOC-SIGNED-BIGNUM-IN-RBX assembled ALLOC-SIGNED-BIGNUM-IN-RSI assembled ALLOC-SIGNED-BIGNUM-IN-RDI assembled ALLOC-SIGNED-BIGNUM-IN-R8 assembled ALLOC-SIGNED-BIGNUM-IN-R9 assembled ALLOC-SIGNED-BIGNUM-IN-R10 assembled ALLOC-SIGNED-BIGNUM-IN-R12 assembled ALLOC-SIGNED-BIGNUM-IN-R13 assembled ALLOC-SIGNED-BIGNUM-IN-R14 assembled ALLOC-SIGNED-BIGNUM-IN-R15 assembled ALLOC-UNSIGNED-BIGNUM-IN-RAX assembled ALLOC-UNSIGNED-BIGNUM-IN-RCX assembled ALLOC-UNSIGNED-BIGNUM-IN-RDX assembled ALLOC-UNSIGNED-BIGNUM-IN-RBX assembled ALLOC-UNSIGNED-BIGNUM-IN-RSI assembled ALLOC-UNSIGNED-BIGNUM-IN-RDI assembled ALLOC-UNSIGNED-BIGNUM-IN-R8 assembled ALLOC-UNSIGNED-BIGNUM-IN-R9 assembled ALLOC-UNSIGNED-BIGNUM-IN-R10 assembled ALLOC-UNSIGNED-BIGNUM-IN-R12 assembled ALLOC-UNSIGNED-BIGNUM-IN-R13 assembled ALLOC-UNSIGNED-BIGNUM-IN-R14 assembled ALLOC-UNSIGNED-BIGNUM-IN-R15 assembled ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/pseudo-vops.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/pseudo-vops.lisp-obj-tmp written ; compilation finished in 0:00:00.111 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/aliencomp.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/aliencomp.lisp-obj-tmp written ; compilation finished in 0:00:01.026 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ltv.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ltv.lisp-obj-tmp written ; compilation finished in 0:00:00.140 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/gtn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/gtn.lisp-obj-tmp written ; compilation finished in 0:00:00.287 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ltn.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ltn.lisp-obj-tmp written ; compilation finished in 0:00:01.427 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/stack.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/stack.lisp-obj-tmp written ; compilation finished in 0:00:00.634 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/control.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/control.lisp-obj-tmp written ; compilation finished in 0:00:00.390 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/entry.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/entry.lisp-obj-tmp written ; compilation finished in 0:00:00.105 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir2tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir2tran.lisp-obj-tmp written ; compilation finished in 0:00:02.724 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/vm-ir2tran.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/vm-ir2tran.lisp-obj-tmp written ; compilation finished in 0:00:00.487 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/copyprop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/copyprop.lisp-obj-tmp written ; compilation finished in 0:00:00.288 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/represent.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/represent.lisp-obj-tmp written ; compilation finished in 0:00:01.011 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/ir2opt.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/ir2opt.lisp-obj-tmp written ; compilation finished in 0:00:00.264 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/pack.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/pack.lisp-obj-tmp written ; compilation finished in 0:00:03.239 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/pack-iterative.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/pack-iterative.lisp-obj-tmp written ; compilation finished in 0:00:01.056 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/codegen.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/codegen.lisp-obj-tmp written ; compilation finished in 0:00:00.235 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/debug.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/debug.lisp-obj-tmp written ; compilation finished in 0:00:01.758 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/format-time.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/format-time.lisp-obj-tmp written ; compilation finished in 0:00:01.420 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/error.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/error.lisp-obj-tmp written ; compilation finished in 0:00:00.207 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/macroexpand.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/macroexpand.lisp-obj-tmp written ; compilation finished in 0:00:00.084 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-extensions.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/late-extensions.lisp-obj-tmp written ; compilation finished in 0:00:00.883 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/target-core.lisp" (written 02 DEC 2015 10:51:53 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/generic/target-core.lisp-obj-tmp written ; compilation finished in 0:00:00.136 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/eval.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/eval.lisp-obj-tmp written ; compilation finished in 0:00:00.289 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-sap.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-sap.lisp-obj-tmp written ; compilation finished in 0:00:00.336 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-package.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-package.lisp-obj-tmp written ; compilation finished in 0:00:02.765 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/module.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/module.lisp-obj-tmp written ; compilation finished in 0:00:00.085 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-random.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-random.lisp ; in: DECLAIM (INLINE BIG-RANDOM-CHUNK) ; (DECLAIM (INLINE SB!KERNEL:BIG-RANDOM-CHUNK)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!KERNEL:BIG-RANDOM-CHUNK) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!KERNEL:BIG-RANDOM-CHUNK to be INLINE, but 3 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-random.lisp-obj-tmp written ; compilation finished in 0:00:01.085 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/bignum-random.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/bignum-random.lisp-obj-tmp written ; compilation finished in 0:00:00.946 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-hash-table.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-hash-table.lisp ; in: DECLAIM (INLINE MAPHASH) ; (DECLAIM (INLINE MAPHASH)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE MAPHASH) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming COMMON-LISP:MAPHASH to be INLINE, but 28 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-hash-table.lisp-obj-tmp written ; compilation finished in 0:00:01.946 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/reader.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/reader.lisp ; in: PROGN (DECLAIM (INLINE WHITESPACE[1]P WHITESPACE[2]P)) ; (DECLAIM (INLINE SB!IMPL::WHITESPACE[1]P SB!IMPL::WHITESPACE[2]P)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!IMPL::WHITESPACE[1]P SB!IMPL::WHITESPACE[2]P) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!IMPL::WHITESPACE[1]P to be INLINE, but 1 call to it was ; previously compiled. A declaration of NOTINLINE at the call site will eliminate ; this warning, as will proclaiming and defining the function before its first ; potential use. ; in: DEFINE-COMPILER-MACRO READ-FROM-STRING ; (DEFINE-COMPILER-MACRO READ-FROM-STRING ; (&WHOLE SB!KERNEL:FORM STRING &REST SB!IMPL::ARGS) ; (DESTRUCTURING-BIND ; (&OPTIONAL (SB!IMPL::EOF-ERROR-P T) SB!IMPL::EOF-VALUE ; &REST SB!IMPL::KEYS) ; SB!IMPL::ARGS ; (COND ; ((SB!IMPL::MAYBE-NOTE-READ-FROM-STRING-SIGNATURE-ISSUE ; SB!IMPL::EOF-ERROR-P) ; (SB!INT:QUASIQUOTE #)) ; (T ; (LET* # ; # ; # ; #))))) ; --> PROGN EVAL-WHEN ; ==> ; (SB!C::%DEFINE-COMPILER-MACRO 'READ-FROM-STRING ; (SB!INT:NAMED-LAMBDA (COMPILER-MACRO ; READ-FROM-STRING) ; (#:EXPR #:ENV &AUX (SB!KERNEL:FORM #:EXPR)) ; (DECLARE ; (SB!C::LAMBDA-LIST ; (STRING &REST SB!IMPL::ARGS))) ; (DECLARE (IGNORE #:ENV)) ; (SB!C::NAMED-DS-BIND (:MACRO READ-FROM-STRING ; . DEFINE-COMPILER-MACRO) ; (STRING &REST SB!IMPL::ARGS) ; (SB!C::COMPILER-MACRO-ARGS #:EXPR) ; (BLOCK READ-FROM-STRING ; (DESTRUCTURING-BIND # SB!IMPL::ARGS #))))) ; ; caught STYLE-WARNING: ; undefined function: MAYBE-NOTE-READ-FROM-STRING-SIGNATURE-ISSUE ; ; caught STYLE-WARNING: ; 2 calls to COMMON-LISP:READ-FROM-STRING were compiled before a compiler-macro ; was defined for it. A declaration of NOTINLINE at the call sites will eliminate ; this warning, as will defining the compiler-macro before its first potential ; use. ; ; compilation unit finished ; caught 3 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/reader.lisp-obj-tmp written ; compilation finished in 0:00:04.035 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-stream.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-stream.lisp-obj-tmp written ; compilation finished in 0:00:00.422 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-pathname.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-pathname.lisp ; in: DEFUN PARSE-NATIVE-NAMESTRING ; (DEFUN SB!EXT:PARSE-NATIVE-NAMESTRING ; (SB!IMPL::THING ; &OPTIONAL SB!KERNEL:HOST ; (SB!IMPL::DEFAULTS *DEFAULT-PATHNAME-DEFAULTS*) ; &KEY (SB!IMPL::START 0) SB!IMPL::END SB!IMPL::JUNK-ALLOWED ; SB!IMPL::AS-DIRECTORY) ; "Convert THING into a pathname, using the native conventions ; appropriate for the pathname host HOST, or if not specified the ; host of DEFAULTS. If THING is a string, the parse is bounded by ; START and END, and error behaviour is controlled by JUNK-ALLOWED, ; as with PARSE-NAMESTRING. For file systems whose native ; conventions allow directories to be indicated as files, if ; AS-DIRECTORY is true, return a pathname denoting THING as a ; directory." ; (DECLARE ; (TYPE SB!KERNEL:PATHNAME-DESIGNATOR SB!IMPL::THING SB!IMPL::DEFAULTS) ; (TYPE (OR LIST SB!KERNEL:HOST STRING (MEMBER :UNSPECIFIC)) SB!KERNEL:HOST) ; (TYPE SB!INT:INDEX SB!IMPL::START) ; (TYPE (OR SB!INT:INDEX NULL) SB!IMPL::END) ; (TYPE (OR T NULL) SB!IMPL::JUNK-ALLOWED) ; (VALUES (OR NULL PATHNAME) (OR NULL SB!INT:INDEX))) ; (SB!IMPL::WITH-HOST (SB!IMPL::FOUND-HOST SB!KERNEL:HOST) ; (LET ((SB!IMPL::DEFAULTS #)) ; (DECLARE (TYPE PATHNAME SB!IMPL::DEFAULTS)) ; (ETYPECASE SB!IMPL::THING ; (SIMPLE-STRING #) ; (STRING #) ; (PATHNAME # #) ; (STREAM #))))) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION ; ==> ; (THE ; (VALUES &OPTIONAL (OR NULL PATHNAME) (OR NULL (MOD 4611686018427387901)) ; &REST T) ; (PROGN ; (BLOCK SB!EXT:PARSE-NATIVE-NAMESTRING ; (SB!IMPL::WITH-HOST (SB!IMPL::FOUND-HOST SB!KERNEL:HOST) ; (LET # ; # ; #))))) ; ; note: type assertion too complex to check: ; (VALUES &OPTIONAL (OR NULL PATHNAME) (OR NULL (MOD 4611686018427387901)) &REST ; ...). ; in: DEFUN INTERN-LOGICAL-HOST ; (DEFUN SB!IMPL::INTERN-LOGICAL-HOST (SB!IMPL::THING) ; (DECLARE (VALUES SB!KERNEL:LOGICAL-HOST)) ; (SB!INT:WITH-LOCKED-SYSTEM-TABLE (SB!IMPL::*LOGICAL-HOSTS*) ; (OR (SB!IMPL::FIND-LOGICAL-HOST SB!IMPL::THING NIL) ; (LET* (# #) ; (SETF #) ; SB!IMPL::NEW)))) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION ; ==> ; (THE (VALUES SB!KERNEL:LOGICAL-HOST &REST T) ; (PROGN ; (BLOCK SB!IMPL::INTERN-LOGICAL-HOST ; (SB!INT:WITH-LOCKED-SYSTEM-TABLE (SB!IMPL::*LOGICAL-HOSTS*) ; (OR # #))))) ; ; note: type assertion too complex to check: ; (VALUES LOGICAL-HOST &REST T). ; ; compilation unit finished ; printed 2 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-pathname.lisp-obj-tmp written ; compilation finished in 0:00:03.735 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/unix-pathname.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/unix-pathname.lisp-obj-tmp written ; compilation finished in 0:00:01.275 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/filesys.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/filesys.lisp-obj-tmp written ; compilation finished in 0:00:01.890 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-misc.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-misc.lisp ; in: DEFUN MACHINE-INSTANCE ; (DEFUN MACHINE-INSTANCE () ; "Return a string giving the name of the local machine." ; (SB!UNIX:UNIX-GETHOSTNAME)) ; --> PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA ; ==> ; #'(SB!INT:NAMED-LAMBDA MACHINE-INSTANCE ; NIL ; "Return a string giving the name of the local machine." ; (BLOCK MACHINE-INSTANCE (SB!UNIX:UNIX-GETHOSTNAME))) ; ; note: type assertion too complex to check: ; (VALUES ; (OR (SIMPLE-ARRAY CHARACTER (*)) (SIMPLE-ARRAY NIL (*)) SIMPLE-BASE-STRING ; NULL) ; &OPTIONAL). ; ; compilation unit finished ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-misc.lisp-obj-tmp written ; compilation finished in 0:00:00.408 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/save.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/save.lisp-obj-tmp written ; compilation finished in 0:00:00.269 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/sharpm.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/sharpm.lisp-obj-tmp written ; compilation finished in 0:00:00.514 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/alloc.lisp" (written 27 NOV 2015 10:15:54 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/alloc.lisp-obj-tmp written ; compilation finished in 0:00:00.075 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/early-step.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/early-step.lisp-obj-tmp written ; compilation finished in 0:00:00.043 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-thread.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-thread.lisp ; in: DECLAIM (INLINE SB!VM::CURRENT-THREAD-OFFSET-SAP) ; (DECLAIM (INLINE SB!VM::CURRENT-THREAD-OFFSET-SAP)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!VM::CURRENT-THREAD-OFFSET-SAP) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!VM::CURRENT-THREAD-OFFSET-SAP to be INLINE, but 1 call to it was ; previously compiled. A declaration of NOTINLINE at the call site will eliminate ; this warning, as will proclaiming and defining the function before its first ; potential use. ; in: DEFSTRUCT WAITQUEUE ; (DEFSTRUCT ; (SB!THREAD:WAITQUEUE ; (:CONSTRUCTOR SB!THREAD:MAKE-WAITQUEUE (&KEY SB!THREAD::NAME))) ; "Waitqueue type." ; (SB!THREAD::NAME NIL :TYPE (OR NULL SB!THREAD:THREAD-NAME))) ; --> PROGN EVAL-WHEN ; ==> ; (SB!KERNEL::%COMPILER-DEFSTRUCT ; '# ; '#(# ; #)) ; ; caught STYLE-WARNING: ; Previously compiled call to SB!THREAD::WAITQUEUE-P could not be inlined because ; the structure definition for SB!THREAD:WAITQUEUE was not yet seen. To avoid ; this warning, DEFSTRUCT should precede references to the affected functions, or ; they must be declared locally notinline at each call site. ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-thread.lisp-obj-tmp written ; compilation finished in 0:00:01.374 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/timer.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/timer.lisp-obj-tmp written ; compilation finished in 0:00:00.852 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/interr.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/interr.lisp-obj-tmp written ; compilation finished in 0:00:00.338 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/gc.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/gc.lisp ; in: DECLAIM (INLINE CURRENT-DYNAMIC-SPACE-START) ; (DECLAIM (INLINE SB!KERNEL:CURRENT-DYNAMIC-SPACE-START)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!KERNEL:CURRENT-DYNAMIC-SPACE-START) ; (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!KERNEL:CURRENT-DYNAMIC-SPACE-START to be INLINE, but 1 call to ; it was previously compiled. A declaration of NOTINLINE at the call site will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/gc.lisp-obj-tmp written ; compilation finished in 0:00:00.485 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/purify.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/purify.lisp-obj-tmp written ; compilation finished in 0:00:00.029 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug-int.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug-int.lisp ; in: DEFSTRUCT FRAME ; (DEFSTRUCT (SB!DI:FRAME (:CONSTRUCTOR NIL) (:COPIER NIL)) ; (SB!DI::UP NIL :TYPE (OR SB!DI:FRAME NULL)) ; (SB!DI::%DOWN :UNPARSED :TYPE (OR SB!DI:FRAME (MEMBER NIL :UNPARSED))) ; (SB!DI:DEBUG-FUN NIL :TYPE SB!DI:DEBUG-FUN) ; (SB!DI:CODE-LOCATION NIL :TYPE SB!DI:CODE-LOCATION) ; (SB!DI::%CATCHES :UNPARSED :TYPE (OR LIST (MEMBER :UNPARSED))) ; SB!DI::POINTER ; (NUMBER 0 :TYPE SB!INT:INDEX)) ; --> PROGN EVAL-WHEN ; ==> ; (SB!KERNEL::%COMPILER-DEFSTRUCT ; '# ; '#(# ; #)) ; ; caught STYLE-WARNING: ; Previously compiled call to SB!DI:FRAME-DEBUG-FUN could not be inlined because ; the structure definition for SB!DI:FRAME was not yet seen. To avoid this ; warning, DEFSTRUCT should precede references to the affected functions, or they ; must be declared locally notinline at each call site. ; in: DEFSTRUCT COMPILED-FRAME ; (DEFSTRUCT ; (SB!DI::COMPILED-FRAME (:INCLUDE SB!DI:FRAME) ; (:CONSTRUCTOR SB!DI::MAKE-COMPILED-FRAME ; (SB!DI::POINTER SB!DI::UP SB!DI:DEBUG-FUN SB!DI:CODE-LOCATION NUMBER ; &OPTIONAL SB!DI::ESCAPED)) ; (:COPIER NIL)) ; SB!DI::ESCAPED) ; --> PROGN EVAL-WHEN ; ==> ; (SB!KERNEL::%COMPILER-DEFSTRUCT ; '# ; '#(# ; # ; #)) ; ; caught STYLE-WARNING: ; Previously compiled calls to SB!DI::COMPILED-FRAME-P and ; SB!DI::COMPILED-FRAME-ESCAPED could not be inlined because the structure ; definition for SB!DI::COMPILED-FRAME was not yet seen. To avoid this warning, ; DEFSTRUCT should precede references to the affected functions, or they must be ; declared locally notinline at each call site. ; in: DECLAIM (INLINE DESCRIPTOR-SAP) ; (DECLAIM (INLINE SB!DI::DESCRIPTOR-SAP)) ; --> EVAL-WHEN ; ==> ; (SB!C::%PROCLAIM '(INLINE SB!DI::DESCRIPTOR-SAP) (SB!C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; Proclaiming SB!DI::DESCRIPTOR-SAP to be INLINE, but 8 calls to it were ; previously compiled. A declaration of NOTINLINE at the call sites will ; eliminate this warning, as will proclaiming and defining the function before ; its first potential use. ; in: DEFUN NTH-INTERRUPT-CONTEXT ; (SB!ALIEN:SAP-ALIEN ; (SB!VM::CURRENT-THREAD-OFFSET-SAP ; (+ SB!VM::THREAD-INTERRUPT-CONTEXTS-OFFSET SB!DI::N)) ; (* SB!SYS:OS-CONTEXT-T)) ; ==> ; (SB!ALIEN-INTERNALS:%SAP-ALIEN ; (SB!VM::CURRENT-THREAD-OFFSET-SAP ; (+ SB!VM::THREAD-INTERRUPT-CONTEXTS-OFFSET SB!DI::N)) ; '#) ; ; note: doing SAP to pointer coercion (cost 20) ; ; compilation unit finished ; caught 3 STYLE-WARNING conditions ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/debug-int.lisp-obj-tmp written ; compilation finished in 0:00:04.798 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/target-disassem.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/target-disassem.lisp-obj-tmp written ; compilation finished in 0:00:03.155 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/x86-64/target-insts.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/x86-64/target-insts.lisp-obj-tmp written ; compilation finished in 0:00:00.097 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/debug.lisp ; in: DEFUN CLEAN-FAST-METHOD ; (COMPUTE-APPLICABLE-METHODS (FDEFINITION SB!DEBUG::GF-NAME) ; SB!DEBUG::REAL-ARGS) ; ; caught STYLE-WARNING: ; undefined function: COMPUTE-APPLICABLE-METHODS ; ; compilation unit finished ; Undefined function: ; COMPUTE-APPLICABLE-METHODS ; caught 1 STYLE-WARNING condition ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/debug.lisp-obj-tmp written ; compilation finished in 0:00:01.808 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/octets.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/octets.lisp-obj-tmp written ; compilation finished in 0:00:00.967 creating directory: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/ ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-basic.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-basic.lisp-obj-tmp written ; compilation finished in 0:00:03.463 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-ebcdic.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-ebcdic.lisp-obj-tmp written ; compilation finished in 0:00:00.832 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-cyr.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-cyr.lisp-obj-tmp written ; compilation finished in 0:00:02.127 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-dos.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-dos.lisp-obj-tmp written ; compilation finished in 0:00:10.678 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-iso.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-iso.lisp-obj-tmp written ; compilation finished in 0:00:07.709 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-win.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-win.lisp-obj-tmp written ; compilation finished in 0:00:05.007 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-mac.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-mac.lisp-obj-tmp written ; compilation finished in 0:00:00.558 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/mb-util.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/mb-util.lisp-obj-tmp written ; compilation finished in 0:00:00.205 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-cn-tbl.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-cn-tbl.lisp-obj-tmp written ; compilation finished in 0:00:00.651 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-cn.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-cn.lisp ; in: DEFINE-MULTIBYTE-ENCODING :GBK ; (SB!IMPL::DEFINE-MULTIBYTE-ENCODING :GBK (:GBK :CP936) SB!IMPL::UCS-TO-GBK ; SB!IMPL::GBK-TO-UCS SB!IMPL::MB-LEN-AS-GBK SB!IMPL::GBK-CONTINUATION-BYTE-P) ; --> PROGN SB!IMPL::INSTANTIATE-OCTETS-DEFINITION PROGN ; --> SB!IMPL::DEFINE-SIMPLE-GET-GBK-CHAR PROGN DEFUN PROGN SB!IMPL::%DEFUN ; --> SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION BLOCK FLET LET IF ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :GBK 'SB!IMPL::MALFORMED-GBK SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ; compilation unit finished ; printed 1 note ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-cn.lisp-obj-tmp written ; compilation finished in 0:00:00.886 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-jpn-tbl.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-jpn-tbl.lisp-obj-tmp written ; compilation finished in 0:00:00.638 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-jpn.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-jpn.lisp ; in: DEFINE-MULTIBYTE-ENCODING :EUC-JP ; (SB!IMPL::DEFINE-MULTIBYTE-ENCODING :EUC-JP (:EUC-JP :EUCJP :|eucJP|) ; SB!IMPL::UCS-TO-EUCJP SB!IMPL::EUCJP-TO-UCS SB!IMPL::MB-LEN-AS-EUCJP ; SB!IMPL::EUCJP-CONTINUATION-BYTE-P) ; --> PROGN SB!IMPL::INSTANTIATE-OCTETS-DEFINITION PROGN ; --> SB!IMPL::DEFINE-SIMPLE-GET-EUC-JP-CHAR PROGN DEFUN PROGN SB!IMPL::%DEFUN ; --> SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION BLOCK FLET LET IF ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :EUC-JP 'SB!IMPL::MALFORMED-EUC-JP SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; in: DEFINE-MULTIBYTE-ENCODING :SHIFT_JIS ; (SB!IMPL::DEFINE-MULTIBYTE-ENCODING :SHIFT_JIS ; (:SHIFT_JIS :SJIS :|Shift_JIS| :CP932) SB!IMPL::UCS-TO-SJIS ; SB!IMPL::SJIS-TO-UCS SB!IMPL::MB-LEN-AS-SJIS ; SB!IMPL::SJIS-CONTINUATION-BYTE-P) ; --> PROGN SB!IMPL::INSTANTIATE-OCTETS-DEFINITION PROGN ; --> SB!IMPL::DEFINE-SIMPLE-GET-SHIFT_JIS-CHAR PROGN DEFUN PROGN ; --> SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION BLOCK FLET ; --> LET IF ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :SHIFT_JIS 'SB!IMPL::MALFORMED-SHIFT_JIS SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ; compilation unit finished ; printed 2 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-jpn.lisp-obj-tmp written ; compilation finished in 0:00:02.129 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-ucs.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-ucs.lisp ; in: INSTANTIATE-OCTETS-DEFINITION DEFINE-SIMPLE-GET-UCS4-CHARACTER ; (SB!IMPL::INSTANTIATE-OCTETS-DEFINITION ; SB!IMPL::DEFINE-SIMPLE-GET-UCS4-CHARACTER) ; --> PROGN SB!IMPL::DEFINE-SIMPLE-GET-UCS4-CHARACTER PROGN DEFUN PROGN ; --> SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION BLOCK LET IF ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UCS-4LE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UCS-4BE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UCS-4LE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UCS-4BE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ; compilation unit finished ; printed 4 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-ucs.lisp-obj-tmp written ; compilation finished in 0:00:02.032 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-utf.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/external-formats/enc-utf.lisp ; in: INSTANTIATE-OCTETS-DEFINITION DEFINE-SIMPLE-GET-UTF32-CHARACTER ; (SB!IMPL::INSTANTIATE-OCTETS-DEFINITION ; SB!IMPL::DEFINE-SIMPLE-GET-UTF32-CHARACTER) ; --> PROGN SB!IMPL::DEFINE-SIMPLE-GET-UTF32-CHARACTER PROGN DEFUN PROGN ; --> SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA FUNCTION BLOCK LET IF ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UTF-32LE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UTF-32BE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UTF-32LE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ==> ; (SB!IMPL::DECODING-ERROR ARRAY SB!IMPL::POS (+ SB!IMPL::POS SB!IMPL::BYTES) ; :UTF-32BE 'SB!IMPL::OCTET-DECODING-ERROR SB!IMPL::POS) ; ; note: doing signed word to integer coercion (cost 20) ; ; compilation unit finished ; printed 4 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/external-formats/enc-utf.lisp-obj-tmp written ; compilation finished in 0:00:03.182 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/full-eval.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/full-eval.lisp-obj-tmp written ; compilation finished in 0:00:01.252 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/bit-bash.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/bit-bash.lisp ; in: PROGN (!DEFINE-SAP-FIXER 1) ; (SB!VM::!DEFINE-BYTE-BASHERS 64) ; --> PROGN DEFUN PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SB!KERNEL::CONSTANT-UB64-BASH BLOCK MULTIPLE-VALUE-BIND ; --> MULTIPLE-VALUE-CALL FUNCTION MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL ; --> FUNCTION IF LET LET MULTIPLE-VALUE-BIND ; ==> ; (LET ((#:G4219 'SB!C::DUMMY)) ; (UNLESS (TYPEP #:G4219 '(UNSIGNED-BYTE 62)) ; (SB!C::%TYPE-CHECK-ERROR #:G4219 '(UNSIGNED-BYTE 62))) ; (VALUES #:G4219)) ; ; note: doing signed word to integer coercion (cost 20) to #:G4219 ; --> PROGN DEFUN PROGN SB!IMPL::%DEFUN SB!IMPL::%DEFUN SB!INT:NAMED-LAMBDA ; --> FUNCTION BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION ; --> SB!KERNEL::CONSTANT-UB64-BASH BLOCK MULTIPLE-VALUE-BIND ; --> MULTIPLE-VALUE-CALL FUNCTION MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL ; --> FUNCTION IF LET LET MULTIPLE-VALUE-BIND ; ==> ; (LET ((#:G4251 'SB!C::DUMMY)) ; (UNLESS (TYPEP #:G4251 '(UNSIGNED-BYTE 62)) ; (SB!C::%TYPE-CHECK-ERROR #:G4251 '(UNSIGNED-BYTE 62))) ; (VALUES #:G4251)) ; ; note: doing signed word to integer coercion (cost 20) to #:G4251 ; ; compilation unit finished ; printed 2 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/bit-bash.lisp-obj-tmp written ; compilation finished in 0:00:10.721 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/target-load.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/target-load.lisp-obj-tmp written ; compilation finished in 0:00:00.376 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/target-dump.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/target-dump.lisp-obj-tmp written ; compilation finished in 0:00:00.065 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cold-init.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/cold-init.lisp-obj-tmp written ; compilation finished in 0:00:00.354 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cl-specials.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/cl-specials.lisp-obj-tmp written ; compilation finished in 0:00:00.018 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/late-proclaim.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/compiler/late-proclaim.lisp-obj-tmp written ; compilation finished in 0:00:00.012 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/defboot.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/defboot.lisp-obj-tmp written ; compilation finished in 0:00:00.705 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/destructuring-bind.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/destructuring-bind.lisp-obj-tmp written ; compilation finished in 0:00:00.014 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/setf.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/setf.lisp-obj-tmp written ; compilation finished in 0:00:00.915 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/macros.lisp-obj-tmp written ; compilation finished in 0:00:00.444 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/loop.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/loop.lisp-obj-tmp written ; compilation finished in 0:00:01.440 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/cas.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/cas.lisp-obj-tmp written ; compilation finished in 0:00:00.206 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-cas.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/late-cas.lisp-obj-tmp written ; compilation finished in 0:00:00.167 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-format.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/late-format.lisp-obj-tmp written ; compilation finished in 0:00:01.757 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/sxhash.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/sxhash.lisp-obj-tmp written ; compilation finished in 0:00:00.119 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/signal.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/signal.lisp-obj-tmp written ; compilation finished in 0:00:00.066 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-defbangmethod.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/code/late-defbangmethod.lisp-obj-tmp written ; compilation finished in 0:00:00.010 ; cross-compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/walk.lisp" (written 27 NOV 2015 10:15:55 AM): ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-xc/src/pcl/walk.lisp-obj-tmp written ; compilation finished in 0:00:00.724 T * Likely suspicious calls: 113 MAPHASH 33 SB!DI::DESCRIPTOR-SAP 32 SB!C::LVAR-SINGLE-VALUE-P 13 SB!C::SET-BOUND 13 SB!KERNEL:BIG-RANDOM-CHUNK 9 SB!IMPL::UCD-GENERAL-CATEGORY 9 SB!IMPL::BOTH-CASE-INDEX-P 9 SB!EXT:%SIMD-PACK-UB64S 9 SB!EXT:%SIMD-PACK-DOUBLES 9 SB!EXT:%SIMD-PACK-SINGLES 5 FILL-POINTER 5 ALPHA-CHAR-P 5 SB!IMPL::WHITESPACE[1]P 5 SB!IMPL::%MAKUNBOUND 5 SB!KERNEL:CURRENT-DYNAMIC-SPACE-START 5 SB!KERNEL:COERCE-TO-LIST 5 SB!VM::CURRENT-THREAD-OFFSET-SAP 5 SB!EVAL:INTERPRETED-FUNCTION-SOURCE-LOCATION Possibly suspicious calls: 1813 FORMAT 1705 ASH 1233 NCONC 1001 SB!C::MASK-SIGNED-FIELD 593 TRUNCATE 517 SB!KERNEL:%DOUBLE-FLOAT 417 COMPLEX 389 SB!KERNEL:%SINGLE-FLOAT 381 REALPART 321 MAKE-ARRAY 309 IMAGPART 289 INTEGER-LENGTH 241 APPEND 213 LOGNOT 209 COERCE 149 ABS 97 TYPEP 77 SB!C::INTERVAL-LOW 69 SB!C::INTERVAL-HIGH 33 SB!KERNEL:%UNARY-TRUNCATE/SINGLE-FLOAT 29 LOGCOUNT 29 SB!KERNEL:%UNARY-TRUNCATE/DOUBLE-FLOAT 25 ELT 24 MAPCAR 21 ROUND 21 SB!KERNEL:%UNARY-ROUND 17 LIST-LENGTH 13 CONJUGATE 13 (SETF SB!INT:INFO) 13 SB!INT:INFO 13 SB!SYS:FD-STREAM-P 9 VALUES-LIST 9 READ-FROM-STRING 9 SB!DI::COMPILED-FRAME-P 9 SB!IMPL::FD-STREAM-CHAR-SIZE 9 SB!SYS:SAP+ 9 SB!VM::ASH-LEFT-MODFX 5 SB!DI:FRAME-DEBUG-FUN 5 SB!DI::COMPILED-FRAME-ESCAPED 5 SB!IMPL::EF-READ-C-STRING-FUN 5 SB!IMPL::EF-WRITE-C-STRING-FUN 5 SB!THREAD::WAITQUEUE-P 5 SB!SYS:FOREIGN-SYMBOL-SAP 4 PACKAGEP 4 < 4 LIST 4 SB!KERNEL:MAKE-DOUBLE-FLOAT 4 SB!KERNEL:MAKE-SINGLE-FLOAT NIL * NIL * NIL * T * NIL * //entering make-genesis-2.sh //loading and running GENESIS to create cold-sbcl_core This is SBCL 1.0.31, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * 5 * target features *SHEBANG-FEATURES*=(:IEEE-FLOATING-POINT :PACKAGE-LOCAL-NICKNAMES :SB-SOURCE-LOCATIONS :SB-EVAL :SB-UNICODE :SB-PACKAGE-LOCKS :SB-LDB :SB-TEST :SB-DOC :SBCL :COMMON-LISP :ANSI-CL :SB-CORE-COMPRESSION :SB-QSHOW :X86-64 :UNIX :BSD :ELF :FREEBSD :GCC-TLS :64-BIT :64-BIT-REGISTERS :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD :C-STACK-IS-CONTROL-STACK :LINKAGE-TABLE :COMPARE-AND-SWAP-VOPS :UNWIND-TO-FRAME-AND-CALL-VOP :RAW-INSTANCE-INIT-VOPS :INTERLEAVED-RAW-SLOTS :PRECISE-ARG-COUNT-ERROR :FP-AND-PC-STANDARD-SAVE :STACK-ALLOCATABLE-CLOSURES :STACK-ALLOCATABLE-VECTORS :STACK-ALLOCATABLE-LISTS :STACK-ALLOCATABLE-FIXED-OBJECTS :ALIEN-CALLBACKS :CYCLE-COUNTER :COMPLEX-FLOAT-VOPS :FLOAT-EQL-VOPS :INTEGER-EQL-VOP :INLINE-CONSTANTS :MEMORY-BARRIER-VOPS :MULTIPLY-HIGH-VOPS :SB-SIMD-PACK :ASH-RIGHT-VOPS :SYMBOL-INFO-VOPS :LITTLE-ENDIAN :OS-PROVIDES-DLOPEN :OS-PROVIDES-DLADDR :OS-PROVIDES-PUTWC :OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-SUSECONDS-T :OS-PROVIDES-GETPROTOBY-R :OS-PROVIDES-POLL) target backend-subfeatures *SHEBANG-BACKEND-FEATURES*=NIL T * # * "obj/from-xc/" * T * T * ; in: LAMBDA NIL ; (THE SB!C::CLAMBDA #:NEW-VALUE844) ; ; caught STYLE-WARNING: ; undefined type: CLAMBDA ; ; compilation unit finished ; Undefined type: ; CLAMBDA ; caught 1 STYLE-WARNING condition ; (THE SB!C:TN #:NEW-VALUE864) ; ; caught STYLE-WARNING: ; undefined type: TN ; ; compilation unit finished ; Undefined type: ; TN ; caught 1 STYLE-WARNING condition * *TARGET-OBJECT-FILE-NAMES* * ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/genesis.lisp" (written 02 DEC 2015 10:51:53 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/compiler/generic/genesis.lisp ; in: DEFINE-COLD-FOP (FOP-SPEC-VECTOR) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3295 #:EOF-ERROR-P3296 #:EOF-VALUE3297)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-RPLACA) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3638 #:EOF-ERROR-P3639 #:EOF-VALUE3640)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3627 #:EOF-ERROR-P3628 #:EOF-VALUE3629)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-RPLACD) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3674 #:EOF-ERROR-P3675 #:EOF-VALUE3676)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3685 #:EOF-ERROR-P3686 #:EOF-VALUE3687)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-SVSET) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3722 #:EOF-ERROR-P3723 #:EOF-VALUE3724)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3733 #:EOF-ERROR-P3734 #:EOF-VALUE3735)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-STRUCTSET) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3780 #:EOF-ERROR-P3781 #:EOF-VALUE3782)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3769 #:EOF-ERROR-P3770 #:EOF-VALUE3771)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-NTHCDR) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3816 #:EOF-ERROR-P3817 #:EOF-VALUE3818)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-FUN-ENTRY) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM3989 #:EOF-ERROR-P3990 #:EOF-VALUE3991)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-FOREIGN-FIXUP) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4019 #:EOF-ERROR-P4020 #:EOF-VALUE4021)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-ASSEMBLER-CODE) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4137 #:EOF-ERROR-P4138 #:EOF-VALUE4139)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-ASSEMBLER-ROUTINE) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4167 #:EOF-ERROR-P4168 #:EOF-VALUE4169)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-ASSEMBLER-FIXUP) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4197 #:EOF-ERROR-P4198 #:EOF-VALUE4199)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; in: DEFINE-COLD-FOP (FOP-CODE-OBJECT-FIXUP) ; (SB!FASL::READ-WORD-ARG (SB!FASL::FASL-INPUT-STREAM)) ; --> BLOCK SB!FASL::READ-ARG SB!INT:WITH-FAST-READ-BYTE LET FLET BLOCK ; ==> ; (THE (UNSIGNED-BYTE 8) ; (READ-BYTE #:STREAM4227 #:EOF-ERROR-P4228 #:EOF-VALUE4229)) ; ; note: type assertion too complex to check: ; (VALUES (UNSIGNED-BYTE 8) &REST T). ; ; compilation unit finished ; printed 16 notes ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/from-host/src/compiler/generic/genesis.fasl-tmp written ; compilation finished in 0:00:03.301 T * beginning GENESIS, creating core "output/cold-sbcl_core" obj/from-xc/src/code/early-source-location.lisp-obj obj/from-xc/src/code/show.lisp-obj obj/from-xc/src/code/early-constants.lisp-obj obj/from-xc/src/code/backq.lisp-obj obj/from-xc/src/code/cmacros.lisp-obj obj/from-xc/src/code/globals.lisp-obj obj/from-xc/src/code/defsetfs.lisp-obj obj/from-xc/src/code/cold-init-helper-macros.lisp-obj obj/from-xc/src/code/uncross.lisp-obj obj/from-xc/src/code/primordial-type.lisp-obj obj/from-xc/src/code/early-defbangmethod.lisp-obj obj/from-xc/src/code/defbangtype.lisp-obj obj/from-xc/src/code/defbangmacro.lisp-obj obj/from-xc/src/code/defbangconstant.lisp-obj obj/from-xc/src/compiler/early-lexenv.lisp-obj obj/from-xc/src/compiler/early-globaldb.lisp-obj obj/from-xc/src/code/primordial-extensions.lisp-obj obj/from-xc/src/compiler/constantp.lisp-obj obj/from-xc/src/code/function-names.lisp-obj obj/from-xc/src/compiler/generic/parms.lisp-obj obj/from-xc/src/compiler/x86-64/parms.lisp-obj obj/from-xc/src/compiler/generic/early-vm.lisp-obj obj/from-xc/src/compiler/generic/early-objdef.lisp-obj obj/from-xc/src/code/early-array.lisp-obj obj/from-xc/src/code/kernel.lisp-obj obj/from-xc/src/code/barrier.lisp-obj obj/from-xc/src/code/parse-body.lisp-obj obj/from-xc/src/code/unportable-float.lisp-obj obj/from-xc/src/compiler/policy.lisp-obj obj/from-xc/src/code/condition-boot.lisp-obj obj/from-xc/src/code/early-extensions.lisp-obj obj/from-xc/src/compiler/parse-lambda-list.lisp-obj obj/from-xc/src/compiler/deftype.lisp-obj obj/from-xc/src/code/restart.lisp-obj obj/from-xc/src/code/early-alieneval.lisp-obj obj/from-xc/src/code/specializable-array.lisp-obj obj/from-xc/src/code/early-cl.lisp-obj obj/from-xc/src/code/ansi-stream.lisp-obj obj/from-xc/src/code/early-fasl.lisp-obj obj/from-xc/src/code/debug-var-io.lisp-obj obj/from-xc/src/code/defbangstruct.lisp-obj obj/from-xc/src/code/early-thread.lisp-obj obj/from-xc/src/code/early-print.lisp-obj obj/from-xc/src/code/early-pprint.lisp-obj obj/from-xc/src/code/early-impl.lisp-obj obj/from-xc/src/code/target-extensions.lisp-obj obj/from-xc/src/code/early-package.lisp-obj obj/from-xc/src/compiler/defconstant.lisp-obj obj/from-xc/src/code/early-defstructs.lisp-obj obj/from-xc/src/code/early-raw-slots.lisp-obj obj/from-xc/src/code/funutils.lisp-obj obj/from-xc/src/code/type-class.lisp-obj obj/from-xc/src/code/sysmacs.lisp-obj obj/from-xc/src/code/target-error.lisp-obj obj/from-xc/src/compiler/early-backend.lisp-obj obj/from-xc/output/stuff-groveled-from-headers.lisp-obj obj/from-xc/src/code/cold-error.lisp-obj obj/from-xc/src/pcl/slot-name.lisp-obj obj/from-xc/src/compiler/info-vector.lisp-obj obj/from-xc/src/code/fdefinition.lisp-obj obj/from-xc/src/code/pred.lisp-obj obj/from-xc/src/code/target-alieneval.lisp-obj obj/from-xc/src/code/target-c-call.lisp-obj obj/from-xc/src/code/target-allocate.lisp-obj obj/from-xc/src/code/misc-aliens.lisp-obj obj/from-xc/src/compiler/generic/vm-array.lisp-obj obj/from-xc/src/code/weak.lisp-obj obj/from-xc/src/code/array.lisp-obj obj/from-xc/src/code/early-float.lisp-obj obj/from-xc/src/code/target-sxhash.lisp-obj obj/from-xc/src/code/list.lisp-obj obj/from-xc/src/code/seq.lisp-obj obj/from-xc/src/code/coerce.lisp-obj obj/from-xc/src/code/string.lisp-obj obj/from-xc/src/code/mipsstrops.lisp-obj obj/from-xc/src/code/early-time.lisp-obj obj/from-xc/src/code/unix.lisp-obj obj/from-xc/src/code/common-os.lisp-obj obj/from-xc/src/code/bsd-os.lisp-obj obj/from-xc/src/code/sc-offset.lisp-obj obj/from-xc/src/code/x86-64-vm.lisp-obj obj/from-xc/src/code/target-signal.lisp-obj obj/from-xc/src/code/bignum.lisp-obj obj/from-xc/src/code/numbers.lisp-obj obj/from-xc/src/code/float-trap.lisp-obj obj/from-xc/src/code/float.lisp-obj obj/from-xc/src/code/irrat.lisp-obj obj/from-xc/src/code/char.lisp-obj obj/from-xc/src/code/huffman.lisp-obj obj/from-xc/src/code/target-char.lisp-obj obj/from-xc/src/code/target-unicode.lisp-obj obj/from-xc/src/code/misc.lisp-obj obj/from-xc/src/code/room.lisp-obj obj/from-xc/src/code/stream.lisp-obj obj/from-xc/src/code/symbol.lisp-obj obj/from-xc/src/code/print.lisp-obj obj/from-xc/src/code/early-format.lisp-obj obj/from-xc/src/code/defpackage.lisp-obj obj/from-xc/src/code/error-error.lisp-obj obj/from-xc/src/code/deadline.lisp-obj obj/from-xc/src/code/serve-event.lisp-obj obj/from-xc/src/code/fd-stream.lisp-obj obj/from-xc/src/code/query.lisp-obj obj/from-xc/src/code/sort.lisp-obj obj/from-xc/src/code/time.lisp-obj obj/from-xc/src/code/final.lisp-obj obj/from-xc/src/code/setf-funs.lisp-obj obj/from-xc/src/code/stubs.lisp-obj obj/from-xc/src/code/exhaust.lisp-obj obj/from-xc/src/compiler/early-c.lisp-obj obj/from-xc/src/compiler/policies.lisp-obj obj/from-xc/src/compiler/macros.lisp-obj obj/from-xc/src/compiler/fun-info.lisp-obj obj/from-xc/src/compiler/late-constantp.lisp-obj obj/from-xc/src/code/early-classoid.lisp-obj obj/from-xc/src/compiler/globaldb.lisp-obj obj/from-xc/src/compiler/info-functions.lisp-obj obj/from-xc/src/compiler/generic/vm-macs.lisp-obj obj/from-xc/src/compiler/generic/objdef.lisp-obj obj/from-xc/src/compiler/sset.lisp-obj obj/from-xc/src/code/xset.lisp-obj obj/from-xc/src/pcl/early-low.lisp-obj obj/from-xc/src/code/early-type.lisp-obj obj/from-xc/src/compiler/node.lisp-obj obj/from-xc/src/compiler/lexenv.lisp-obj obj/from-xc/src/compiler/early-assem.lisp-obj obj/from-xc/src/compiler/vop.lisp-obj obj/from-xc/src/compiler/constant-leaf.lisp-obj obj/from-xc/src/compiler/backend.lisp-obj obj/from-xc/src/compiler/vmdef.lisp-obj obj/from-xc/src/compiler/x86-64/backend-parms.lisp-obj obj/from-xc/src/code/force-delayed-defbangconstants.lisp-obj obj/from-xc/src/code/defmacro.lisp-obj obj/from-xc/src/code/force-delayed-defbangmacros.lisp-obj obj/from-xc/src/compiler/late-macros.lisp-obj obj/from-xc/src/compiler/meta-vmdef.lisp-obj obj/from-xc/src/compiler/x86-64/vm.lisp-obj obj/from-xc/src/code/class.lisp-obj obj/from-xc/src/pcl/pre-warm.lisp-obj obj/from-xc/src/pcl/low.lisp-obj obj/from-xc/src/code/debug-info.lisp-obj obj/from-xc/src/code/source-location.lisp-obj obj/from-xc/src/code/early-condition.lisp-obj obj/from-xc/src/code/condition.lisp-obj obj/from-xc/src/code/toplevel.lisp-obj obj/from-xc/src/code/parse-defmacro-errors.lisp-obj obj/from-xc/src/code/format-directive.lisp-obj obj/from-xc/src/code/target-format.lisp-obj obj/from-xc/src/compiler/generic/primtype.lisp-obj obj/from-xc/src/code/host-alieneval.lisp-obj obj/from-xc/src/code/host-c-call.lisp-obj obj/from-xc/src/compiler/compiler-deftype.lisp-obj obj/from-xc/src/code/late-type.lisp-obj obj/from-xc/src/code/target-type.lisp-obj obj/from-xc/src/code/deftypes-for-target.lisp-obj obj/from-xc/src/compiler/knownfun.lisp-obj obj/from-xc/src/compiler/fun-info-funs.lisp-obj obj/from-xc/src/compiler/generic/vm-type.lisp-obj obj/from-xc/src/compiler/proclaim.lisp-obj obj/from-xc/src/code/class-init.lisp-obj obj/from-xc/src/code/defstruct.lisp-obj obj/from-xc/src/code/target-defstruct.lisp-obj obj/from-xc/src/code/alien-type.lisp-obj obj/from-xc/src/code/force-delayed-defbangstructs.lisp-obj obj/from-xc/src/code/early-full-eval.lisp-obj obj/from-xc/src/code/typep.lisp-obj obj/from-xc/src/compiler/compiler-error.lisp-obj obj/from-xc/src/code/late-deftypes-for-target.lisp-obj obj/from-xc/src/code/type-init.lisp-obj obj/from-xc/src/compiler/fixup-type.lisp-obj obj/from-xc/src/code/package.lisp-obj obj/from-xc/src/code/random.lisp-obj obj/from-xc/src/code/hash-table.lisp-obj obj/from-xc/src/code/readtable.lisp-obj obj/from-xc/src/code/pathname.lisp-obj obj/from-xc/src/code/host-pprint.lisp-obj obj/from-xc/src/code/pprint.lisp-obj obj/from-xc/src/compiler/fndb.lisp-obj obj/from-xc/src/compiler/generic/vm-fndb.lisp-obj obj/from-xc/src/compiler/generic/late-objdef.lisp-obj obj/from-xc/src/compiler/generic/interr.lisp-obj obj/from-xc/src/compiler/bit-util.lisp-obj obj/from-xc/src/compiler/fixup.lisp-obj obj/from-xc/src/compiler/generic/core.lisp-obj obj/from-xc/src/code/thread.lisp-obj obj/from-xc/src/code/load.lisp-obj obj/from-xc/src/code/linkage-table.lisp-obj obj/from-xc/src/code/foreign-load.lisp-obj obj/from-xc/src/code/unix-foreign-load.lisp-obj obj/from-xc/src/code/foreign.lisp-obj obj/from-xc/src/code/fop.lisp-obj obj/from-xc/src/compiler/ctype.lisp-obj obj/from-xc/src/compiler/disassem.lisp-obj obj/from-xc/src/compiler/assem.lisp-obj obj/from-xc/src/compiler/dump.lisp-obj obj/from-xc/src/compiler/ir1report.lisp-obj obj/from-xc/src/compiler/main.lisp-obj obj/from-xc/src/compiler/xref.lisp-obj obj/from-xc/src/compiler/target-main.lisp-obj obj/from-xc/src/compiler/ir1tran.lisp-obj obj/from-xc/src/compiler/ir1tran-lambda.lisp-obj obj/from-xc/src/compiler/ir1-translators.lisp-obj obj/from-xc/src/compiler/ir1util.lisp-obj obj/from-xc/src/compiler/ir1opt.lisp-obj obj/from-xc/src/compiler/loop.lisp-obj obj/from-xc/src/compiler/ir1final.lisp-obj obj/from-xc/src/compiler/array-tran.lisp-obj obj/from-xc/src/compiler/seqtran.lisp-obj obj/from-xc/src/compiler/typetran.lisp-obj obj/from-xc/src/compiler/generic/vm-typetran.lisp-obj obj/from-xc/src/compiler/float-tran.lisp-obj obj/from-xc/src/compiler/saptran.lisp-obj obj/from-xc/src/compiler/srctran.lisp-obj obj/from-xc/src/code/quantifiers.lisp-obj obj/from-xc/src/compiler/bitops-derive-type.lisp-obj obj/from-xc/src/compiler/generic/vm-tran.lisp-obj obj/from-xc/src/compiler/locall.lisp-obj obj/from-xc/src/compiler/dfo.lisp-obj obj/from-xc/src/compiler/dce.lisp-obj obj/from-xc/src/compiler/checkgen.lisp-obj obj/from-xc/src/compiler/constraint.lisp-obj obj/from-xc/src/compiler/physenvanal.lisp-obj obj/from-xc/src/compiler/tn.lisp-obj obj/from-xc/src/compiler/life.lisp-obj obj/from-xc/src/compiler/debug-dump.lisp-obj obj/from-xc/src/compiler/generic/utils.lisp-obj obj/from-xc/src/compiler/fopcompile.lisp-obj obj/from-xc/src/assembly/assemfile.lisp-obj obj/from-xc/src/compiler/late-vmdef.lisp-obj obj/from-xc/src/compiler/x86-64/insts.lisp-obj obj/from-xc/src/compiler/x86-64/macros.lisp-obj obj/from-xc/src/compiler/generic/early-type-vops.lisp-obj obj/from-xc/src/assembly/x86-64/support.lisp-obj obj/from-xc/src/compiler/x86-64/move.lisp-obj obj/from-xc/src/compiler/x86-64/float.lisp-obj obj/from-xc/src/compiler/x86-64/simd-pack.lisp-obj obj/from-xc/src/compiler/x86-64/sap.lisp-obj obj/from-xc/src/compiler/x86-64/system.lisp-obj obj/from-xc/src/compiler/x86-64/char.lisp-obj obj/from-xc/src/compiler/x86-64/memory.lisp-obj obj/from-xc/src/compiler/x86-64/static-fn.lisp-obj obj/from-xc/src/compiler/x86-64/arith.lisp-obj obj/from-xc/src/compiler/generic/late-type-vops.lisp-obj obj/from-xc/src/compiler/x86-64/type-vops.lisp-obj obj/from-xc/src/compiler/x86-64/subprim.lisp-obj obj/from-xc/src/compiler/x86-64/debug.lisp-obj obj/from-xc/src/compiler/early-aliencomp.lisp-obj obj/from-xc/src/compiler/x86-64/c-call.lisp-obj obj/from-xc/src/compiler/x86-64/cell.lisp-obj obj/from-xc/src/compiler/x86-64/values.lisp-obj obj/from-xc/src/compiler/x86-64/alloc.lisp-obj obj/from-xc/src/compiler/x86-64/call.lisp-obj obj/from-xc/src/compiler/x86-64/nlx.lisp-obj obj/from-xc/src/compiler/generic/late-nlx.lisp-obj obj/from-xc/src/compiler/x86-64/show.lisp-obj obj/from-xc/src/compiler/x86-64/array.lisp-obj obj/from-xc/src/compiler/generic/type-error.lisp-obj obj/from-xc/src/compiler/x86-64/pred.lisp-obj obj/from-xc/src/assembly/x86-64/assem-rtns.lisp-obj obj/from-xc/src/assembly/x86-64/array.lisp-obj obj/from-xc/src/assembly/x86-64/arith.lisp-obj obj/from-xc/src/assembly/x86-64/alloc.lisp-obj obj/from-xc/src/assembly/x86-64/assem-rtns.assem-obj obj/from-xc/src/assembly/x86-64/array.assem-obj obj/from-xc/src/assembly/x86-64/arith.assem-obj obj/from-xc/src/assembly/x86-64/alloc.assem-obj obj/from-xc/src/compiler/pseudo-vops.lisp-obj obj/from-xc/src/compiler/aliencomp.lisp-obj obj/from-xc/src/compiler/ltv.lisp-obj obj/from-xc/src/compiler/gtn.lisp-obj obj/from-xc/src/compiler/ltn.lisp-obj obj/from-xc/src/compiler/stack.lisp-obj obj/from-xc/src/compiler/control.lisp-obj obj/from-xc/src/compiler/entry.lisp-obj obj/from-xc/src/compiler/ir2tran.lisp-obj obj/from-xc/src/compiler/generic/vm-ir2tran.lisp-obj obj/from-xc/src/compiler/copyprop.lisp-obj obj/from-xc/src/compiler/represent.lisp-obj obj/from-xc/src/compiler/ir2opt.lisp-obj obj/from-xc/src/compiler/pack.lisp-obj obj/from-xc/src/compiler/pack-iterative.lisp-obj obj/from-xc/src/compiler/codegen.lisp-obj obj/from-xc/src/compiler/debug.lisp-obj obj/from-xc/src/code/format-time.lisp-obj obj/from-xc/src/code/error.lisp-obj obj/from-xc/src/code/macroexpand.lisp-obj obj/from-xc/src/code/late-extensions.lisp-obj obj/from-xc/src/compiler/generic/target-core.lisp-obj obj/from-xc/src/code/eval.lisp-obj obj/from-xc/src/code/target-sap.lisp-obj obj/from-xc/src/code/target-package.lisp-obj obj/from-xc/src/code/module.lisp-obj obj/from-xc/src/code/target-random.lisp-obj obj/from-xc/src/code/bignum-random.lisp-obj obj/from-xc/src/code/target-hash-table.lisp-obj obj/from-xc/src/code/reader.lisp-obj obj/from-xc/src/code/target-stream.lisp-obj obj/from-xc/src/code/target-pathname.lisp-obj obj/from-xc/src/code/unix-pathname.lisp-obj obj/from-xc/src/code/filesys.lisp-obj obj/from-xc/src/code/target-misc.lisp-obj obj/from-xc/src/code/save.lisp-obj obj/from-xc/src/code/sharpm.lisp-obj obj/from-xc/src/code/alloc.lisp-obj obj/from-xc/src/code/early-step.lisp-obj obj/from-xc/src/code/target-thread.lisp-obj obj/from-xc/src/code/timer.lisp-obj obj/from-xc/src/code/interr.lisp-obj obj/from-xc/src/code/gc.lisp-obj obj/from-xc/src/code/purify.lisp-obj obj/from-xc/src/code/debug-int.lisp-obj obj/from-xc/src/compiler/target-disassem.lisp-obj obj/from-xc/src/compiler/x86-64/target-insts.lisp-obj obj/from-xc/src/code/debug.lisp-obj obj/from-xc/src/code/octets.lisp-obj obj/from-xc/src/code/external-formats/enc-basic.lisp-obj obj/from-xc/src/code/external-formats/enc-ebcdic.lisp-obj obj/from-xc/src/code/external-formats/enc-cyr.lisp-obj obj/from-xc/src/code/external-formats/enc-dos.lisp-obj obj/from-xc/src/code/external-formats/enc-iso.lisp-obj obj/from-xc/src/code/external-formats/enc-win.lisp-obj obj/from-xc/src/code/external-formats/enc-mac.lisp-obj obj/from-xc/src/code/external-formats/mb-util.lisp-obj obj/from-xc/src/code/external-formats/enc-cn-tbl.lisp-obj obj/from-xc/src/code/external-formats/enc-cn.lisp-obj obj/from-xc/src/code/external-formats/enc-jpn-tbl.lisp-obj obj/from-xc/src/code/external-formats/enc-jpn.lisp-obj obj/from-xc/src/code/external-formats/enc-ucs.lisp-obj obj/from-xc/src/code/external-formats/enc-utf.lisp-obj obj/from-xc/src/code/full-eval.lisp-obj obj/from-xc/src/code/bit-bash.lisp-obj obj/from-xc/src/code/target-load.lisp-obj obj/from-xc/src/compiler/target-dump.lisp-obj obj/from-xc/src/code/cold-init.lisp-obj obj/from-xc/src/code/cl-specials.lisp-obj obj/from-xc/src/compiler/late-proclaim.lisp-obj obj/from-xc/src/code/defboot.lisp-obj obj/from-xc/src/code/destructuring-bind.lisp-obj obj/from-xc/src/code/setf.lisp-obj obj/from-xc/src/code/macros.lisp-obj obj/from-xc/src/code/loop.lisp-obj obj/from-xc/src/code/cas.lisp-obj obj/from-xc/src/code/late-cas.lisp-obj obj/from-xc/src/code/late-format.lisp-obj obj/from-xc/src/code/sxhash.lisp-obj obj/from-xc/src/code/signal.lisp-obj obj/from-xc/src/code/late-defbangmethod.lisp-obj obj/from-xc/src/pcl/walk.lisp-obj ; SB!Loader: 258 DEFSTRUCTs, 11975 DEFUNs, 72 SETF macros [building initial core file in "output/cold-sbcl_core": writing 32768 bytes [1 page] from # writing 32768 bytes [1 page] from # writing 45711360 bytes [1395 pages] from # /(DESCRIPTOR-BITS INITIAL-FUN)=#X10029FF45B done] * //testing for consistency of first and second GENESIS passes //header files match between first and second GENESIS -- good 408.23 real 361.72 user 19.95 sys //entering make-target-2.sh //doing warm init - compilation phase This is SBCL 1.3.1, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. COLD-INIT... (PACKAGE = "COMMON-LISP") ("Length(TLFs)= " 14197) * "/about to LOAD warm.lisp (with *compile-files-p* = T)" ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/macros.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;MACROS.FASL.NEWEST written ; compilation finished in 0:00:00.073 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/compiler-support.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;COMPILER-SUPPORT.FASL.NEWEST written ; compilation finished in 0:00:00.051 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/defclass.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;DEFCLASS.FASL.NEWEST written ; compilation finished in 0:00:00.218 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/defs.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;DEFS.FASL.NEWEST written ; compilation finished in 0:00:00.229 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/fngen.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;FNGEN.FASL.NEWEST written ; compilation finished in 0:00:00.091 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/wrapper.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;WRAPPER.FASL.NEWEST written ; compilation finished in 0:00:00.093 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/cache.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/cache.lisp ; in: DEFUN EMIT-CACHE-LOOKUP ; (LIST SB-PCL::POINTER) ; --> CONS ; ==> ; SB-PCL::POINTER ; ; note: #S(CODE-DELETION-NOTE ; :ACTUAL-INITARGS (FORMAT-CONTROL #1=deleting unreachable code ; FORMAT-ARGUMENTS NIL) ; :ASSIGNED-SLOTS (FORMAT-ARGUMENTS NIL FORMAT-CONTROL #1#)) ; SYS:SRC;PCL;CACHE.FASL.NEWEST written ; compilation finished in 0:00:00.388 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/dlisp.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;DLISP.FASL.NEWEST written ; compilation finished in 0:00:00.108 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/boot.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;BOOT.FASL.NEWEST written ; compilation finished in 0:00:01.460 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/vector.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;VECTOR.FASL.NEWEST written ; compilation finished in 0:00:00.563 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/slots-boot.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;SLOTS-BOOT.FASL.NEWEST written ; compilation finished in 0:00:00.394 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/combin.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/combin.lisp ; in: DEFUN EXPAND-EFFECTIVE-METHOD-FUNCTION ; (IF SB-PCL::ERROR-P ; SB-PCL::LL ; '(SB-PCL::.PV. SB-PCL::.NEXT-METHOD-CALL.)) ; ==> ; SB-PCL::LL ; ; note: #S(CODE-DELETION-NOTE ; :ACTUAL-INITARGS (FORMAT-CONTROL #1=deleting unreachable code ; FORMAT-ARGUMENTS NIL) ; :ASSIGNED-SLOTS (FORMAT-ARGUMENTS NIL FORMAT-CONTROL #1#)) ; SYS:SRC;PCL;COMBIN.FASL.NEWEST written ; compilation finished in 0:00:00.167 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/dfun.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/dfun.lisp ; in: DEFUN USE-CACHING-DFUN-P ; (SOME (LAMBDA (METHOD) (SB-PCL::METHOD-PLIST-VALUE METHOD :SLOT-NAME-LISTS)) ; (THE LIST ; (IF (SB-PCL::EARLY-GF-P GENERIC-FUNCTION) ; (SB-PCL::EARLY-GF-METHODS GENERIC-FUNCTION) ; (SB-MOP:GENERIC-FUNCTION-METHODS GENERIC-FUNCTION)))) ; --> LET BLOCK SB-INT:DX-FLET FLET SB-KERNEL:%MAP LET DO BLOCK LET TAGBODY ; --> TAGBODY LET FUNCALL ; ==> ; (SB-C::%FUNCALL (SB-KERNEL:%COERCE-CALLABLE-TO-FUN SB-C::FUN) ; (CAR #:INDEX989)) ; ; note: #S(SIMPLE-COMPILER-NOTE ; :ACTUAL-INITARGS (FORMAT-CONTROL ; #1=implementation limitation: couldn't inline ~ ; expand because expansion refers to ~ ; the optimized away object ~S. ; FORMAT-ARGUMENTS ; #2=(#3=#S(SB-C::CTRAN ; :KIND BLOCK-START ; :NEXT #4=#S(SB-C::CRETURN ; :NUMBER 12 ; :REOPTIMIZE T ; :NEXT NIL ; :PREV NIL ; :LEXENV # ; :SOURCE-PATH # ; :TAIL-P NIL ; :LAMBDA # ; :RESULT # ; :RESULT-TYPE #) ; :USE NIL ; :BLOCK #S(SB-C::CBLOCK ; :NUMBER NIL ; :PRED NIL ; :SUCC NIL ; :START #3# ; :LAST #4# ; :NEXT # ; :PREV # ; :FLAGS 63 ; :KILL NIL ; :GEN NIL ; ...)))) ; :ASSIGNED-SLOTS (FORMAT-ARGUMENTS #2# FORMAT-CONTROL #1#)) ; --> LET BLOCK SB-INT:DX-FLET FLET SB-KERNEL:%MAP LET DO BLOCK LET TAGBODY ; --> TAGBODY LET FUNCALL SB-C::%FUNCALL BLOCK ; ==> ; (LET ((#:VAL980 (SB-C::%FUNCALL #:G977 #:G976))) ; (WHEN #:VAL980 (RETURN-FROM #:BLOCK978 #:VAL980))) ; ; note: #S(CODE-DELETION-NOTE ; :ACTUAL-INITARGS (FORMAT-CONTROL ; #1=deleting unused function~:[.~;~:*~% ~S~] ; FORMAT-ARGUMENTS ; #2=((LET (#) ; ))) ; :ASSIGNED-SLOTS (FORMAT-ARGUMENTS #2# FORMAT-CONTROL #1#)) ; --> LET BLOCK SB-INT:DX-FLET FLET SB-KERNEL:%MAP LET DO BLOCK LET TAGBODY ; --> TAGBODY LET FUNCALL ; ==> ; (SB-C::%FUNCALL (SB-KERNEL:%COERCE-CALLABLE-TO-FUN SB-C::FUN) ; (CAR #:INDEX989)) ; ; note: #S(CODE-DELETION-NOTE ; :ACTUAL-INITARGS (FORMAT-CONTROL ; #1=deleting unused function~:[.~;~:*~% ~S~] ; FORMAT-ARGUMENTS ; #2=((LOCAL-INLINE ; (FLET WRAPPER979 IN USE-CACHING-DFUN-P)))) ; :ASSIGNED-SLOTS (FORMAT-ARGUMENTS #2# FORMAT-CONTROL #1#)) ; SYS:SRC;PCL;DFUN.FASL.NEWEST written ; compilation finished in 0:00:01.070 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/ctor.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;CTOR.FASL.NEWEST written ; compilation finished in 0:00:00.560 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/braid.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;BRAID.FASL.NEWEST written ; compilation finished in 0:00:00.358 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/dlisp3.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;DLISP3.FASL.NEWEST written ; compilation finished in 0:00:00.009 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/generic-functions.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;GENERIC-FUNCTIONS.FASL.NEWEST written ; compilation finished in 0:00:00.021 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/slots.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/slots.lisp ; in: ; DECLAIM (INLINE STANDARD-INSTANCE-ACCESS (SETF STANDARD-INSTANCE-ACCESS) ; (CAS STADARD-INSTANCE-ACCESS) FUNCALLABLE-STANDARD-INSTANCE-ACCESS ; (SETF FUNCALLABLE-STANDARD-INSTANCE-ACCESS) ; (CAS FUNCALLABLE-STANDARD-INSTANCE-ACCESS)) ; (DECLAIM ; (INLINE SB-MOP:STANDARD-INSTANCE-ACCESS ; (SETF SB-MOP:STANDARD-INSTANCE-ACCESS) ; (CAS SB-PCL::STADARD-INSTANCE-ACCESS) ; SB-MOP:FUNCALLABLE-STANDARD-INSTANCE-ACCESS ; (SETF SB-MOP:FUNCALLABLE-STANDARD-INSTANCE-ACCESS) ; (CAS SB-MOP:FUNCALLABLE-STANDARD-INSTANCE-ACCESS))) ; --> EVAL-WHEN ; ==> ; (SB-C::%PROCLAIM ; '(INLINE SB-MOP:STANDARD-INSTANCE-ACCESS ; (SETF SB-MOP:STANDARD-INSTANCE-ACCESS) ; (CAS SB-PCL::STADARD-INSTANCE-ACCESS) ; SB-MOP:FUNCALLABLE-STANDARD-INSTANCE-ACCESS ; (SETF SB-MOP:FUNCALLABLE-STANDARD-INSTANCE-ACCESS) ; (CAS SB-MOP:FUNCALLABLE-STANDARD-INSTANCE-ACCESS)) ; (SB-C:SOURCE-LOCATION)) ; ; caught STYLE-WARNING: ; #S(SB-C:INLINING-DEPENDENCY-FAILURE ; :ACTUAL-INITARGS (FORMAT-CONTROL ; #1=~@ ; FORMAT-ARGUMENTS (STANDARD-INSTANCE-ACCESS 1)) ; :ASSIGNED-SLOTS (FORMAT-CONTROL #1#)) ; ; caught STYLE-WARNING: ; #S(SB-C:INLINING-DEPENDENCY-FAILURE ; :ACTUAL-INITARGS (FORMAT-CONTROL ; #1=~@ ; FORMAT-ARGUMENTS (FUNCALLABLE-STANDARD-INSTANCE-ACCESS 1)) ; :ASSIGNED-SLOTS (FORMAT-CONTROL #1#)) ; in: DEFINE-COMPILER-MACRO SLOT-VALUE ; (DEFINE-COMPILER-MACRO SLOT-VALUE ; (&WHOLE SB-KERNEL:FORM SB-PCL::OBJECT SB-PCL::SLOT-NAME &ENVIRONMENT ; SB-PCL::ENV) ; (IF (AND (CONSTANTP SB-PCL::SLOT-NAME SB-PCL::ENV) ; (SB-PCL::INTERNED-SYMBOL-P ; (SB-INT:CONSTANT-FORM-VALUE SB-PCL::SLOT-NAME SB-PCL::ENV))) ; `(SB-PCL::ACCESSOR-SLOT-VALUE ,SB-PCL::OBJECT ,SB-PCL::SLOT-NAME) ; SB-KERNEL:FORM)) ; --> PROGN EVAL-WHEN ; ==> ; (SB-C::%DEFINE-COMPILER-MACRO 'SLOT-VALUE ; (SB-INT:NAMED-LAMBDA (COMPILER-MACRO SLOT-VALUE) ; (#:EXPR SB-PCL::ENV &AUX ; (SB-KERNEL:FORM #:EXPR)) ; (DECLARE ; (SB-C::LAMBDA-LIST ; (SB-PCL::OBJECT SB-PCL::SLOT-NAME))) ; (SB-C::NAMED-DS-BIND (:MACRO SLOT-VALUE ; . DEFINE-COMPILER-MACRO) ; (SB-PCL::OBJECT SB-PCL::SLOT-NAME) ; (SB-C::COMPILER-MACRO-ARGS #:EXPR) ; (BLOCK SLOT-VALUE ; (IF # ; `# ; SB-KERNEL:FORM))))) ; ; caught STYLE-WARNING: ; #S(SB-C:COMPILER-MACRO-APPLICATION-MISSED-WARNING ; :ACTUAL-INITARGS (COUNT 5 FUNCTION SLOT-VALUE) ; :ASSIGNED-SLOTS NIL) ; in: DEFINE-COMPILER-MACRO SET-SLOT-VALUE ; (DEFINE-COMPILER-MACRO SB-PCL::SET-SLOT-VALUE ; (&WHOLE SB-KERNEL:FORM SB-PCL::OBJECT SB-PCL::SLOT-NAME SB-PCL::NEW-VALUE ; &ENVIRONMENT SB-PCL::ENV) ; (IF (AND (CONSTANTP SB-PCL::SLOT-NAME SB-PCL::ENV) ; (SB-PCL::INTERNED-SYMBOL-P ; (SB-INT:CONSTANT-FORM-VALUE SB-PCL::SLOT-NAME SB-PCL::ENV)) ; (NOT (SB-PCL::SAFE-CODE-P SB-PCL::ENV))) ; `(SB-PCL::ACCESSOR-SET-SLOT-VALUE ,SB-PCL::OBJECT ,SB-PCL::SLOT-NAME ; ,SB-PCL::NEW-VALUE) ; SB-KERNEL:FORM)) ; --> PROGN EVAL-WHEN ; ==> ; (SB-C::%DEFINE-COMPILER-MACRO 'SB-PCL::SET-SLOT-VALUE ; (SB-INT:NAMED-LAMBDA (COMPILER-MACRO ; SB-PCL::SET-SLOT-VALUE) ; (#:EXPR SB-PCL::ENV &AUX ; (SB-KERNEL:FORM #:EXPR)) ; (DECLARE ; (SB-C::LAMBDA-LIST ; (SB-PCL::OBJECT SB-PCL::SLOT-NAME ; SB-PCL::NEW-VALUE))) ; (SB-C::NAMED-DS-BIND (:MACRO ; SB-PCL::SET-SLOT-VALUE ; . DEFINE-COMPILER-MACRO) ; (SB-PCL::OBJECT SB-PCL::SLOT-NAME ; SB-PCL::NEW-VALUE) ; (SB-C::COMPILER-MACRO-ARGS #:EXPR) ; (BLOCK SB-PCL::SET-SLOT-VALUE ; (IF # ; `# ; SB-KERNEL:FORM))))) ; ; caught STYLE-WARNING: ; #S(SB-C:COMPILER-MACRO-APPLICATION-MISSED-WARNING ; :ACTUAL-INITARGS (COUNT 3 FUNCTION SET-SLOT-VALUE) ; :ASSIGNED-SLOTS NIL) ; in: DEFINE-COMPILER-MACRO SLOT-BOUNDP ; (DEFINE-COMPILER-MACRO SLOT-BOUNDP ; (&WHOLE SB-KERNEL:FORM SB-PCL::OBJECT SB-PCL::SLOT-NAME &ENVIRONMENT ; SB-PCL::ENV) ; (IF (AND (CONSTANTP SB-PCL::SLOT-NAME SB-PCL::ENV) ; (SB-PCL::INTERNED-SYMBOL-P ; (SB-INT:CONSTANT-FORM-VALUE SB-PCL::SLOT-NAME SB-PCL::ENV))) ; `(SB-PCL::ACCESSOR-SLOT-BOUNDP ,SB-PCL::OBJECT ,SB-PCL::SLOT-NAME) ; SB-KERNEL:FORM)) ; --> PROGN EVAL-WHEN ; ==> ; (SB-C::%DEFINE-COMPILER-MACRO 'SLOT-BOUNDP ; (SB-INT:NAMED-LAMBDA (COMPILER-MACRO ; SLOT-BOUNDP) ; (#:EXPR SB-PCL::ENV &AUX ; (SB-KERNEL:FORM #:EXPR)) ; (DECLARE ; (SB-C::LAMBDA-LIST ; (SB-PCL::OBJECT SB-PCL::SLOT-NAME))) ; (SB-C::NAMED-DS-BIND (:MACRO SLOT-BOUNDP ; . DEFINE-COMPILER-MACRO) ; (SB-PCL::OBJECT SB-PCL::SLOT-NAME) ; (SB-C::COMPILER-MACRO-ARGS #:EXPR) ; (BLOCK SLOT-BOUNDP ; (IF # ; `# ; SB-KERNEL:FORM))))) ; ; caught STYLE-WARNING: ; #S(SB-C:COMPILER-MACRO-APPLICATION-MISSED-WARNING ; :ACTUAL-INITARGS (COUNT 1 FUNCTION SLOT-BOUNDP) ; :ASSIGNED-SLOTS NIL) ; SYS:SRC;PCL;SLOTS.FASL.NEWEST written ; compilation finished in 0:00:00.428 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/init.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;INIT.FASL.NEWEST written ; compilation finished in 0:00:00.210 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/std-class.lisp" (written 27 NOV 2015 10:15:55 AM): ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/std-class.lisp ; in: DEFUN MAKE-DEFSTRUCT-ALLOCATION-FUNCTION ; (ERROR "Can't allocate ~S" CLASS) ; ==> ; "Can't allocate ~S" ; ; note: #S(CODE-DELETION-NOTE ; :ACTUAL-INITARGS (FORMAT-CONTROL #1=deleting unreachable code ; FORMAT-ARGUMENTS NIL) ; :ASSIGNED-SLOTS (FORMAT-ARGUMENTS NIL FORMAT-CONTROL #1#)) ; SYS:SRC;PCL;STD-CLASS.FASL.NEWEST written ; compilation finished in 0:00:01.566 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/cpl.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;CPL.FASL.NEWEST written ; compilation finished in 0:00:00.112 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/fsc.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;FSC.FASL.NEWEST written ; compilation finished in 0:00:00.051 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/methods.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;METHODS.FASL.NEWEST written ; compilation finished in 0:00:00.979 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/fixup.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;FIXUP.FASL.NEWEST written ; compilation finished in 0:00:00.052 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/defcombin.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;DEFCOMBIN.FASL.NEWEST written ; compilation finished in 0:00:00.351 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/ctypes.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;CTYPES.FASL.NEWEST written ; compilation finished in 0:00:00.024 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/env.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;ENV.FASL.NEWEST written ; compilation finished in 0:00:00.066 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/documentation.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;DOCUMENTATION.FASL.NEWEST written ; compilation finished in 0:00:00.535 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/print-object.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;PRINT-OBJECT.FASL.NEWEST written ; compilation finished in 0:00:00.267 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/precom1.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;PRECOM1.FASL.NEWEST written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/precom2.lisp" (written 27 NOV 2015 10:15:55 AM): ; SYS:SRC;PCL;PRECOM2.FASL.NEWEST written ; compilation finished in 0:00:01.083 ; ; compilation unit finished ; caught 5 STYLE-WARNING conditions ; printed 6 notes ; Done with PCL compilation ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangmethods.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-IMPL") ; compiling (FORCE-DELAYED-DEF!METHODS) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/force-delayed-defbangmethods.lisp ; in: ; MACROLET ((FORCE-DELAYED-DEF!METHODS NIL ; `(PROGN ; ,@(MAPCAR # *DELAYED-DEF!METHOD-ARGS*) ; (MAKUNBOUND '*DELAYED-DEF!METHOD-ARGS*)))) ; (SB-IMPL::FORCE-DELAYED-DEF!METHODS) ; --> PROGN PROGN SETF SB-PCL::SET-SLOT-VALUE SB-PCL::SET-SLOT-VALUE DEFMETHOD ; --> PROGN EVAL-WHEN SB-PCL::%DEFMETHOD-EXPANDER PROGN SB-PCL::LOAD-DEFMETHOD ; --> LIST* LET* SB-INT:NAMED-LAMBDA FUNCTION SYMBOL-MACROLET ; --> SB-PCL::FAST-LEXICAL-METHOD-FUNCTIONS ; --> SB-PCL::BIND-FAST-LEXICAL-METHOD-FUNCTIONS FLET LET SB-PCL::BIND-ARGS ; --> LET* LOCALLY SYMBOL-MACROLET SB-PCL::PV-BINDING SB-PCL::PV-BINDING1 ; --> SB-PCL::PV-ENV LOCALLY LET BLOCK IF IF IF THE ; --> SB-PCL::OPTIMIZED-SLOT-BOUNDP SB-PCL::INSTANCE-BOUNDP ; --> SB-PCL::ACCESSOR-SLOT-BOUNDP LET FUNCALL ; ==> ; (SB-C::%FUNCALL #'(SB-PCL::SLOT-ACCESSOR :GLOBAL SB-KERNEL::DATUM BOUNDP) ; CONDITION) ; ; caught STYLE-WARNING: ; # ; --> PROGN PROGN SETF SB-PCL::SET-SLOT-VALUE SB-PCL::SET-SLOT-VALUE DEFMETHOD ; --> PROGN EVAL-WHEN SB-PCL::%DEFMETHOD-EXPANDER PROGN SB-PCL::LOAD-DEFMETHOD ; --> LIST* LET* SB-INT:NAMED-LAMBDA FUNCTION SYMBOL-MACROLET ; --> SB-PCL::FAST-LEXICAL-METHOD-FUNCTIONS ; --> SB-PCL::BIND-FAST-LEXICAL-METHOD-FUNCTIONS FLET LET SB-PCL::BIND-ARGS ; --> LET* LOCALLY SYMBOL-MACROLET SB-PCL::PV-BINDING SB-PCL::PV-BINDING1 ; --> SB-PCL::PV-ENV LOCALLY LET BLOCK IF IF IF SB-PCL::OPTIMIZED-SLOT-BOUNDP ; --> SB-PCL::INSTANCE-BOUNDP SB-PCL::ACCESSOR-SLOT-BOUNDP LET FUNCALL ; ==> ; (SB-C::%FUNCALL ; #'(SB-PCL::SLOT-ACCESSOR :GLOBAL SB-KERNEL::EXPECTED-TYPE BOUNDP) CONDITION) ; ; caught STYLE-WARNING: ; # ; --> PROGN PROGN SETF SB-PCL::SET-SLOT-VALUE SB-PCL::SET-SLOT-VALUE DEFMETHOD ; --> PROGN EVAL-WHEN SB-PCL::%DEFMETHOD-EXPANDER PROGN SB-PCL::LOAD-DEFMETHOD ; --> LIST* LET* SB-INT:NAMED-LAMBDA FUNCTION SYMBOL-MACROLET ; --> SB-PCL::FAST-LEXICAL-METHOD-FUNCTIONS ; --> SB-PCL::BIND-FAST-LEXICAL-METHOD-FUNCTIONS FLET LET SB-PCL::BIND-ARGS ; --> LET* LOCALLY SYMBOL-MACROLET SB-PCL::PV-BINDING SB-PCL::PV-BINDING1 ; --> SB-PCL::PV-ENV LOCALLY LET BLOCK IF IF THE SB-PCL::OPTIMIZED-SLOT-BOUNDP ; --> SB-PCL::INSTANCE-BOUNDP SB-PCL::ACCESSOR-SLOT-BOUNDP LET FUNCALL ; ==> ; (SB-C::%FUNCALL #'(SB-PCL::SLOT-ACCESSOR :GLOBAL SB-KERNEL::NAME BOUNDP) ; CONDITION) ; ; caught STYLE-WARNING: ; # ; ; compilation unit finished ; Undefined functions: ; (SB-PCL::SLOT-ACCESSOR :GLOBAL SB-KERNEL::DATUM BOUNDP) (SB-PCL::SLOT-ACCESSOR :GLOBAL SB-KERNEL::EXPECTED-TYPE BOUNDP) (SB-PCL::SLOT-ACCESSOR :GLOBAL SB-KERNEL::NAME BOUNDP) ; caught 3 STYLE-WARNING conditions ; SYS:SRC;CODE;FORCE-DELAYED-DEFBANGMETHODS.FASL.NEWEST written ; compilation finished in 0:00:02.877 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/late-condition.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-KERNEL") ; compiling (FMAKUNBOUND (QUOTE INSTALL-CONDITION-SLOT-READER)) ; compiling (FMAKUNBOUND (QUOTE INSTALL-CONDITION-SLOT-WRITER)) ; compiling (DEFMACRO STANDARD-METHOD-FUNCTION ...) ; compiling (DEFUN INSTALL-CONDITION-SLOT-READER ...) ; compiling (DEFUN INSTALL-CONDITION-SLOT-WRITER ...) ; SYS:SRC;CODE;LATE-CONDITION.FASL.NEWEST written ; compilation finished in 0:00:00.030 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/gray-streams-class.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-GRAY") ; compiling (LET (#) ...) ; compiling (DEFCLASS FUNDAMENTAL-INPUT-STREAM ...) ; compiling (DEFCLASS FUNDAMENTAL-OUTPUT-STREAM ...) ; compiling (DEFCLASS FUNDAMENTAL-CHARACTER-STREAM ...) ; compiling (DEFCLASS FUNDAMENTAL-BINARY-STREAM ...) ; compiling (DEFCLASS FUNDAMENTAL-CHARACTER-INPUT-STREAM ...) ; compiling (DEFCLASS FUNDAMENTAL-CHARACTER-OUTPUT-STREAM ...) ; compiling (DEFCLASS FUNDAMENTAL-BINARY-INPUT-STREAM ...) ; compiling (DEFCLASS FUNDAMENTAL-BINARY-OUTPUT-STREAM ...) ; SYS:SRC;PCL;GRAY-STREAMS-CLASS.FASL.NEWEST written ; compilation finished in 0:00:00.005 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/gray-streams.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-GRAY") ; compiling (DEFMACRO BUG-OR-ERROR ...) ; compiling (FMAKUNBOUND (QUOTE STREAM-ELEMENT-TYPE)) ; compiling (DEFGENERIC STREAM-ELEMENT-TYPE ...) ; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...) ; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...) ; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...) ; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...) ; compiling (DEFGENERIC PCL-OPEN-STREAM-P ...) ; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...) ; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...) ; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...) ; compiling (DEFMETHOD PCL-OPEN-STREAM-P ...) ; compiling (PCL-OPEN-STREAM-P (MAKE-STRING-OUTPUT-STREAM)) ; compiling (SETF (FDEFINITION #) ...) ; compiling (DEFGENERIC PCL-CLOSE ...) ; compiling (DEFMETHOD PCL-CLOSE ...) ; compiling (DEFMETHOD PCL-CLOSE ...) ; compiling (PCL-CLOSE (MAKE-STRING-OUTPUT-STREAM)) ; compiling (SETF (FDEFINITION #) ...) ; compiling (LET NIL ...) ; compiling (LET NIL ...) ; compiling (LET NIL ...) ; compiling (DEFGENERIC STREAM-READ-CHAR ...) ; compiling (DEFGENERIC STREAM-UNREAD-CHAR ...) ; compiling (DEFGENERIC STREAM-READ-CHAR-NO-HANG ...) ; compiling (DEFMETHOD STREAM-READ-CHAR-NO-HANG ...) ; compiling (DEFGENERIC STREAM-PEEK-CHAR ...) ; compiling (DEFMETHOD STREAM-PEEK-CHAR ...) ; compiling (DEFGENERIC STREAM-LISTEN ...) ; compiling (DEFMETHOD STREAM-LISTEN ...) ; compiling (DEFGENERIC STREAM-READ-LINE ...) ; compiling (DEFMETHOD STREAM-READ-LINE ...) ; compiling (DEFGENERIC STREAM-CLEAR-INPUT ...) ; compiling (DEFMETHOD STREAM-CLEAR-INPUT ...) ; compiling (DEFMETHOD STREAM-CLEAR-INPUT ...) ; compiling (DEFMETHOD STREAM-CLEAR-INPUT ...) ; compiling (DEFGENERIC STREAM-READ-SEQUENCE ...) ; compiling (DEFUN BASIC-IO-TYPE-STREAM-READ-SEQUENCE ...) ; compiling (DEFMETHOD STREAM-READ-SEQUENCE ...) ; compiling (DEFMETHOD STREAM-READ-SEQUENCE ...) ; compiling (DEFGENERIC STREAM-WRITE-CHAR ...) ; compiling (DEFGENERIC STREAM-LINE-COLUMN ...) ; compiling (DEFMETHOD STREAM-LINE-COLUMN ...) ; compiling (DEFGENERIC STREAM-LINE-LENGTH ...) ; compiling (DEFMETHOD STREAM-LINE-LENGTH ...) ; compiling (DEFGENERIC STREAM-START-LINE-P ...) ; compiling (DEFMETHOD STREAM-START-LINE-P ...) ; compiling (DEFGENERIC STREAM-WRITE-STRING ...) ; compiling (DEFMETHOD STREAM-WRITE-STRING ...) ; compiling (DEFGENERIC STREAM-TERPRI ...) ; compiling (DEFMETHOD STREAM-TERPRI ...) ; compiling (DEFGENERIC STREAM-FRESH-LINE ...) ; compiling (DEFMETHOD STREAM-FRESH-LINE ...) ; compiling (DEFGENERIC STREAM-FINISH-OUTPUT ...) ; compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...) ; compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...) ; compiling (DEFMETHOD STREAM-FINISH-OUTPUT ...) ; compiling (DEFGENERIC STREAM-FORCE-OUTPUT ...) ; compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...) ; compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...) ; compiling (DEFMETHOD STREAM-FORCE-OUTPUT ...) ; compiling (DEFGENERIC STREAM-CLEAR-OUTPUT ...) ; compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...) ; compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...) ; compiling (DEFMETHOD STREAM-CLEAR-OUTPUT ...) ; compiling (DEFGENERIC STREAM-ADVANCE-TO-COLUMN ...) ; compiling (DEFMETHOD STREAM-ADVANCE-TO-COLUMN ...) ; compiling (DEFGENERIC STREAM-WRITE-SEQUENCE ...) ; compiling (DEFUN BASIC-IO-TYPE-STREAM-WRITE-SEQUENCE ...) ; compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...) ; compiling (DEFGENERIC STREAM-READ-BYTE ...) ; compiling (DEFMETHOD STREAM-READ-BYTE ...) ; compiling (DEFMETHOD STREAM-READ-BYTE ...) ; compiling (DEFGENERIC STREAM-WRITE-BYTE ...) ; compiling (DEFMETHOD STREAM-WRITE-BYTE ...) ; compiling (DEFMETHOD STREAM-WRITE-BYTE ...) ; compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...) ; compiling (DEFGENERIC STREAM-FILE-POSITION ...) ; compiling (DEFMETHOD STREAM-FILE-POSITION ...) ; compiling (DEFMETHOD STREAM-FILE-POSITION ...) ; SYS:SRC;PCL;GRAY-STREAMS.FASL.NEWEST written ; compilation finished in 0:00:00.504 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/pcl/sequence.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-IMPL") ; compiling (DEFINE-CONDITION SB-SEQUENCE::PROTOCOL-UNIMPLEMENTED ...) ; compiling (DEFUN SB-SEQUENCE::PROTOCOL-UNIMPLEMENTED ...) ; compiling (DEFGENERIC SB-SEQUENCE:EMPTYP ...) ; compiling (DEFGENERIC SB-SEQUENCE:LENGTH ...) ; compiling (DEFGENERIC SB-SEQUENCE:ELT ...) ; compiling (DEFGENERIC (SETF SB-SEQUENCE:ELT) ...) ; compiling (DEFGENERIC SB-SEQUENCE:MAKE-SEQUENCE-LIKE ...) ; compiling (DEFGENERIC SB-SEQUENCE:ADJUST-SEQUENCE ...) ; compiling (DEFGENERIC SB-SEQUENCE:MAKE-SEQUENCE-ITERATOR ...) ; compiling (DEFVAR *EXHAUSTED* ...) ; compiling (DEFGENERIC SB-SEQUENCE:MAKE-SIMPLE-SEQUENCE-ITERATOR ...) ; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-STEP ...) ; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-ENDP ...) ; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-ELEMENT ...) ; compiling (DEFGENERIC (SETF SB-SEQUENCE:ITERATOR-ELEMENT) ...) ; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-INDEX ...) ; compiling (DEFGENERIC SB-SEQUENCE:ITERATOR-COPY ...) ; compiling (DEFMACRO SB-SEQUENCE:WITH-SEQUENCE-ITERATOR ...) ; compiling (DEFMACRO SB-SEQUENCE:WITH-SEQUENCE-ITERATOR-FUNCTIONS ...) ; compiling (DEFUN SB-SEQUENCE:CANONIZE-TEST ...) ; compiling (DEFUN SB-SEQUENCE:CANONIZE-KEY ...) ; compiling (DEFUN LOOP-ELEMENTS-ITERATION-PATH ...) ; compiling (SB-LOOP::ADD-LOOP-PATH (QUOTE #) ...) ; compiling (DEFGENERIC SB-SEQUENCE:MAP ...) ; compiling (DEFMETHOD SB-SEQUENCE:MAP ...) ; compiling (DEFGENERIC SB-SEQUENCE:COUNT ...) ; compiling (DEFMETHOD SB-SEQUENCE:COUNT ...) ; compiling (DEFGENERIC SB-SEQUENCE:COUNT-IF ...) ; compiling (DEFMETHOD SB-SEQUENCE:COUNT-IF ...) ; compiling (DEFGENERIC SB-SEQUENCE:COUNT-IF-NOT ...) ; compiling (DEFMETHOD SB-SEQUENCE:COUNT-IF-NOT ...) ; compiling (DEFGENERIC SB-SEQUENCE:FIND ...) ; compiling (DEFMETHOD SB-SEQUENCE:FIND ...) ; compiling (DEFGENERIC SB-SEQUENCE:FIND-IF ...) ; compiling (DEFMETHOD SB-SEQUENCE:FIND-IF ...) ; compiling (DEFGENERIC SB-SEQUENCE:FIND-IF-NOT ...) ; compiling (DEFMETHOD SB-SEQUENCE:FIND-IF-NOT ...) ; compiling (DEFGENERIC SB-SEQUENCE:POSITION ...) ; compiling (DEFMETHOD SB-SEQUENCE:POSITION ...) ; compiling (DEFGENERIC SB-SEQUENCE:POSITION-IF ...) ; compiling (DEFMETHOD SB-SEQUENCE:POSITION-IF ...) ; compiling (DEFGENERIC SB-SEQUENCE:POSITION-IF-NOT ...) ; compiling (DEFMETHOD SB-SEQUENCE:POSITION-IF-NOT ...) ; compiling (DEFGENERIC SB-SEQUENCE:SUBSEQ ...) ; compiling (DEFMETHOD SB-SEQUENCE:SUBSEQ ...) ; compiling (DEFGENERIC SB-SEQUENCE:COPY-SEQ ...) ; compiling (DEFMETHOD SB-SEQUENCE:COPY-SEQ ...) ; compiling (DEFGENERIC SB-SEQUENCE:FILL ...) ; compiling (DEFMETHOD SB-SEQUENCE:FILL ...) ; compiling (DEFGENERIC SB-SEQUENCE:NSUBSTITUTE ...) ; compiling (DEFMETHOD SB-SEQUENCE:NSUBSTITUTE ...) ; compiling (DEFGENERIC SB-SEQUENCE:NSUBSTITUTE-IF ...) ; compiling (DEFMETHOD SB-SEQUENCE:NSUBSTITUTE-IF ...) ; compiling (DEFGENERIC SB-SEQUENCE:NSUBSTITUTE-IF-NOT ...) ; compiling (DEFMETHOD SB-SEQUENCE:NSUBSTITUTE-IF-NOT ...) ; compiling (DEFGENERIC SB-SEQUENCE:SUBSTITUTE ...) ; compiling (DEFMETHOD SB-SEQUENCE:SUBSTITUTE ...) ; compiling (DEFGENERIC SB-SEQUENCE:SUBSTITUTE-IF ...) ; compiling (DEFMETHOD SB-SEQUENCE:SUBSTITUTE-IF ...) ; compiling (DEFGENERIC SB-SEQUENCE:SUBSTITUTE-IF-NOT ...) ; compiling (DEFMETHOD SB-SEQUENCE:SUBSTITUTE-IF-NOT ...) ; compiling (DEFUN %SEQUENCE-REPLACE ...) ; compiling (DEFGENERIC SB-SEQUENCE:REPLACE ...) ; compiling (DEFMETHOD SB-SEQUENCE:REPLACE ...) ; compiling (DEFGENERIC SB-SEQUENCE:NREVERSE ...) ; compiling (DEFMETHOD SB-SEQUENCE:NREVERSE ...) ; compiling (DEFGENERIC SB-SEQUENCE:REVERSE ...) ; compiling (DEFMETHOD SB-SEQUENCE:REVERSE ...) ; compiling (DEFGENERIC SB-SEQUENCE:CONCATENATE ...) ; compiling (DEFMETHOD SB-SEQUENCE:CONCATENATE ...) ; compiling (DEFGENERIC SB-SEQUENCE:REDUCE ...) ; compiling (DEFMETHOD SB-SEQUENCE:REDUCE ...) ; compiling (DEFGENERIC SB-SEQUENCE:MISMATCH ...) ; compiling (DEFMETHOD SB-SEQUENCE:MISMATCH ...) ; compiling (DEFGENERIC SB-SEQUENCE:SEARCH ...) ; compiling (DEFMETHOD SB-SEQUENCE:SEARCH ...) ; compiling (DEFGENERIC SB-SEQUENCE:DELETE ...) ; compiling (DEFMETHOD SB-SEQUENCE:DELETE ...) ; compiling (DEFGENERIC SB-SEQUENCE:DELETE-IF ...) ; compiling (DEFMETHOD SB-SEQUENCE:DELETE-IF ...) ; compiling (DEFGENERIC SB-SEQUENCE:DELETE-IF-NOT ...) ; compiling (DEFMETHOD SB-SEQUENCE:DELETE-IF-NOT ...) ; compiling (DEFGENERIC SB-SEQUENCE:REMOVE ...) ; compiling (DEFMETHOD SB-SEQUENCE:REMOVE ...) ; compiling (DEFGENERIC SB-SEQUENCE:REMOVE-IF ...) ; compiling (DEFMETHOD SB-SEQUENCE:REMOVE-IF ...) ; compiling (DEFGENERIC SB-SEQUENCE:REMOVE-IF-NOT ...) ; compiling (DEFMETHOD SB-SEQUENCE:REMOVE-IF-NOT ...) ; compiling (DEFGENERIC SB-SEQUENCE:DELETE-DUPLICATES ...) ; compiling (DEFMETHOD SB-SEQUENCE:DELETE-DUPLICATES ...) ; compiling (DEFGENERIC SB-SEQUENCE:REMOVE-DUPLICATES ...) ; compiling (DEFMETHOD SB-SEQUENCE:REMOVE-DUPLICATES ...) ; compiling (DEFGENERIC SB-SEQUENCE:SORT ...) ; compiling (DEFMETHOD SB-SEQUENCE:SORT ...) ; compiling (DEFGENERIC SB-SEQUENCE:STABLE-SORT ...) ; compiling (DEFMETHOD SB-SEQUENCE:STABLE-SORT ...) ; compiling (DEFGENERIC SB-SEQUENCE:MERGE ...) ; compiling (DEFMETHOD SB-SEQUENCE:MERGE ...) ; SYS:SRC;PCL;SEQUENCE.FASL.NEWEST written ; compilation finished in 0:00:01.604 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/describe.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-IMPL") ; compiling (DEFUN CLASS-NAME-OR-CLASS ...) ; compiling (DEFUN FUN-NAME ...) ; compiling (DEFUN FUNCTION-LAMBDA-EXPRESSION ...) ; compiling (DEFUN PRIN1-TO-LINE ...) ; compiling (DEFUN DESCRIBE ...) ; compiling (DEFGENERIC OBJECT-SELF-STRING ...) ; compiling (DEFMETHOD OBJECT-SELF-STRING ...) ; compiling (DEFMETHOD OBJECT-SELF-STRING ...) ; compiling (DEFGENERIC OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFMETHOD OBJECT-TYPE-STRING ...) ; compiling (DEFUN PRINT-STANDARD-DESCRIBE-HEADER ...) ; compiling (DEFGENERIC DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFMETHOD DESCRIBE-OBJECT ...) ; compiling (DEFUN DESCRIBE-DEPRECATION ...) ; compiling (DEFUN DESCRIBE-CLASS ...) ; compiling (DEFUN DESCRIBE-INSTANCE ...) ; compiling (DEFUN QUIET-DOC ...) ; compiling (DEFUN DESCRIBE-DOCUMENTATION ...) ; compiling (DEFUN DESCRIBE-STUFF ...) ; compiling (DEFUN DESCRIBE-VARIABLE ...) ; compiling (DEFUN DESCRIBE-LAMBDA-LIST ...) ; compiling (DEFUN DESCRIBE-FUNCTION-SOURCE ...) ; compiling (DEFUN DESCRIBE-FUNCTION ...) ; compiling (DEFUN DESCRIBE-TYPE ...) ; SYS:SRC;CODE;DESCRIBE.FASL.NEWEST written ; compilation finished in 0:00:00.743 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/describe-policy.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-C") ; compiling (DEFUN DESCRIBE-COMPILER-POLICY ...) ; SYS:SRC;CODE;DESCRIBE-POLICY.FASL.NEWEST written ; compilation finished in 0:00:00.019 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/inspect.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-IMPL") ; compiling (DEFPARAMETER *INSPECT-LENGTH* ...) ; compiling (DEFVAR *INSPECT-UNBOUND-OBJECT-MARKER* ...) ; compiling (DEFUN INSPECTOR ...) ; compiling (DEFVAR *INSPECT-FUN* ...) ; compiling (DEFVAR *INSPECTED*) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (DEFUN INSPECT ...) ; compiling (DEFVAR *HELP-FOR-INSPECT* ...) ; compiling (DEFUN %INSPECT ...) ; compiling (DEFUN EVAL-FOR-INSPECT ...) ; compiling (DEFUN TTY-DISPLAY-INSPECTED-PARTS ...) ; compiling (DEFGENERIC INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFUN INSPECTED-STRUCTURE-ELEMENTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFUN INSPECTED-STANDARD-OBJECT-ELEMENTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFUN INSPECTED-INDEX-STRING ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFUN INSPECTED-PARTS-OF-SIMPLE-CONS ...) ; compiling (DEFUN INSPECTED-PARTS-OF-NONTRIVIAL-LIST ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; SYS:SRC;CODE;INSPECT.FASL.NEWEST written ; compilation finished in 0:00:00.224 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/profile.lisp" (written 02 DEC 2015 10:51:53 AM): ; compiling (IN-PACKAGE "SB-PROFILE") ; compiling (DECLAIM (INLINE MAKE-COUNTER)) ; compiling (DEFSTRUCT (COUNTER # ...) ...) ; compiling (DEFUN INCF-COUNTER ...) ; compiling (DEFUN COUNTER-COUNT ...) ; compiling (DEFCONSTANT +TICKS-PER-SECOND+ ...) ; compiling (DECLAIM (INLINE GET-INTERNAL-TICKS)) ; compiling (DEFUN GET-INTERNAL-TICKS ...) ; compiling (DEFVAR *PROFILED-FUN-NAME->INFO* ...) ; compiling (DEFSTRUCT (PROFILE-INFO #) ...) ; compiling (DECLAIM (COUNTER *ENCLOSED-TICKS* ...)) ; compiling (DEFVAR *ENCLOSED-TICKS*) ; compiling (DEFVAR *ENCLOSED-CONSING*) ; compiling (DECLAIM (COUNTER *ENCLOSED-PROFILES*)) ; compiling (DEFVAR *ENCLOSED-PROFILES*) ; compiling (DECLAIM (COUNTER *ENCLOSED-GC-RUN-TIME*)) ; compiling (DEFVAR *ENCLOSED-GC-RUN-TIME*) ; compiling (DEFVAR *COMPUTING-PROFILING-DATA-FOR*) ; compiling (DEFSTRUCT (OVERHEAD #) ...) ; compiling (DEFVAR *OVERHEAD*) ; compiling (DECLAIM (TYPE OVERHEAD ...)) ; compiling (MAKUNBOUND (QUOTE *OVERHEAD*)) ; compiling (DEFUN PROFILE-ENCAPSULATION-LAMBDAS ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/profile.lisp ; in: DEFUN PROFILE-ENCAPSULATION-LAMBDAS ; (APPLY FUNCTION SB-PROFILE::ARGS) ; --> MULTIPLE-VALUE-CALL PROGN ; ==> ; (SB-C::%FUNCALL ; # ; :WHERE-FROM :DEFINED ; :VARS NIL {100A351D03}>) ; ; note: doing unsigned word to integer coercion (cost 20) from SB-ALIEN:ALIEN ; (UNWIND-PROTECT (APPLY FUNCTION SB-PROFILE::ARGS) ; (LET ((SB-PROFILE::*COMPUTING-PROFILING-DATA-FOR* FUNCTION) ; (SB-PROFILE::DYNAMIC-USAGE-1 (SB-KERNEL:DYNAMIC-USAGE))) ; (SETF SB-PROFILE::DTICKS (- # SB-PROFILE::START-TICKS) ; SB-PROFILE::DCONSING ; (IF # ; # ; #) ; SB-PROFILE::INNER-ENCLOSED-PROFILES ; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-PROFILES*) ; SB-PROFILE::DGC-RUN-TIME ; (- *GC-RUN-TIME* SB-PROFILE::START-GC-RUN-TIME)) ; (SB-PROFILE::INCF-COUNTER SB-PROFILE::TICKS ; (- SB-PROFILE::DTICKS ; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-TICKS*))) ; (SB-PROFILE::INCF-COUNTER SB-PROFILE::GC-RUN-TIME ; (- SB-PROFILE::DGC-RUN-TIME ; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-GC-RUN-TIME*))) ; (SB-PROFILE::INCF-COUNTER SB-PROFILE::CONSING ; (- SB-PROFILE::DCONSING ; (SB-PROFILE::COUNTER-COUNT SB-PROFILE::*ENCLOSED-CONSING*))) ; (SB-PROFILE::INCF-COUNTER SB-PROFILE::PROFILES ; SB-PROFILE::INNER-ENCLOSED-PROFILES))) ; --> FLET BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL FUNCTION ; ==> ; (#:CLEANUP-FUN-251) ; ; note: doing unsigned word to integer coercion (cost 20) from SB-ALIEN:ALIEN ; (- SB-PROFILE::DYNAMIC-USAGE-1 SB-PROFILE::DYNAMIC-USAGE-0) ; ; note: doing unsigned word to integer coercion (cost 20), for: ; the first argument of GENERIC-- ; compiling (DEFUN MAPC-ON-NAMED-FUNS ...) ; compiling (DEFUN PROFILE-1-UNPROFILED-FUN ...) ; compiling (DEFUN PROFILE-1-FUN ...) ; compiling (DEFUN UNPROFILE-1-FUN ...) ; compiling (DEFMACRO PROFILE ...) ; compiling (DEFMACRO UNPROFILE ...) ; compiling (DEFUN UNPROFILE-ALL ...) ; compiling (DEFUN RESET ...) ; compiling (DEFSTRUCT (TIME-INFO #) ...) ; compiling (DEFUN COMPENSATE-TIME ...) ; compiling (DEFUN REPORT ...) ; compiling (DEFUN PRINT-PROFILE-TABLE ...) ; compiling (DECLAIM (TYPE UNSIGNED-BYTE ...)) ; compiling (DEFPARAMETER *TIMER-OVERHEAD-ITERATIONS* ...) ; compiling (DECLAIM (NOTINLINE COMPUTE-OVERHEAD-AUX)) ; compiling (DEFUN COMPUTE-OVERHEAD-AUX ...) ; compiling (DEFUN COMPUTE-OVERHEAD ...) ; compiling (DEFUN PROFILE-DEINIT ...); ; compilation unit finished ; printed 3 notes ; SYS:SRC;CODE;PROFILE.FASL.NEWEST written ; compilation finished in 0:00:00.747 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/ntrace.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-DEBUG") ; compiling (DEFVAR *TRACE-INDENTATION-STEP* ...) ; compiling (DEFVAR *MAX-TRACE-INDENTATION* ...) ; compiling (DEFVAR *TRACE-ENCAPSULATE-DEFAULT* ...) ; compiling (DEFVAR *TRACED-FUNS* ...) ; compiling (DEF!STRUCT (TRACE-INFO # ...) ...) ; compiling (DEFVAR *TRACED-ENTRIES* ...) ; compiling (DECLAIM (LIST *TRACED-ENTRIES*)) ; compiling (DEFVAR *IN-TRACE* ...) ; compiling (DEFUN TRACE-FDEFINITION ...) ; compiling (DEFUN TRACE-REDEFINED-UPDATE ...) ; compiling (PUSH (FUNCTION TRACE-REDEFINED-UPDATE) ...) ; compiling (DEFUN COERCE-FORM ...) ; compiling (DEFUN COERCE-FORM-LIST ...) ; compiling (DEFUN PRINT-TRACE-INDENTATION ...) ; compiling (DEFUN TRACE-WHEREIN-P ...) ; compiling (DEFUN TRACE-PRINT ...) ; compiling (DEFUN TRACE-MAYBE-BREAK ...) ; compiling (DEFUN DISCARD-INVALID-ENTRIES ...) ; compiling (DEFUN TRACE-START-BREAKPOINT-FUN ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN TRACE-END-BREAKPOINT-FUN ...) ; compiling (DEFUN TRACE-CALL ...) ; compiling (DEFUN TRACE-1 ...) ; compiling (DEFUN PARSE-TRACE-OPTIONS ...) ; compiling (DEFUN EXPAND-TRACE ...) ; compiling (DEFUN %LIST-TRACED-FUNS ...) ; compiling (DEFMACRO TRACE ...) ; compiling (DEFUN UNTRACE-1 ...) ; compiling (DEFUN UNTRACE-ALL ...) ; compiling (DEFUN UNTRACE-PACKAGE ...) ; compiling (DEFMACRO UNTRACE ...) ; SYS:SRC;CODE;NTRACE.FASL.NEWEST written ; compilation finished in 0:00:00.447 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/step.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-IMPL") ; compiling (DEFUN STEP-FORM ...) ; compiling (DEFUN STEP-VALUES ...) ; compiling (DEFUN STEP-FINISHED ...) ; compiling (DEFGENERIC SINGLE-STEP ...) ; compiling (DEFMETHOD SINGLE-STEP ...) ; compiling (DEFMETHOD SINGLE-STEP ...) ; compiling (DEFMETHOD SINGLE-STEP ...) ; compiling (DEFVAR *STEPPER-HOOK* ...) ; compiling (DEFUN INVOKE-STEPPER ...) ; compiling (DEFMACRO STEP ...) ; SYS:SRC;CODE;STEP.FASL.NEWEST written ; compilation finished in 0:00:00.071 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/warm-lib.lisp" (written 27 NOV 2015 10:15:55 AM): ; compiling (IN-PACKAGE "SB-IMPL") ; SYS:SRC;CODE;WARM-LIB.FASL.NEWEST written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/run-program.lisp" (written 02 DEC 2015 10:51:53 AM): ; compiling (IN-PACKAGE "SB-IMPL") ; compiling (DEFINE-ALIEN-ROUTINE WRAPPED-ENVIRON ...) ; compiling (DEFUN POSIX-ENVIRON ...) ; compiling (DEFUN UNIX-ENVIRONMENT-SBCL-FROM-CMUCL ...) ; compiling (DEFINE-ALIEN-ROUTINE ("waitpid" C-WAITPID) ...) ; compiling (DEFUN WAITPID ...) ; compiling (DEFVAR *ACTIVE-PROCESSES* ...) ; compiling (DEFVAR *ACTIVE-PROCESSES-LOCK* ...) ; compiling (DEFMACRO WITH-ACTIVE-PROCESSES-LOCK ...) ; compiling (DEFSTRUCT (PROCESS #) ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (DEFUN PROCESS-EXIT-CODE ...) ; compiling (DEFUN PROCESS-STATUS ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (DEFUN PROCESS-WAIT ...) ; compiling (DEFUN FIND-CURRENT-FOREGROUND-PROCESS ...) ; compiling (DEFUN PROCESS-KILL ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/code/run-program.lisp ; in: DEFUN PROCESS-KILL ; (VALUES NIL SB-IMPL::ERRNO) ; ==> ; SB-IMPL::ERRNO ; ; note: deleting unreachable code ; compiling (DEFUN PROCESS-ALIVE-P ...) ; compiling (DEFUN PROCESS-CLOSE ...) ; compiling (DEFUN GET-PROCESSES-STATUS-CHANGES ...) ; compiling (DEFVAR *CLOSE-ON-ERROR* ...) ; compiling (DEFVAR *CLOSE-IN-PARENT* ...) ; compiling (DEFVAR *HANDLERS-INSTALLED* ...) ; compiling (DEFINE-ALIEN-ROUTINE OPENPTY ...) ; compiling (DEFUN FIND-A-PTY ...) ; compiling (DEFUN OPEN-PTY ...) ; compiling (DEFMACRO ROUND-NULL-TERMINATED-BYTES-TO-WORDS ...) ; compiling (DEFUN STRING-LIST-TO-C-STRVEC ...) ; compiling (DEFMACRO WITH-ARGS ...) ; compiling (DEFMACRO WITH-ENVIRONMENT ...) ; compiling (DEFINE-ALIEN-ROUTINE SPAWN ...) ; compiling (DEFUN PREPARE-ARGS ...) ; compiling (DEFUN RUN-PROGRAM ...) ; compiling (DEFUN COPY-DESCRIPTOR-TO-STREAM ...) ; compiling (DEFUN GET-STREAM-FD-AND-EXTERNAL-FORMAT ...) ; compiling (DEFUN GET-TEMPORARY-DIRECTORY ...) ; compiling (DEFUN GET-DESCRIPTOR-FOR ...); ; compilation unit finished ; printed 1 note ; SYS:SRC;CODE;RUN-PROGRAM.FASL.NEWEST written ; compilation finished in 0:00:00.579 T * //doing warm init - load and dump phase This is SBCL 1.3.1, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. COLD-INIT... (PACKAGE = "COMMON-LISP") ("Length(TLFs)= " 14197) * *COMPILE-FILES-P* * "about to LOAD warm.lisp (with *compile-files-p* = NIL)" * T * Calling SB-IMPL::UNINTERN-INIT-ONLY-STUFF Calling SB-INT::UNINTERN-INIT-ONLY-STUFF NIL * "done with warm.lisp, about to GC :FULL T" * NIL * # * NIL * "done with warm.lisp, about to SAVE-LISP-AND-DIE" * NIL * T * NIL * [undoing binding stack and other enclosing state... done] [saving current Lisp image into output/sbcl_core: writing 5408 bytes from the read-only space at 0x20000000 writing 3024 bytes from the static space at 0x20100000 writing 44826624 bytes from the dynamic space at 0x1000000000 done] //checking for leftover cold-init symbols Found 7: (#:!UNCROSS-FORMAT-CONTROL #:!BOOTSTRAP-GET-SLOT #:!EARLY-GF-NAME #:!FIX-ENSURE-ACCESSOR-SPECIALIZERS #:!BOOTSTRAP-SET-SLOT #:!BOOTSTRAP-SLOT-INDEX #:!DEFGLOBAL #:!LATE-TYPE-COLD-INIT) 25.34 real 22.77 user 1.80 sys //entering make-target-contrib.sh find: obj/asdf-cache/: No such file or directory find: obj/sbcl-home/contrib/: No such file or directory gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib/ /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(compile-file #p"SYS:CONTRIB;ASDF;UIOP.LISP" :output-file (parse-native-namestring "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//uiop.fasl"))' -NUM ...) ; compiling (DEFUN NEWER-FILE-P ...) ; compiling (DEFUN COMPILE-FILE-AS-NEEDED ...) ; compiling (DEFUN APROPOS-CMD ...) ; compiling (LET (#) ...) ; compiling (DEFUN INSPECT-CMD ...) ; compiling (DEFUN ISTEP-CMD ...) ; compiling (DEFUN DESCRIBE-CMD ...) ; compiling (DEFUN MACROEXPAND-CMD ...) ; compiling (DEFUN HISTORY-CMD ...) ; compiling (DEFUN HELP-CMD ...) ; compiling (DEFUN ALIAS-CMD ...) ; compiling (DEFUN SHELL-CMD ...) ; compiling (DEFUN PUSHD-CMD ...) ; compiling (DEFUN POPD-CMD ...) ; compiling (DEFUN POP-CMD ...) ; compiling (DEFUN BT-CMD ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/repl.lisp ; in: DEFUN BT-CMD ; (PRINT-BACKTRACE SB-ACLREPL::N) ; ; caught STYLE-WARNING: ; The function has an odd number of arguments in the keyword portion. ; compiling (DEFUN CURRENT-CMD ...) ; compiling (DEFUN TOP-CMD ...) ; compiling (DEFUN BOTTOM-CMD ...) ; compiling (DEFUN UP-CMD ...) ; compiling (DEFUN DN-CMD ...) ; compiling (DEFUN CONTINUE-CMD ...) ; compiling (DEFUN ERROR-CMD ...) ; compiling (DEFUN FRAME-CMD ...) ; compiling (DEFUN ZOOM-CMD ...) ; compiling (DEFUN LOCAL-CMD ...) ; compiling (DEFUN PROCESSES-CMD ...) ; compiling (DEFUN KILL-CMD ...) ; compiling (DEFUN FOCUS-CMD ...) ; compiling (DEFUN RESET-CMD ...) ; compiling (DEFUN DIRS-CMD ...) ; compiling (LET (#) ...) ; compiling (DEFSETF ALIAS ...) ; compiling (DEFMACRO ALIAS ...) ; compiling (DEFUN REMOVE-ALIAS ...) ; compiling (DEFUN PEEK-CHAR-NON-WHITESPACE ...) ; compiling (DEFUN STRING-TRIM-WHITESPACE ...) ; compiling (DEFUN WHITESPACE-CHAR-P ...) ; compiling (DEFUN WHITESPACE-CHAR-NOT-NEWLINE-P ...) ; compiling (DEFUN REPL-PROMPT-FUN ...) ; compiling (DEFUN PROCESS-CMD ...) ; compiling (DEFUN REPL-READ-FORM-FUN ...) ; compiling (SETF *REPL-PROMPT-FUN* ...) ; compiling (DEFMACRO WITH-NEW-REPL-STATE ...) ; compiling (DEFUN MAKE-REPL-FUN ...) ; compiling (WHEN (BOUNDP #) ...) ; SYS:CONTRIB;SB-ACLREPL;REPL-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.458 WARNING: Lisp compilation had style-warnings while compiling # ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/debug.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-ACLREPL) ; compiling (DEFUN DEBUG-LOOP ...) ; compiling (DEFUN CONTINUABLE-BREAK-P ...) ; compiling (DEFUN PRINT-RESTARTS ...) ; SYS:CONTRIB;SB-ACLREPL;DEBUG-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.032 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/inspect.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE #:SB-ACLREPL) ; compiling (DEFCONSTANT +DEFAULT-INSPECT-LENGTH+ ...) ; compiling (DEFSTRUCT (%INSPECT # ...) ...) ; compiling (DEFPARAMETER *CURRENT-INSPECT* ...) ; compiling (DEFPARAMETER *INSPECT-RAW* ...) ; compiling (DEFPARAMETER *INSPECT-LENGTH* ...) ; compiling (DEFPARAMETER *SKIP-ADDRESS-DISPLAY* ...) ; compiling (DEFVAR *INSPECT-HELP* ...) ; compiling (DEFVAR *INSPECT-UNBOUND-OBJECT-MARKER* ...) ; compiling (DEFUN INSPECTOR-FUN ...) ; compiling (SETQ SB-IMPL::*INSPECT-FUN* ...) ; compiling (DEFUN ISTEP ...) ; compiling (DEFUN ISTEP-DISPATCH ...) ; compiling (DEFUN SET-CURRENT-INSPECT ...) ; compiling (DEFUN RESET-STACK ...) ; compiling (DEFUN OUTPUT-INSPECT-NOTE ...) ; compiling (DEFUN STACK ...) ; compiling (DEFUN REDISPLAY ...) ; compiling (DECLAIM (INLINE PARTS-COMPONENTS)) ; compiling (DEFUN PARTS-COMPONENTS ...) ; compiling (DECLAIM (INLINE PARTS-COUNT)) ; compiling (DEFUN PARTS-COUNT ...) ; compiling (DECLAIM (INLINE PARTS-SEQ-TYPE)) ; compiling (DEFUN PARTS-SEQ-TYPE ...) ; compiling (DECLAIM (INLINE PARTS-SEQ-HINT)) ; compiling (DEFUN PARTS-SEQ-HINT ...) ; compiling (DEFUN ISTEP-CMD-REDISPLAY ...) ; compiling (DEFUN ISTEP-CMD-PARENT ...) ; compiling (DEFUN ISTEP-CMD-INSPECT-* ...) ; compiling (DEFUN ISTEP-CMD-INSPECT-NEW-FORM ...) ; compiling (DEFUN ISTEP-CMD-SELECT-PARENT-COMPONENT ...) ; compiling (DEFUN ISTEP-CMD-SET-RAW ...) ; compiling (DEFUN ISTEP-CMD-RESET ...) ; compiling (DEFUN ISTEP-CMD-HELP ...) ; compiling (DEFUN ISTEP-CMD-SKIP ...) ; compiling (DEFUN ISTEP-CMD-PRINT ...) ; compiling (DEFUN SELECT-DESCRIPTION ...) ; compiling (DEFUN ISTEP-CMD-TREE ...) ; compiling (DEFUN ISTEP-CMD-SET ...) ; compiling (DEFUN ISTEP-CMD-SELECT-COMPONENT ...) ; compiling (DEFUN ISTEP-CMD-SET-STACK ...) ; compiling (DEFUN NO-OBJECT-MSG ...) ; compiling (DEFUN DISPLAY-CURRENT ...) ; compiling (DEFUN DISPLAY-INSPECT ...) ; compiling (DEFUN ARRAY-LABEL-P ...) ; compiling (DEFUN NAMED-OR-ARRAY-LABEL-P ...) ; compiling (DEFUN HEX-LABEL-P ...) ; compiling (DEFUN DISPLAY-LABELED-ELEMENT ...) ; compiling (DEFUN FIND-PART-ID ...) ; compiling (DEFUN COMPONENT-AT ...) ; compiling (DEFUN ID-AT ...) ; compiling (DEFUN INSPECTED-ELEMENTS ...) ; compiling (DEFUN LAST-REQUESTED ...) ; compiling (DEFUN LAST-PART ...) ; compiling (DEFUN COMPUTE-ELEMENTS-COUNT ...) ; compiling (DEFUN SET-ELEMENT ...) ; compiling (DEFUN SET-ELEMENT-VALUES ...) ; compiling (DEFUN FIRST-ELEMENT-ELLIPSES-P ...) ; compiling (DEFUN LABEL-AT ...) ; compiling (DEFUN ARRAY-INDEX-STRING ...) ; compiling (DEFGENERIC INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFUN SIMPLE-CONS-PAIR-P ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFUN CONS-SAFE-LENGTH ...) ; compiling (DEFUN INSPECTED-DESCRIPTION-OF-NONTRIVIAL-LIST ...) ; compiling (DEFUN N-WORD-BITS-HEX-FORMAT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/inspect.lisp ; in: DEFUN N-WORD-BITS-HEX-FORMAT ; (CASE SB-VM:N-WORD-BITS (64 "~16,'0X") (32 "~8,'0X") (T "~X")) ; --> LET COND IF COND IF PROGN ; ==> ; "~8,'0X" ; ; note: deleting unreachable code ; --> LET COND IF COND IF COND THE PROGN ; ==> ; "~X" ; ; note: deleting unreachable code ; compiling (DEFUN REF32-HEXSTR ...) ; compiling (DEFUN REF32 ...) ; compiling (DEFUN DESCRIPTION-MAYBE-INTERNALS ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/inspect.lisp ; in: DEFMETHOD INSPECTED-DESCRIPTION (SINGLE-FLOAT) ; (SB-ACLREPL::DESCRIPTION-MAYBE-INTERNALS "single-float ~W" ; (LIST SB-ACLREPL::OBJECT) "[#x~A]" ; (SB-ACLREPL::REF32-HEXSTR SB-ACLREPL::OBJECT (ROUND SB-VM:N-WORD-BITS 8))) ; ==> ; "single-float ~W" ; ; note: deleting unreachable code ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFUN BIGNUM-WORDS ...) ; compiling (DEFUN BIGNUM-COMPONENT-AT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/inspect.lisp ; in: DEFUN BIGNUM-COMPONENT-AT ; (SB-ACLREPL::REF32 BIGNUM (* 4 (1+ SB-ACLREPL::OFFSET))) ; ==> ; BIGNUM ; ; note: deleting unreachable code ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFMETHOD INSPECTED-DESCRIPTION ...) ; compiling (DEFGENERIC INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFUN INSPECTED-STRUCTURE-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFUN INSPECTED-STANDARD-OBJECT-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFUN INSPECTED-PARTS-OF-SIMPLE-CONS ...) ; compiling (DEFUN INSPECTED-PARTS-OF-NONTRIVIAL-LIST ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFMETHOD INSPECTED-PARTS ...) ; compiling (DEFGENERIC SET-COMPONENT-VALUE ...) ; compiling (DEFMETHOD SET-COMPONENT-VALUE ...) ; compiling (DEFMETHOD SET-COMPONENT-VALUE ...) ; compiling (DEFMETHOD SET-COMPONENT-VALUE ...) ; compiling (DEFMETHOD SET-COMPONENT-VALUE ...) ; compiling (DEFMETHOD SET-COMPONENT-VALUE ...) ; compiling (DEFMETHOD SET-COMPONENT-VALUE ...) ; SYS:CONTRIB;SB-ACLREPL;INSPECT-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.613 ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; printed 5 notes CL-USER(1): echo "(defsystem :sb-aclrepl :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-aclrepl.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-aclrepl")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rt/rt.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-RT ...) ; compiling (IN-PACKAGE :SB-RT) ; compiling (DEFVAR *TEST* ...) ; compiling (DEFVAR *DO-TESTS-WHEN-DEFINED* ...) ; compiling (DEFVAR *ENTRIES* ...) ; compiling (DEFVAR *IN-TEST* ...) ; compiling (DEFVAR *DEBUG* ...) ; compiling (DEFVAR *CATCH-ERRORS* ...) ; compiling (DEFVAR *PRINT-CIRCLE-ON-FAILURE* ...) ; compiling (DEFVAR *COMPILE-TESTS* ...) ; compiling (DEFVAR *OPTIMIZATION-SETTINGS* ...) ; compiling (DEFVAR *EXPECTED-FAILURES* ...) ; compiling (DEFSTRUCT (ENTRY # ...) ...) ; compiling (DEFMACRO VALS ...) ; compiling (DEFMACRO DEFN ...) ; compiling (DEFUN PENDING-TESTS ...) ; compiling (DEFUN REM-ALL-TESTS ...) ; compiling (DEFUN REM-TEST ...) ; compiling (DEFUN GET-TEST ...) ; compiling (DEFUN GET-ENTRY ...) ; compiling (DEFMACRO DEFTEST ...) ; compiling (DEFUN ADD-ENTRY ...) ; compiling (DEFUN REPORT-ERROR ...) ; compiling (DEFUN DO-TEST ...) ; compiling (DEFUN EQUALP-WITH-CASE ...) ; compiling (DEFUN DO-ENTRY ...) ; compiling (DEFUN CONTINUE-TESTING ...) ; compiling (DEFUN DO-TESTS ...) ; compiling (DEFUN DO-ENTRIES ...) ; SYS:CONTRIB;SB-RT;RT-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.143 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE #:ACLREPL-TESTS ...) ; compiling (IN-PACKAGE #:ACLREPL-TESTS) ; compiling (DECLAIM (SPECIAL SB-ACLREPL::*SKIP-ADDRESS-DISPLAY* ...)) ; compiling (SETF SB-RT::*CATCH-ERRORS* ...) ; compiling (REM-ALL-TESTS) ; compiling (DEFTEST HOOK.1 ...) ; compiling (DEFTEST HOOK.2 ...) ; compiling (DEFTEST HOOK.3 ...) ; compiling (DEFCLASS EMPTY-CLASS ...) ; compiling (DEFPARAMETER *EMPTY-CLASS* ...) ; compiling (DEFCLASS EMPTY-CLASS ...) ; compiling (DEFCLASS SIMPLE-CLASS ...) ; compiling (DEFSTRUCT EMPTY-STRUCT) ; compiling (DEFSTRUCT TINY-STRUCT ...) ; compiling (DEFSTRUCT SIMPLE-STRUCT ...) ; compiling (DEFPARAMETER *EMPTY-CLASS* ...) ; compiling (DEFPARAMETER *SIMPLE-CLASS* ...) ; compiling (DEFPARAMETER *EMPTY-STRUCT* ...) ; compiling (DEFPARAMETER *TINY-STRUCT* ...) ; compiling (DEFPARAMETER *SIMPLE-STRUCT* ...) ; compiling (DEFPARAMETER *NORMAL-LIST* ...) ; compiling (DEFPARAMETER *DOTTED-LIST* ...) ; compiling (DEFPARAMETER *CONS-PAIR* ...) ; compiling (DEFPARAMETER *COMPLEX* ...) ; compiling (DEFPARAMETER *RATIO* ...) ; compiling (DEFPARAMETER *DOUBLE* ...) ; compiling (DEFPARAMETER *BIGNUM* ...) ; compiling (DEFPARAMETER *ARRAY* ...) ; compiling (DEFPARAMETER *VECTOR* ...) ; compiling (DEFPARAMETER *CIRCLE-LIST1* ...) ; compiling (SETF (CAR *CIRCLE-LIST1*) ...) ; compiling (DEFPARAMETER *CIRCLE-LIST2* ...) ; compiling (SETF (CDR *CIRCLE-LIST2*) ...) ; compiling (DEFPARAMETER *CIRCLE-LIST3* ...) ; compiling (SETF (CAR *CIRCLE-LIST3*) ...) ; compiling (DEFPARAMETER *CIRCLE-LIST4* ...) ; compiling (SETF (SECOND *CIRCLE-LIST4*) ...) ; compiling (DEFPARAMETER *CIRCLE-LIST5* ...) ; compiling (SETF (CDDR *CIRCLE-LIST5*) ...) ; compiling (DEFUN FIND-POSITION ...) ; compiling (DEFUN PARTS ...) ; compiling (DEFUN DESCRIPTION ...) ; compiling (DEFUN ELEMENTS ...) ; compiling (DEFUN ELEMENTS-COMPONENTS ...) ; compiling (DEFUN ELEMENTS-LABELS ...) ; compiling (DEFUN ELEMENTS-COUNT ...) ; compiling (DEFUN LABELED-ELEMENT ...) ; compiling (DEFUN DISPLAY ...) ; compiling (DEFUN DO-INSPECT ...) ; compiling (DEFUN ISTEP ...) ; compiling (DEFTEST FIND.LIST.0 ...) ; compiling (DEFTEST FIND.LIST.1 ...) ; compiling (DEFTEST FIND.LIST.2 ...) ; compiling (DEFTEST FIND.LIST.3 ...) ; compiling (DEFTEST PARTS.LIST.1 ...) ; compiling (DEFTEST PARTS.LIST.2 ...) ; compiling (DEFTEST PARTS.LIST.3 ...) ; compiling (DEFTEST PARTS.LIST.4 ...) ; compiling (DEFTEST PARTS.LIST.5 ...) ; compiling (DEFTEST PARTS.LIST.6 ...) ; compiling (DEFTEST PARTS.LIST.7 ...) ; compiling (DEFTEST PARTS.LIST.8 ...) ; compiling (DEFUN BASENAME ...) ; compiling (DEFUN ELEMENTS-TESTS-NAME ...) ; compiling (DEFMACRO DEF-ELEMENTS-TESTS ...) ; compiling (DEF-ELEMENTS-TESTS *NORMAL-LIST* ...) ; compiling (DEF-ELEMENTS-TESTS *DOTTED-LIST* ...) ; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST1* ...) ; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST2* ...) ; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST3* ...) ; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST4* ...) ; compiling (DEF-ELEMENTS-TESTS *CIRCLE-LIST5* ...) ; compiling (DEFTEST CIRCLE-LIST1-COMPONENTS ...) ; compiling (DEFTEST CIRCLE-LIST2-COMPONENTS.0 ...) ; compiling (DEFTEST CIRCLE-LIST2-COMPONENTS.1 ...) ; compiling (DEFTEST CIRCLE-LIST3-COMPONENTS.0 ...) ; compiling (DEFTEST CIRCLE-LIST3-COMPONENTS.1 ...) ; compiling (DEFTEST CIRCLE-LIST3-COMPONENTS.2 ...) ; compiling (DEFTEST CIRCLE-LIST4-COMPONENTS.0 ...) ; compiling (DEFTEST CIRCLE-LIST4-COMPONENTS.1 ...) ; compiling (DEFTEST CIRCLE-LIST4-COMPONENTS.2 ...) ; compiling (DEFTEST CIRCLE-LIST5-COMPONENTS.0 ...) ; compiling (DEFTEST CIRCLE-LIST5-COMPONENTS.1 ...) ; compiling (DEFTEST CIRCLE-LIST5-COMPONENTS.2 ...) ; compiling (DEF-ELEMENTS-TESTS *CONS-PAIR* ...) ; compiling (DEF-ELEMENTS-TESTS *COMPLEX* ...) ; compiling (DEF-ELEMENTS-TESTS *RATIO* ...) ; compiling (CASE SB-VM:N-WORD-BITS ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/tests.lisp ; in: DEF-ELEMENTS-TESTS *BIGNUM* ; (ACLREPL-TESTS::DEF-ELEMENTS-TESTS ACLREPL-TESTS::*BIGNUM* 2 ; #(4154852436 1149780945) ; #((0 . :HEX32) (1 . :HEX32))) ; --> PROGN UNLESS IF EQ ; ==> ; #(4154852436 1149780945) ; ; note: deleting unreachable code ; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...) ; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...) ; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...) ; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...) ; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...) ; compiling (DEF-ELEMENTS-TESTS *VECTOR* ...) ; compiling (DEF-ELEMENTS-TESTS *ARRAY* ...) ; compiling (DEF-ELEMENTS-TESTS *EMPTY-CLASS* ...) ; compiling (DEF-ELEMENTS-TESTS *EMPTY-STRUCT* ...) ; compiling (DEF-ELEMENTS-TESTS *SIMPLE-STRUCT* ...) ; compiling (DEFUN LABEL-TEST-NAME ...) ; compiling (DEFMACRO DEF-LABEL-TEST ...) ; compiling (DEF-LABEL-TEST *SIMPLE-STRUCT* ...) ; compiling (DEF-LABEL-TEST *SIMPLE-STRUCT* ...) ; compiling (DEF-LABEL-TEST *SIMPLE-STRUCT* ...) ; compiling (DEF-LABEL-TEST *SIMPLE-CLASS* ...) ; compiling (DEF-LABEL-TEST *SIMPLE-CLASS* ...) ; compiling (DEF-LABEL-TEST *SIMPLE-CLASS* ...) ; compiling (DEF-LABEL-TEST *COMPLEX* ...) ; compiling (DEF-LABEL-TEST *COMPLEX* ...) ; compiling (DEF-LABEL-TEST *RATIO* ...) ; compiling (DEF-LABEL-TEST *RATIO* ...) ; compiling (DEF-LABEL-TEST *DOTTED-LIST* ...) ; compiling (DEF-LABEL-TEST *DOTTED-LIST* ...) ; compiling (DEF-LABEL-TEST *DOTTED-LIST* ...) ; compiling (DEF-LABEL-TEST *NORMAL-LIST* ...) ; compiling (DEF-LABEL-TEST *NORMAL-LIST* ...) ; compiling (DEF-LABEL-TEST *NORMAL-LIST* ...) ; compiling (DEF-LABEL-TEST *VECTOR* ...) ; compiling (DEF-LABEL-TEST *VECTOR* ...) ; compiling (DEF-LABEL-TEST *VECTOR* ...) ; compiling (DEF-LABEL-TEST *VECTOR* ...) ; compiling (DEF-LABEL-TEST *CONS-PAIR* ...) ; compiling (DEF-LABEL-TEST *CONS-PAIR* ...) ; compiling (DEFTEST NIL.PARTS.0 ...) ; compiling (DEF-ELEMENTS-TESTS *TINY-STRUCT* ...) ; compiling (DEF-ELEMENTS-TESTS *TINY-STRUCT* ...) ; compiling (DEF-ELEMENTS-TESTS *TINY-STRUCT* ...) ; compiling (DEF-ELEMENTS-TESTS *DOUBLE* ...) ; compiling (DEF-ELEMENTS-TESTS *DOUBLE* ...) ; compiling (DEFUN DISPLAY-TEST-NAME ...) ; compiling (DEFMACRO DEF-DISPLAY-TEST ...) ; compiling (DEF-DISPLAY-TEST *CONS-PAIR* ...) ; compiling (DEF-DISPLAY-TEST *SIMPLE-STRUCT* ...) ; compiling (DEF-DISPLAY-TEST *SIMPLE-STRUCT* ...) ; compiling (CASE SB-VM:N-WORD-BITS ...) ; compiling (DEF-DISPLAY-TEST *VECTOR* ...) ; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST1* ...) ; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST2* ...) ; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST3* ...) ; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST4* ...) ; compiling (DEF-DISPLAY-TEST *CIRCLE-LIST5* ...) ; compiling (DEFTEST INSPECT.0 ...) ; compiling (DEFTEST ISTEP.0 ...) ; compiling (DEFTEST ISTEP.1 ...) ; compiling (DEFTEST ISTEP.2 ...) ; compiling (DEFTEST ISTEP.3 ...) ; compiling (DEFTEST ISTEP.4 ...) ; compiling (DEFTEST ISTEP.5 ...) ; compiling (DEFTEST ISTEP.6 ...) ; compiling (DEFTEST ISTEP.7 ...) ; compiling (DEFTEST ISTEP.8 ...) ; compiling (DEFTEST ISTEP.9 ...) ; SYS:CONTRIB;SB-ACLREPL;TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.248 Doing 144 pending tests of 144 tests total. ACLREPL-TESTS::HOOK.1 ACLREPL-TESTS::HOOK.2 ACLREPL-TESTS::HOOK.3 ACLREPL-TESTS::FIND.LIST.0 ACLREPL-TESTS::FIND.LIST.1 ACLREPL-TESTS::FIND.LIST.2 ACLREPL-TESTS::FIND.LIST.3 ACLREPL-TESTS::PARTS.LIST.1 ACLREPL-TESTS::PARTS.LIST.2 ACLREPL-TESTS::PARTS.LIST.3 ACLREPL-TESTS::PARTS.LIST.4 ACLREPL-TESTS::PARTS.LIST.5 ACLREPL-TESTS::PARTS.LIST.6 ACLREPL-TESTS::PARTS.LIST.7 ACLREPL-TESTS::PARTS.LIST.8 ACLREPL-TESTS::ELEM.NORMAL-LIST.COUNT ACLREPL-TESTS::ELEM.NORMAL-LIST.COMPONENTS ACLREPL-TESTS::ELEM.NORMAL-LIST.LABELS ACLREPL-TESTS::ELEM.DOTTED-LIST.COUNT ACLREPL-TESTS::ELEM.DOTTED-LIST.COMPONENTS ACLREPL-TESTS::ELEM.DOTTED-LIST.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST1.COUNT ACLREPL-TESTS::ELEM.CIRCLE-LIST1.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST2.COUNT ACLREPL-TESTS::ELEM.CIRCLE-LIST2.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST3.COUNT ACLREPL-TESTS::ELEM.CIRCLE-LIST3.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST4.COUNT ACLREPL-TESTS::ELEM.CIRCLE-LIST4.LABELS ACLREPL-TESTS::ELEM.CIRCLE-LIST5.COUNT ACLREPL-TESTS::ELEM.CIRCLE-LIST5.LABELS ACLREPL-TESTS::CIRCLE-LIST1-COMPONENTS ACLREPL-TESTS::CIRCLE-LIST2-COMPONENTS.0 ACLREPL-TESTS::CIRCLE-LIST2-COMPONENTS.1 ACLREPL-TESTS::CIRCLE-LIST3-COMPONENTS.0 ACLREPL-TESTS::CIRCLE-LIST3-COMPONENTS.1 ACLREPL-TESTS::CIRCLE-LIST3-COMPONENTS.2 ACLREPL-TESTS::CIRCLE-LIST4-COMPONENTS.0 ACLREPL-TESTS::CIRCLE-LIST4-COMPONENTS.1 ACLREPL-TESTS::CIRCLE-LIST4-COMPONENTS.2 ACLREPL-TESTS::CIRCLE-LIST5-COMPONENTS.0 ACLREPL-TESTS::CIRCLE-LIST5-COMPONENTS.1 ACLREPL-TESTS::CIRCLE-LIST5-COMPONENTS.2 ACLREPL-TESTS::ELEM.CONS-PAIR.COUNT ACLREPL-TESTS::ELEM.CONS-PAIR.COMPONENTS ACLREPL-TESTS::ELEM.CONS-PAIR.LABELS ACLREPL-TESTS::ELEM.COMPLEX.COUNT ACLREPL-TESTS::ELEM.COMPLEX.COMPONENTS ACLREPL-TESTS::ELEM.COMPLEX.LABELS ACLREPL-TESTS::ELEM.RATIO.COUNT ACLREPL-TESTS::ELEM.RATIO.COMPONENTS ACLREPL-TESTS::ELEM.RATIO.LABELS ACLREPL-TESTS::ELEM.BIGNUM.COUNT ACLREPL-TESTS::ELEM.BIGNUM.COMPONENTS ACLREPL-TESTS::ELEM.BIGNUM.LABELS ACLREPL-TESTS::ELEM.VECTOR.COUNT ACLREPL-TESTS::ELEM.VECTOR.COMPONENTS ACLREPL-TESTS::ELEM.VECTOR.LABELS ACLREPL-TESTS::ELEM.VECTOR.S3.COUNT ACLREPL-TESTS::ELEM.VECTOR.S3.COMPONENTS ACLREPL-TESTS::ELEM.VECTOR.S3.LABELS ACLREPL-TESTS::ELEM.VECTOR.P10.S3.COUNT ACLREPL-TESTS::ELEM.VECTOR.P10.S3.COMPONENTS ACLREPL-TESTS::ELEM.VECTOR.P10.S3.LABELS ACLREPL-TESTS::ELEM.VECTOR.P5.S16.COUNT ACLREPL-TESTS::ELEM.VECTOR.P5.S16.COMPONENTS ACLREPL-TESTS::ELEM.VECTOR.P5.S16.LABELS ACLREPL-TESTS::ELEM.VECTOR.P2.S16.COUNT ACLREPL-TESTS::ELEM.VECTOR.P2.S16.COMPONENTS ACLREPL-TESTS::ELEM.VECTOR.P2.S16.LABELS ACLREPL-TESTS::ELEM.VECTOR.P2.S15.COUNT ACLREPL-TESTS::ELEM.VECTOR.P2.S15.COMPONENTS ACLREPL-TESTS::ELEM.VECTOR.P2.S15.LABELS ACLREPL-TESTS::ELEM.ARRAY.COUNT ACLREPL-TESTS::ELEM.ARRAY.COMPONENTS ACLREPL-TESTS::ELEM.ARRAY.LABELS ACLREPL-TESTS::ELEM.EMPTY-CLASS.COUNT ACLREPL-TESTS::ELEM.EMPTY-CLASS.COMPONENTS ACLREPL-TESTS::ELEM.EMPTY-CLASS.LABELS ACLREPL-TESTS::ELEM.EMPTY-STRUCT.COUNT ACLREPL-TESTS::ELEM.EMPTY-STRUCT.COMPONENTS ACLREPL-TESTS::ELEM.EMPTY-STRUCT.LABELS ACLREPL-TESTS::ELEM.SIMPLE-STRUCT.COUNT ACLREPL-TESTS::ELEM.SIMPLE-STRUCT.COMPONENTS ACLREPL-TESTS::ELEM.SIMPLE-STRUCT.LABELS ACLREPL-TESTS::LABEL.SIMPLE-STRUCT.0 ACLREPL-TESTS::LABEL.SIMPLE-STRUCT.1 ACLREPL-TESTS::LABEL.SIMPLE-STRUCT.2 ACLREPL-TESTS::LABEL.SIMPLE-CLASS.0 ACLREPL-TESTS::LABEL.SIMPLE-CLASS.1 ACLREPL-TESTS::LABEL.SIMPLE-CLASS.2 ACLREPL-TESTS::LABEL.COMPLEX.0 ACLREPL-TESTS::LABEL.COMPLEX.1 ACLREPL-TESTS::LABEL.RATIO.0 ACLREPL-TESTS::LABEL.RATIO.1 ACLREPL-TESTS::LABEL.DOTTED-LIST.0 ACLREPL-TESTS::LABEL.DOTTED-LIST.1 ACLREPL-TESTS::LABEL.DOTTED-LIST.2 ACLREPL-TESTS::LABEL.NORMAL-LIST.0 ACLREPL-TESTS::LABEL.NORMAL-LIST.1 ACLREPL-TESTS::LABEL.NORMAL-LIST.2 ACLREPL-TESTS::LABEL.VECTOR.0 ACLREPL-TESTS::LABEL.VECTOR.1 ACLREPL-TESTS::LABEL.VECTOR.S2.0 ACLREPL-TESTS::LABEL.VECTOR.S2.1 ACLREPL-TESTS::LABEL.CONS-PAIR.0 ACLREPL-TESTS::LABEL.CONS-PAIR.1 ACLREPL-TESTS::NIL.PARTS.0 ACLREPL-TESTS::ELEM.TINY-STRUCT.COUNT ACLREPL-TESTS::ELEM.TINY-STRUCT.COMPONENTS ACLREPL-TESTS::ELEM.TINY-STRUCT.LABELS ACLREPL-TESTS::ELEM.TINY-STRUCT.S1.COUNT ACLREPL-TESTS::ELEM.TINY-STRUCT.S1.COMPONENTS ACLREPL-TESTS::ELEM.TINY-STRUCT.S1.LABELS ACLREPL-TESTS::ELEM.TINY-STRUCT.S2.COUNT ACLREPL-TESTS::ELEM.TINY-STRUCT.S2.COMPONENTS ACLREPL-TESTS::ELEM.TINY-STRUCT.S2.LABELS ACLREPL-TESTS::ELEM.DOUBLE.COUNT ACLREPL-TESTS::ELEM.DOUBLE.COMPONENTS ACLREPL-TESTS::ELEM.DOUBLE.LABELS ACLREPL-TESTS::ELEM.DOUBLE.S1.COUNT ACLREPL-TESTS::ELEM.DOUBLE.S1.COMPONENTS ACLREPL-TESTS::ELEM.DOUBLE.S1.LABELS ACLREPL-TESTS::DISPLAY.CONS-PAIR ACLREPL-TESTS::DISPLAY.SIMPLE-STRUCT ACLREPL-TESTS::DISPLAY.SIMPLE-STRUCT.S2 ACLREPL-TESTS::DISPLAY.BIGNUM ACLREPL-TESTS::DISPLAY.VECTOR.P5.S6 ACLREPL-TESTS::DISPLAY.CIRCLE-LIST1 ACLREPL-TESTS::DISPLAY.CIRCLE-LIST2 ACLREPL-TESTS::DISPLAY.CIRCLE-LIST3 ACLREPL-TESTS::DISPLAY.CIRCLE-LIST4 ACLREPL-TESTS::DISPLAY.CIRCLE-LIST5 ACLREPL-TESTS::INSPECT.0 ACLREPL-TESTS::ISTEP.0 ACLREPL-TESTS::ISTEP.1 ACLREPL-TESTS::ISTEP.2 ACLREPL-TESTS::ISTEP.3 ACLREPL-TESTS::ISTEP.4 ACLREPL-TESTS::ISTEP.5 ACLREPL-TESTS::ISTEP.6 ACLREPL-TESTS::ISTEP.7 ACLREPL-TESTS::ISTEP.8 ACLREPL-TESTS::ISTEP.9 No tests failed. ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/tests.lisp ; in: DEFUN ACLREPL-TESTS::DO-INSPECT ; (SB-ACLREPL::INSPECTOR `',ACLREPL-TESTS::OBJECT NIL ACLREPL-TESTS::STRM) ; ; caught STYLE-WARNING: ; undefined function: SB-ACLREPL::INSPECTOR ; ; compilation unit finished ; Undefined function: ; SB-ACLREPL::INSPECTOR ; caught 1 STYLE-WARNING condition ; printed 1 note CL-USER(1): gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-bsd-sockets")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel/defpackage.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE "SB-GROVEL" ...) ; SYS:CONTRIB;SB-GROVEL;DEFPACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel/def-to-lisp.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE #:SB-GROVEL) ; compiling (DEFVAR *DEFAULT-C-STREAM* ...) ; compiling (DEFUN SPLIT-CFLAGS ...) ; compiling (DEFUN C-ESCAPE ...) ; compiling (DEFUN AS-C ...) ; compiling (DEFUN WORD-CAST ...) ; compiling (DEFUN PRINTF-TRANSFORM-LONG-LONG ...) ; compiling (DEFUN PRINTF ...) ; compiling (DEFUN C-FOR-ENUM ...) ; compiling (DEFUN C-FOR-STRUCTURE ...) ; compiling (DEFUN PRINT-C-SOURCE ...) ; compiling (DEFUN C-CONSTANTS-EXTRACT ...) ; compiling (DEFCLASS GROVEL-CONSTANTS-FILE ...) ; compiling (DEFCLASS ASDF/INTERFACE::SB-GROVEL-CONSTANTS-FILE ...) ; compiling (DEFINE-CONDITION C-COMPILE-FAILED ...) ; compiling (DEFINE-CONDITION A-DOT-OUT-FAILED ...) ; compiling (DEFMETHOD PERFORM ...) ; SYS:CONTRIB;SB-GROVEL;DEF-TO-LISP-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.127 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel/foreign-glue.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-GROVEL) ; compiling (DEFMACRO DEFINE-FOREIGN-ROUTINE ...) ; compiling (DEFUN REINTERN ...) ; compiling (DEFPARAMETER ALIEN-TYPE-TABLE ...) ; compiling (DEFPARAMETER LISP-TYPE-TABLE ...) ; compiling (DEFINE-ALIEN-TYPES (TYPE SIZE) ...) ; compiling (DEFUN RETRIEVE-TYPE-FOR ...) ; compiling (DEFUN ALIEN-TYPE-FOR ...) ; compiling (DEFUN LISP-TYPE-FOR ...) ; compiling (DEFUN MK-PADDING ...) ; compiling (DEFUN MK-STRUCT ...) ; compiling (DEFUN MK-UNION ...) ; compiling (DEFUN MK-VAL ...) ; compiling (DEFCLASS SLOT ...) ; compiling (DEFCLASS STRUCTURED-TYPE ...) ; compiling (DEFCLASS UNION ...) ; compiling (DEFCLASS STRUCT ...) ; compiling (DEFCLASS VALUE-SLOT ...) ; compiling (DEFCLASS PADDING ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFMETHOD SIZE ...) ; compiling (DEFGENERIC SLOT-END ...) ; compiling (DEFMETHOD SLOT-END ...) ; compiling (DEFUN OVERLAP-P ...) ; compiling (DEFGENERIC FIND-OVERLAPS ...) ; compiling (DEFMETHOD FIND-OVERLAPS ...) ; compiling (DEFMETHOD FIND-OVERLAPS ...) ; compiling (DEFGENERIC PAD-TO-OFFSET-OF ...) ; compiling (DEFMETHOD PAD-TO-OFFSET-OF ...) ; compiling (DEFMETHOD PAD-TO-OFFSET-OF ...) ; compiling (DEFGENERIC REPLACE-BY-UNION ...) ; compiling (DEFMETHOD REPLACE-BY-UNION ...) ; compiling (DEFMETHOD REPLACE-BY-UNION ...) ; compiling (DEFGENERIC INSERT-ELEMENT ...) ; compiling (DEFMETHOD INSERT-ELEMENT ...) ; compiling (DEFUN SANE-SLOT ...) ; compiling (DEFGENERIC ACCESSOR-MODIFIER-FOR ...) ; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...) ; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...) ; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...) ; compiling (DEFMETHOD ACCESSOR-MODIFIER-FOR ...) ; compiling (DEFUN C-STRING-READER[1] ...) ; compiling (DEFUN C-STRING-WRITER ...) ; compiling (DEFGENERIC ACCESSORS-FOR ...) ; compiling (DEFMETHOD ACCESSORS-FOR ...) ; compiling (DEFMETHOD ACCESSORS-FOR ...) ; compiling (DEFMETHOD ACCESSORS-FOR ...) ; compiling (DEFGENERIC GENERATE-STRUCT-DEFINITION ...) ; compiling (DEFMETHOD GENERATE-STRUCT-DEFINITION ...) ; compiling (DEFMETHOD GENERATE-STRUCT-DEFINITION ...) ; compiling (DEFMACRO DEFINE-C-STRUCT ...) ; compiling (DEFUN FOREIGN-NULLP ...) ; compiling (DECLAIM (SB-EXT:DEPRECATED :LATE ...)) ; SYS:CONTRIB;SB-GROVEL;FOREIGN-GLUE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.363 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/module-setup.lisp" (written 02 DEC 2015 11:01:59 AM): ; compiling (PROVIDE :SB-BSD-SOCKETS) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/module-setup.fasl written ; compilation finished in 0:00:00.001 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/defpackage.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE "SB-BSD-SOCKETS-INTERNAL" ...) ; compiling (DEFPACKAGE "SB-BSD-SOCKETS" ...) ; compiling (LET (#) ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;DEFPACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.004 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp" (written 02 DEC 2015 11:01:59 AM): ; compiling (IN-PACKAGE #:SOCKINT) ; compiling (DEFCONSTANT AF-INET ...) ; compiling (DEFCONSTANT AF-UNSPEC ...) ; compiling (DEFCONSTANT AF-LOCAL ...) ; compiling (DEFCONSTANT AF-INET6 ...) ; compiling (DEFCONSTANT SOCK-STREAM ...) ; compiling (DEFCONSTANT SOCK-DGRAM ...) ; compiling (DEFCONSTANT SOCK-RAW ...) ; compiling (DEFCONSTANT SOCK-RDM ...) ; compiling (DEFCONSTANT SOCK-SEQPACKET ...) ; compiling (DEFCONSTANT SOL-SOCKET ...) ; compiling (DEFCONSTANT SO-DEBUG ...) ; compiling (DEFCONSTANT SO-REUSEADDR ...) ; compiling (DEFCONSTANT SO-TYPE ...) ; compiling (DEFCONSTANT SO-ERROR ...) ; compiling (DEFCONSTANT SO-DONTROUTE ...) ; compiling (DEFCONSTANT SO-BROADCAST ...) ; compiling (DEFCONSTANT SO-SNDBUF ...) ; compiling (DEFCONSTANT SO-RCVBUF ...) ; compiling (DEFCONSTANT SO-KEEPALIVE ...) ; compiling (DEFCONSTANT SO-OOBINLINE ...) ; compiling (DEFCONSTANT SO-LINGER ...) ; compiling (DEFCONSTANT SO-SNDLOWAT ...) ; compiling (DEFCONSTANT SO-RCVLOWAT ...) ; compiling (DEFCONSTANT SO-SNDTIMEO ...) ; compiling (DEFCONSTANT SO-RCVTIMEO ...) ; compiling (DEFCONSTANT TCP-NODELAY ...) ; compiling (DEFCONSTANT IFNAMSIZ ...) ; compiling (DEFCONSTANT SHUT_RD ...) ; compiling (DEFCONSTANT SHUT_WR ...) ; compiling (DEFCONSTANT SHUT_RDWR ...) ; compiling (DEFCONSTANT EADDRINUSE ...) ; compiling (DEFCONSTANT EAGAIN ...) ; compiling (DEFCONSTANT EBADF ...) ; compiling (DEFCONSTANT ECONNREFUSED ...) ; compiling (DEFCONSTANT ETIMEDOUT ...) ; compiling (DEFCONSTANT EINTR ...) ; compiling (DEFCONSTANT EINVAL ...) ; compiling (DEFCONSTANT ENOBUFS ...) ; compiling (DEFCONSTANT ENOMEM ...) ; compiling (DEFCONSTANT EOPNOTSUPP ...) ; compiling (DEFCONSTANT EPERM ...) ; compiling (DEFCONSTANT EPROTONOSUPPORT ...) ; compiling (DEFCONSTANT ERANGE ...) ; compiling (DEFCONSTANT ESOCKTNOSUPPORT ...) ; compiling (DEFCONSTANT ENETUNREACH ...) ; compiling (DEFCONSTANT ENOTCONN ...) ; compiling (DEFCONSTANT EAFNOSUPPORT ...) ; compiling (DEFCONSTANT NETDB-INTERNAL ...) ; compiling (DEFCONSTANT NETDB-SUCCESS ...) ; compiling (DEFCONSTANT HOST-NOT-FOUND ...) ; compiling (DEFCONSTANT TRY-AGAIN ...) ; compiling (DEFCONSTANT NO-RECOVERY ...) ; compiling (DEFCONSTANT NO-DATA ...) ; compiling (DEFCONSTANT NO-ADDRESS ...) ; compiling (DECLAIM (INLINE H-STRERROR)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("hstrerror" H-STRERROR) ...) ; compiling (DEFCONSTANT O-NONBLOCK ...) ; compiling (DEFCONSTANT F-GETFL ...) ; compiling (DEFCONSTANT F-SETFL ...) ; compiling (DEFCONSTANT MSG-OOB ...) ; compiling (DEFCONSTANT MSG-PEEK ...) ; compiling (DEFCONSTANT MSG-TRUNC ...) ; compiling (DEFCONSTANT MSG-WAITALL ...) ; compiling (DEFCONSTANT MSG-EOR ...) ; compiling (DEFCONSTANT MSG-DONTROUTE ...) ; compiling (DEFCONSTANT MSG-DONTWAIT ...) ; compiling (DEFINE-ALIEN-TYPE SOCKLEN-T ...) ; compiling (DEFINE-ALIEN-TYPE SIZE-T ...) ; compiling (DEFINE-ALIEN-TYPE SSIZE-T ...) ; compiling (SB-GROVEL::DEFINE-C-STRUCT PROTOENT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT PROTOENT ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::PROTOENT 24 ; (SB-BSD-SOCKETS-INTERNAL::NAME ; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER ; "char *" 0 8) ; (SB-BSD-SOCKETS-INTERNAL::ALIASES (* (* T)) ; "char **" 8 8) ; (SB-BSD-SOCKETS-INTERNAL::PROTO INTEGER "int" 16 ; 4)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN ; ==> ; (SB-SYS:INT-SAP 0) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of INT-SAP ; compiling (DECLAIM (INLINE GETPROTOBYNAME)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobyname" GETPROTOBYNAME) ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobyname" GETPROTOBYNAME) ; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ; ("getprotobyname" SB-BSD-SOCKETS-INTERNAL::GETPROTOBYNAME) ; (* SB-BSD-SOCKETS-INTERNAL::PROTOENT) ; (SB-BSD-SOCKETS-INTERNAL::NAME C-STRING)) ; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN ; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DECLAIM (INLINE GETPROTOBYNAME-R)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobyname_r" GETPROTOBYNAME-R) ...) ; compiling (DECLAIM (INLINE GETPROTOBYNUMBER)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobynumber" GETPROTOBYNUMBER) ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: ; SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobynumber" GETPROTOBYNUMBER) ; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ; ("getprotobynumber" SB-BSD-SOCKETS-INTERNAL::GETPROTOBYNUMBER) ; (* SB-BSD-SOCKETS-INTERNAL::PROTOENT) (SB-BSD-SOCKETS-INTERNAL::PROTO INT)) ; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN ; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DECLAIM (INLINE GETPROTOBYNUMBER-R)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getprotobynumber_r" GETPROTOBYNUMBER-R) ...) ; compiling (DEFCONSTANT INADDR-ANY ...) ; compiling (SB-GROVEL::DEFINE-C-STRUCT IN-ADDR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT IN-ADDR ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::IN-ADDR 4 ; (ADDR (ARRAY (UNSIGNED 8)) "u_int32_t" 0 4)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN 16 ; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER ; "sa_family_t" 1 1) ; (SB-BSD-SOCKETS-INTERNAL::PORT ; (ARRAY (UNSIGNED 8)) "u_int16_t" 2 2) ; (ADDR (ARRAY (UNSIGNED 8)) "struct in_addr" 4 4)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (SB-GROVEL::DEFINE-C-STRUCT IN6-ADDR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT IN6-ADDR ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::IN6-ADDR 16 ; (ADDR (ARRAY (UNSIGNED 8)) "unsigned char" 16 1)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN6 ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-IN6 ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN6 28 ; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER ; "sa_family_t" 1 1) ; (SB-BSD-SOCKETS-INTERNAL::PORT ; (ARRAY (UNSIGNED 8)) "u_int16_t" 2 2) ; (SB-BSD-SOCKETS-INTERNAL::FLOWINFO ; (ARRAY (UNSIGNED 8)) "u_int32_t" 4 4) ; (ADDR (ARRAY (UNSIGNED 8)) "struct in_addr6" 8 ; 16) ; (SB-BSD-SOCKETS-INTERNAL::SCOPE-ID ; (ARRAY (UNSIGNED 8)) "u_int32_t" 24 4)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-UN 106 ; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER ; "sa_family_t" 1 1) ; (SB-BSD-SOCKETS-INTERNAL::PATH C-STRING "char" 2 ; 104)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK CAST SB-ALIEN-INTERNALS:%CAST ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; compiling (SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN-ABSTRACT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT SOCKADDR-UN-ABSTRACT ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::SOCKADDR-UN-ABSTRACT 106 ; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER ; "sa_family_t" 1 1) ; (SB-BSD-SOCKETS-INTERNAL::PATH ; (ARRAY (UNSIGNED 8)) "char" 2 104)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFCONSTANT INET-ADDRSTRLEN ...) ; compiling (DEFCONSTANT INET6-ADDRSTRLEN ...) ; compiling (DECLAIM (INLINE INET-NTOP)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("inet_ntop" INET-NTOP) ...) ; compiling (DECLAIM (INLINE INET-PTON)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("inet_pton" INET-PTON) ...) ; compiling (SB-GROVEL::DEFINE-C-STRUCT HOSTENT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT HOSTENT ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::HOSTENT 32 ; (SB-BSD-SOCKETS-INTERNAL::NAME ; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER ; "char *" 0 8) ; (SB-BSD-SOCKETS-INTERNAL::ALIASES (* C-STRING) ; "char **" 8 8) ; (TYPE INTEGER "int" 16 4) ; (LENGTH INTEGER "int" 20 4) ; (SB-BSD-SOCKETS-INTERNAL::ADDRESSES ; (* (* (UNSIGNED 8))) "char **" 24 8)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN ; ==> ; (SB-SYS:INT-SAP 0) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of INT-SAP ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN ; ==> ; (SB-SYS:INT-SAP 0) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of INT-SAP ; compiling (SB-GROVEL::DEFINE-C-STRUCT MSGHDR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT MSGHDR ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::MSGHDR 48 ; (SB-BSD-SOCKETS-INTERNAL::NAME ; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER ; "void *" 0 8) ; (SB-BSD-SOCKETS-INTERNAL::NAMELEN INTEGER ; "socklen_t" 8 4) ; (SB-BSD-SOCKETS-INTERNAL::IOV (* T) ; "struct iovec" 16 8) ; (SB-BSD-SOCKETS-INTERNAL::IOVLEN INTEGER "size_t" ; 24 4) ; (SB-BSD-SOCKETS-INTERNAL::CONTROL (* T) "void *" ; 32 8) ; (SB-BSD-SOCKETS-INTERNAL::CONTROLLEN INTEGER ; "socklen_t" 40 4) ; (SB-BSD-SOCKETS-INTERNAL::FLAGS INTEGER "int" 44 ; 4)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN ; ==> ; (SB-SYS:INT-SAP 0) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of INT-SAP ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN ; ==> ; (SB-SYS:INT-SAP 0) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of INT-SAP ; compiling (DECLAIM (INLINE SOCKET)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("socket" SOCKET) ...) ; compiling (DECLAIM (INLINE BIND)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("bind" BIND) ...) ; compiling (DECLAIM (INLINE LISTEN)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("listen" LISTEN) ...) ; compiling (DECLAIM (INLINE ACCEPT)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("accept" ACCEPT) ...) ; compiling (DECLAIM (INLINE GETPEERNAME)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getpeername" GETPEERNAME) ...) ; compiling (DECLAIM (INLINE GETSOCKNAME)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getsockname" GETSOCKNAME) ...) ; compiling (DECLAIM (INLINE CONNECT)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("connect" CONNECT) ...) ; compiling (DECLAIM (INLINE CLOSE)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("close" CLOSE) ...) ; compiling (DECLAIM (INLINE SHUTDOWN)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("shutdown" SHUTDOWN) ...) ; compiling (DECLAIM (INLINE RECVFROM)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("recvfrom" RECVFROM) ...) ; compiling (DECLAIM (INLINE RECVMSG)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("recvmsg" RECVMSG) ...) ; compiling (DECLAIM (INLINE SEND)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("send" SEND) ...) ; compiling (DECLAIM (INLINE SENDTO)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("sendto" SENDTO) ...) ; compiling (DECLAIM (INLINE SENDMSG)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("sendmsg" SENDMSG) ...) ; compiling (DECLAIM (INLINE GETHOSTBYNAME)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyname" GETHOSTBYNAME) ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyname" GETHOSTBYNAME) ; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ; ("gethostbyname" SB-BSD-SOCKETS-INTERNAL::GETHOSTBYNAME) ; (* SB-BSD-SOCKETS-INTERNAL::HOSTENT) ; (SB-BSD-SOCKETS-INTERNAL::NAME C-STRING)) ; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN ; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DECLAIM (INLINE GETHOSTBYADDR)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyaddr" GETHOSTBYADDR) ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gethostbyaddr" GETHOSTBYADDR) ; (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ; ("gethostbyaddr" SB-BSD-SOCKETS-INTERNAL::GETHOSTBYADDR) ; (* SB-BSD-SOCKETS-INTERNAL::HOSTENT) (ADDR (* T)) ; (SB-BSD-SOCKETS-INTERNAL::LEN INT) (SB-BSD-SOCKETS-INTERNAL::AF INT)) ; --> DEFINE-ALIEN-ROUTINE PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN ; --> SB-INT:NAMED-LAMBDA FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (SB-GROVEL::DEFINE-C-STRUCT ADDRINFO ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-bsd-sockets/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ADDRINFO ; (SB-GROVEL::DEFINE-C-STRUCT SB-BSD-SOCKETS-INTERNAL::ADDRINFO 48 ; (SB-BSD-SOCKETS-INTERNAL::FLAGS INTEGER "int" 0 ; 4) ; (SB-BSD-SOCKETS-INTERNAL::FAMILY INTEGER "int" 4 ; 4) ; (SB-BSD-SOCKETS-INTERNAL::SOCKTYPE INTEGER "int" ; 8 4) ; (SB-BSD-SOCKETS-INTERNAL::PROTOCOL INTEGER "int" ; 12 4) ; (SB-BSD-SOCKETS-INTERNAL::ADDRLEN INTEGER ; "size_t" 16 4) ; (SB-BSD-SOCKETS-INTERNAL::CANONNAME ; SB-BSD-SOCKETS-INTERNAL::C-STRING-POINTER ; "char *" 24 8) ; (ADDR (* T) "struct sockaddr*" 32 8) ; (SB-BSD-SOCKETS-INTERNAL::NEXT ; (* (STRUCT SB-BSD-SOCKETS-INTERNAL::ADDRINFO)) ; "struct addrinfo*" 40 8)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN ; ==> ; (SB-SYS:INT-SAP 0) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of INT-SAP ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:DEPORT ETYPECASE LET COND IF PROGN ; ==> ; (SB-SYS:INT-SAP 0) ; ; note: doing SAP to pointer coercion (cost 20), for: ; the first result of INT-SAP ; compiling (DECLAIM (INLINE GETADDRINFO)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getaddrinfo" GETADDRINFO) ...) ; compiling (DECLAIM (INLINE FREEADDRINFO)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("freeaddrinfo" FREEADDRINFO) ...) ; compiling (DECLAIM (INLINE GAI-STRERROR)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("gai_strerror" GAI-STRERROR) ...) ; compiling (DECLAIM (INLINE GETNAMEINFO)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getnameinfo" GETNAMEINFO) ...) ; compiling (DEFCONSTANT EAI-FAMILY ...) ; compiling (DEFCONSTANT EAI-SOCKTYPE ...) ; compiling (DEFCONSTANT EAI-BADFLAGS ...) ; compiling (DEFCONSTANT EAI-NONAME ...) ; compiling (DEFCONSTANT EAI-SERVICE ...) ; compiling (DEFCONSTANT EAI-MEMORY ...) ; compiling (DEFCONSTANT EAI-FAIL ...) ; compiling (DEFCONSTANT EAI-AGAIN ...) ; compiling (DEFCONSTANT EAI-SYSTEM ...) ; compiling (DEFCONSTANT NI-NAMEREQD ...) ; compiling (DECLAIM (INLINE SETSOCKOPT)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("setsockopt" SETSOCKOPT) ...) ; compiling (DECLAIM (INLINE FCNTL)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("fcntl" FCNTL) ...) ; compiling (DECLAIM (INLINE GETSOCKOPT)) ; compiling (SB-GROVEL::DEFINE-FOREIGN-ROUTINE ("getsockopt" GETSOCKOPT) ...) ; compiling (DEFCONSTANT IPPROTO_IP ...) ; compiling (DEFCONSTANT IPPROTO_IPV6 ...) ; compiling (DEFCONSTANT IPPROTO_ICMP ...) ; compiling (DEFCONSTANT IPPROTO_IGMP ...) ; compiling (DEFCONSTANT IPPROTO_TCP ...) ; compiling (DEFCONSTANT IPPROTO_UDP ...) ; compiling (DEFCONSTANT IPPROTO_RAW ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;CONSTANTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:02.166 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/util.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFUN INTERRUPTED-P ...) ; compiling (DEFMACRO SYSCALL-ERROR-CASE ...) ; compiling (DEFMACRO SOCKET-ERROR-CASE ...) ; compiling (DEFMACRO ADDRINFO-ERROR-CASE ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;UTIL-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.049 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/protocol.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE #:SB-BSD-SOCKETS) ; compiling (DEFGENERIC MAKE-SOCKADDR-FOR ...) ; compiling (DEFGENERIC FREE-SOCKADDR-FOR ...) ; compiling (DEFGENERIC BITS-OF-SOCKADDR ...) ; compiling (DEFGENERIC SIZE-OF-SOCKADDR ...) ; compiling (DEFGENERIC SOCKET-NAME ...) ; compiling (DEFGENERIC SOCKET-PEERNAME ...) ; compiling (DEFGENERIC SOCKET-NAMESTRING ...) ; compiling (DEFGENERIC SOCKET-PEERSTRING ...) ; compiling (DEFGENERIC SOCKET-OPEN-P ...) ; compiling (DEFGENERIC SOCKET-CLOSE ...) ; compiling (DEFGENERIC SOCKET-BIND ...) ; compiling (DEFGENERIC SOCKET-ACCEPT ...) ; compiling (DEFGENERIC SOCKET-CONNECT ...) ; compiling (DEFGENERIC SOCKET-RECEIVE ...) ; compiling (DEFGENERIC SOCKET-SEND ...) ; compiling (DEFGENERIC SOCKET-LISTEN ...) ; compiling (DEFGENERIC SOCKET-SHUTDOWN ...) ; compiling (DEFGENERIC SOCKET-MAKE-STREAM ...) ; compiling (DEFGENERIC NON-BLOCKING-MODE ...) ; compiling (DEFGENERIC (SETF NON-BLOCKING-MODE) ...) ; compiling (DEFGENERIC HOST-ENT-ADDRESS ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;PROTOCOL-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.024 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/sockets.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFUN SOCKET-ERRNO ...) ; compiling (DEFCLASS SOCKET ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFMETHOD SHARED-INITIALIZE ...) ; compiling (DEFUN CALL-WITH-SOCKET-ADDR ...) ; compiling (DEFMACRO WITH-SOCKET-ADDR ...) ; compiling (DEFMACRO WITH-SOCKET-FD-AND-ADDR ...) ; compiling (DEFMETHOD SOCKET-BIND ...) ; compiling (DEFMETHOD SOCKET-ACCEPT ...) ; compiling (DEFMETHOD SOCKET-CONNECT ...) ; compiling (DEFMETHOD SOCKET-PEERNAME ...) ; compiling (DEFMETHOD SOCKET-NAME ...) ; compiling (DEFMETHOD SOCKET-RECEIVE ...) ; compiling (DEFMACRO WITH-VECTOR-SAP ...) ; compiling (DEFMETHOD SOCKET-SEND ...) ; compiling (DEFMETHOD SOCKET-LISTEN ...) ; compiling (DEFMETHOD SOCKET-OPEN-P ...) ; compiling (DEFMETHOD SOCKET-CLOSE ...) ; compiling (DEFMETHOD SOCKET-SHUTDOWN ...) ; compiling (DEFMETHOD SOCKET-MAKE-STREAM ...) ; compiling (DEFINE-CONDITION SOCKET-ERROR ...) ; compiling (DEFMACRO DEFINE-SOCKET-CONDITION ...) ; compiling (DEFPARAMETER *CONDITIONS-FOR-ERRNO* ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EADDRINUSE ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EAGAIN ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EBADF ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ECONNREFUSED ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ETIMEDOUT ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EINTR ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EINVAL ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENOBUFS ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENOMEM ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EOPNOTSUPP ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EPERM ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EPROTONOSUPPORT ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ESOCKTNOSUPPORT ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENETUNREACH ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::ENOTCONN ...) ; compiling (DEFINE-SOCKET-CONDITION SB-BSD-SOCKETS-INTERNAL::EAFNOSUPPORT ...) ; compiling (DEFUN CONDITION-FOR-ERRNO ...) ; compiling (DEFUN SOCKET-ERROR ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;SOCKETS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.597 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/misc.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFMETHOD NON-BLOCKING-MODE ...) ; compiling (DEFMETHOD (SETF NON-BLOCKING-MODE) ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;MISC-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.035 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/name-service.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFCLASS HOST-ENT ...) ; compiling (DEFMETHOD HOST-ENT-ADDRESS ...) ; compiling (DECLAIM (INLINE NATURALIZE-UNSIGNED-BYTE-8-ARRAY)) ; compiling (DEFUN NATURALIZE-UNSIGNED-BYTE-8-ARRAY ...) ; compiling (DEFCONSTANT NI-MAX-HOST ...) ; compiling (DEFUN GET-HOST-BY-NAME ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/name-service.lisp ; in: DEFUN GET-HOST-BY-NAME ; (LOOP SB-BSD-SOCKETS::FOR SB-BSD-SOCKETS::INFO* = SB-BSD-SOCKETS::INFO SB-BSD-SOCKETS::THEN (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT ; SB-BSD-SOCKETS::INFO*) ; SB-BSD-SOCKETS::UNTIL (NULL-ALIEN SB-BSD-SOCKETS::INFO*) ; DO (COND ; ((= ; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*) ; SB-BSD-SOCKETS-INTERNAL::AF-INET) ; (LET (#) ; (SETF #))) ; ((= ; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*) ; SB-BSD-SOCKETS-INTERNAL::AF-INET6) ; (LET (#) ; (SETF #))))) ; --> BLOCK LET SB-LOOP::LOOP-BODY TAGBODY SB-LOOP::LOOP-REALLY-DESETQ SETQ THE ; --> SB-BSD-SOCKETS::INFO SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT SB-BSD-SOCKETS::INFO*) ; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (LOOP SB-BSD-SOCKETS::FOR SB-BSD-SOCKETS::INFO* = SB-BSD-SOCKETS::INFO SB-BSD-SOCKETS::THEN (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT ; SB-BSD-SOCKETS::INFO*) ; SB-BSD-SOCKETS::UNTIL (NULL-ALIEN SB-BSD-SOCKETS::INFO*) ; DO (COND ; ((= ; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*) ; SB-BSD-SOCKETS-INTERNAL::AF-INET) ; (LET (#) ; (SETF #))) ; ((= ; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-FAMILY SB-BSD-SOCKETS::INFO*) ; SB-BSD-SOCKETS-INTERNAL::AF-INET6) ; (LET (#) ; (SETF #))))) ; --> BLOCK LET SB-LOOP::LOOP-BODY TAGBODY SB-LOOP::LOOP-REALLY-DESETQ SETQ THE ; --> SB-BSD-SOCKETS::INFO SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: doing SAP to pointer coercion (cost 20) ; (SB-BSD-SOCKETS-INTERNAL::ADDRINFO-NEXT SB-BSD-SOCKETS::INFO*) ; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: doing SAP to pointer coercion (cost 20) ; compiling (DEFUN GET-HOST-BY-ADDRESS ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/name-service.lisp ; in: DEFUN GET-HOST-BY-ADDRESS ; (AREF SB-BSD-SOCKETS::ADDRESS SB-BSD-SOCKETS::I) ; ==> ; (SB-KERNEL:HAIRY-DATA-VECTOR-REF/CHECK-BOUNDS ARRAY SB-INT:INDEX) ; ; note: unable to ; optimize ; because: ; Upgraded element type of array is not known at compile time. ; ; note: unable to ; optimize ; because: ; Upgraded element type of array is not known at compile time. ; (FUNCALL SB-BSD-SOCKETS::SOCKADDR-FREE SB-BSD-SOCKETS::SOCKADDR) ; --> SB-C::%FUNCALL THE ; ==> ; (SB-KERNEL:%COERCE-CALLABLE-TO-FUN SB-BSD-SOCKETS::SOCKADDR-FREE) ; ; note: unable to ; optimize away possible call to FDEFINITION at runtime ; because: ; not known to be a function ; (SB-ALIEN::C-STRING-TO-STRING (ALIEN-SAP SB-BSD-SOCKETS::HOST-BUF) ; (SB-IMPL::DEFAULT-EXTERNAL-FORMAT) 'CHARACTER) ; ; note: doing SAP to pointer coercion (cost 20) from #:VAR218 ; compiling (DEFVAR *NAME-SERVICE-ERRNO* ...) ; compiling (DEFUN NAME-SERVICE-ERROR ...) ; compiling (DEFUN ADDRINFO-ERROR ...) ; compiling (DEFINE-CONDITION NAME-SERVICE-ERROR ...) ; compiling (DEFPARAMETER *CONDITIONS-FOR-NAME-SERVICE-ERRNO* ...) ; compiling (DEFPARAMETER *CONDITIONS-FOR-NAME-SERVICE-ERROR-CODE* ...) ; compiling (DEFMACRO DEFINE-NAME-SERVICE-CONDITION ...) ; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NETDB-INTERNAL ...) ; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NETDB-SUCCESS ...) ; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::HOST-NOT-FOUND ...) ; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::TRY-AGAIN ...) ; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NO-RECOVERY ...) ; compiling (DEFINE-NAME-SERVICE-CONDITION SB-BSD-SOCKETS-INTERNAL::NO-ADDRESS ...) ; compiling (DEFUN CONDITION-FOR-NAME-SERVICE-ERRNO ...) ; compiling (DEFUN CONDITION-FOR-NAME-SERVICE-ERROR-CODE ...) ; compiling (DEFUN GET-NAME-SERVICE-ERRNO ...) ; compiling (DEFUN GET-NAME-SERVICE-ERROR-MESSAGE ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;NAME-SERVICE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.215 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/local.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFCLASS LOCAL-SOCKET ...) ; compiling (DEFMETHOD SOCKET-NAMESTRING ...) ; compiling (DEFMETHOD SOCKET-PEERSTRING ...) ; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...) ; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...) ; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...) ; compiling (DEFMETHOD BITS-OF-SOCKADDR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/local.lisp ; in: DEFMETHOD BITS-OF-SOCKADDR (LOCAL-SOCKET T) ; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-UN-PATH SB-BSD-SOCKETS::SOCKADDR) ; --> BLOCK CAST SB-ALIEN-INTERNALS:%CAST SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-C::SAP ; compiling (DEFCLASS LOCAL-ABSTRACT-SOCKET ...) ; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...) ; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...) ; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...) ; compiling (DEFMETHOD BITS-OF-SOCKADDR ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;LOCAL-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.162 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/inet6.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFCLASS INET6-SOCKET ...) ; compiling (DEFPARAMETER *INET6-ADDRESS-ANY* ...) ; compiling (DEFUN ADDRESS-NUMBERS/V6 ...) ; compiling (DEFUN ENDPOINT-STRING/V6 ...) ; compiling (DEFMETHOD SOCKET-NAMESTRING ...) ; compiling (DEFMETHOD SOCKET-PEERSTRING ...) ; compiling (DEFUN UNPARSE-INET6-ADDRESS ...) ; compiling (DEFUN MAKE-INET6-ADDRESS ...) ; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...) ; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...) ; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...) ; compiling (DEFMETHOD BITS-OF-SOCKADDR ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;INET6-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.174 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/inet4.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFCLASS INET-SOCKET ...) ; compiling (DEFPARAMETER *INET-ADDRESS-ANY* ...) ; compiling (DEFUN ADDRESS-NUMBERS/V4 ...) ; compiling (DEFUN ENDPOINT-STRING/V4 ...) ; compiling (DEFMETHOD SOCKET-NAMESTRING ...) ; compiling (DEFMETHOD SOCKET-PEERSTRING ...) ; compiling (DEFUN MAKE-INET-ADDRESS ...) ; compiling (DEFMETHOD MAKE-SOCKADDR-FOR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/inet4.lisp ; in: DEFMETHOD MAKE-SOCKADDR-FOR (INET-SOCKET) ; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-PORT SB-BSD-SOCKETS::SOCKADDR) ; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-ADDR SB-BSD-SOCKETS::SOCKADDR) ; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-PORT SB-BSD-SOCKETS::SOCKADDR) ; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: doing SAP to pointer coercion (cost 20) ; (SB-BSD-SOCKETS-INTERNAL::SOCKADDR-IN-ADDR SB-BSD-SOCKETS::SOCKADDR) ; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: doing SAP to pointer coercion (cost 20) ; compiling (DEFMETHOD FREE-SOCKADDR-FOR ...) ; compiling (DEFMETHOD SIZE-OF-SOCKADDR ...) ; compiling (DEFMETHOD BITS-OF-SOCKADDR ...) ; compiling (DEFUN MAKE-INET-SOCKET ...) ; compiling (DECLAIM (SB-EXT:DEPRECATED :LATE ...)) ; SYS:CONTRIB;SB-BSD-SOCKETS;INET4-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.122 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/inet.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFINE-CONDITION UNKNOWN-PROTOCOL ...) ; compiling (DEFVAR *PROTOCOLS* ...) ; compiling (DEFUN GET-PROTOCOL-BY-NAME ...) ; compiling (DEFUN GETPROTOBYNAME ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/inet.lisp ; in: DEFUN GETPROTOBYNAME ; (SB-BSD-SOCKETS-INTERNAL::GETPROTOBYNAME SB-BSD-SOCKETS::NAME) ; --> BLOCK WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET SYMBOL-MACROLET ; --> VALUES PROG1 LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (DEREF (SB-BSD-SOCKETS-INTERNAL::PROTOENT-ALIASES SB-BSD-SOCKETS::PROTOENT) ; SB-BSD-SOCKETS::INDEX) ; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-BSD-SOCKETS-INTERNAL::PROTOENT-NAME SB-BSD-SOCKETS::PROTOENT) ; --> BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN:ALIEN ; SYS:CONTRIB;SB-BSD-SOCKETS;INET-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.048 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/sockopt.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-BSD-SOCKETS) ; compiling (DEFMACRO DEFINE-SOCKET-OPTION ...) ; compiling (DEFUN FOREIGN-INT-TO-INTEGER ...) ; compiling (DEFMACRO DEFINE-SOCKET-OPTION-INT ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-RECEIVE-LOW-WATER ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-SEND-LOW-WATER ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TYPE ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-SEND-BUFFER ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-RECEIVE-BUFFER ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-PRIORITY ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TCP-KEEPCNT ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TCP-KEEPIDLE ...) ; compiling (DEFINE-SOCKET-OPTION-INT SOCKOPT-TCP-KEEPINTVL ...) ; compiling (DEFUN FOREIGN-INT-TO-BOOL ...) ; compiling (DEFUN BOOL-TO-FOREIGN-INT ...) ; compiling (DEFMACRO DEFINE-SOCKET-OPTION-BOOL ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-REUSE-ADDRESS ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-KEEP-ALIVE ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-OOB-INLINE ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-BSD-COMPATIBLE ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-PASS-CREDENTIALS ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-DEBUG ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-DONT-ROUTE ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-BROADCAST ...) ; compiling (DEFINE-SOCKET-OPTION-BOOL SOCKOPT-TCP-NODELAY ...) ; compiling (DEFUN IDENTITY-1 ...) ; compiling (DEFINE-SOCKET-OPTION SOCKOPT-BIND-TO-DEVICE ...) ; SYS:CONTRIB;SB-BSD-SOCKETS;SOCKOPT-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.652 ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/sockets.lisp ; in: DEFMETHOD SB-BSD-SOCKETS:SOCKET-SEND (SB-BSD-SOCKETS:SOCKET T T) ; (IF SB-BSD-SOCKETS::NOSIGNAL ; SB-BSD-SOCKETS-INTERNAL::MSG-NOSIGNAL ; 0) ; ; caught WARNING: ; undefined variable: SB-BSD-SOCKETS-INTERNAL::MSG-NOSIGNAL ; ; compilation unit finished ; Undefined variable: ; SB-BSD-SOCKETS-INTERNAL::MSG-NOSIGNAL ; caught 1 WARNING condition ; printed 83 notes * echo "(defsystem :sb-bsd-sockets :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-bsd-sockets.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-bsd-sockets")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/defpackage.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-POSIX ...) ; SYS:CONTRIB;SB-POSIX;DEFPACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/designator.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-POSIX) ; compiling (DEFVAR *DESIGNATOR-TYPES* ...) ; compiling (DEFMACRO DEFINE-DESIGNATOR ...) ; SYS:CONTRIB;SB-POSIX;DESIGNATOR-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.030 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/macros.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-POSIX) ; compiling (DEFINE-DESIGNATOR FILENAME ...) ; compiling (DEFINE-DESIGNATOR FILE-DESCRIPTOR ...) ; compiling (DEFINE-DESIGNATOR SAP-OR-NIL ...) ; compiling (DEFINE-DESIGNATOR ALIEN-POINTER-TO-ANYTHING-OR-NIL ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/macros.lisp ; in: DEFINE-DESIGNATOR ALIEN-POINTER-TO-ANYTHING-OR-NIL ; (SAP-ALIEN (SB-SYS:INT-SAP 0) (* T)) ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN (SB-SYS:INT-SAP 0) ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFUN LISP-FOR-C-SYMBOL ...) ; compiling (DEFPARAMETER *C-FUNCTIONS-IN-RUNTIME* ...) ; compiling (DEFUN REAL-C-NAME ...) ; compiling (DEFMACRO DEFINE-CALL-INTERNALLY ...) ; compiling (DEFMACRO DEFINE-CALL ...) ; compiling (DEFMACRO DEFINE-ENTRY-POINT ...) ; compiling (DEFMACRO DEFINE-SIMPLE-CALL ...) ; SYS:CONTRIB;SB-POSIX;MACROS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.102 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp" (written 02 DEC 2015 11:02:04 AM): ; compiling (IN-PACKAGE #:SB-POSIX) ; compiling (DEFCONSTANT AF-INET ...) ; compiling (EXPORT (QUOTE AF-INET)) ; compiling (DEFINE-ALIEN-TYPE UID-T ...) ; compiling (DEFINE-ALIEN-TYPE GID-T ...) ; compiling (DEFINE-ALIEN-TYPE NLINK-T ...) ; compiling (DEFINE-ALIEN-TYPE PID-T ...) ; compiling (DEFINE-ALIEN-TYPE INO-T ...) ; compiling (DEFINE-ALIEN-TYPE TIME-T ...) ; compiling (DEFINE-ALIEN-TYPE DEV-T ...) ; compiling (DEFCONSTANT SIGHUP ...) ; compiling (EXPORT (QUOTE SIGHUP)) ; compiling (DEFCONSTANT SIGINT ...) ; compiling (EXPORT (QUOTE SIGINT)) ; compiling (DEFCONSTANT SIGQUIT ...) ; compiling (EXPORT (QUOTE SIGQUIT)) ; compiling (DEFCONSTANT SIGILL ...) ; compiling (EXPORT (QUOTE SIGILL)) ; compiling (DEFCONSTANT SIGTRAP ...) ; compiling (EXPORT (QUOTE SIGTRAP)) ; compiling (DEFCONSTANT SIGABRT ...) ; compiling (EXPORT (QUOTE SIGABRT)) ; compiling (DEFCONSTANT SIGEMT ...) ; compiling (EXPORT (QUOTE SIGEMT)) ; compiling (DEFCONSTANT SIGFPE ...) ; compiling (EXPORT (QUOTE SIGFPE)) ; compiling (DEFCONSTANT SIGKILL ...) ; compiling (EXPORT (QUOTE SIGKILL)) ; compiling (DEFCONSTANT SIGBUS ...) ; compiling (EXPORT (QUOTE SIGBUS)) ; compiling (DEFCONSTANT SIGSEGV ...) ; compiling (EXPORT (QUOTE SIGSEGV)) ; compiling (DEFCONSTANT SIGSYS ...) ; compiling (EXPORT (QUOTE SIGSYS)) ; compiling (DEFCONSTANT SIGPIPE ...) ; compiling (EXPORT (QUOTE SIGPIPE)) ; compiling (DEFCONSTANT SIGALRM ...) ; compiling (EXPORT (QUOTE SIGALRM)) ; compiling (DEFCONSTANT SIGTERM ...) ; compiling (EXPORT (QUOTE SIGTERM)) ; compiling (DEFCONSTANT SIGURG ...) ; compiling (EXPORT (QUOTE SIGURG)) ; compiling (DEFCONSTANT SIGSTOP ...) ; compiling (EXPORT (QUOTE SIGSTOP)) ; compiling (DEFCONSTANT SIGTSTP ...) ; compiling (EXPORT (QUOTE SIGTSTP)) ; compiling (DEFCONSTANT SIGCONT ...) ; compiling (EXPORT (QUOTE SIGCONT)) ; compiling (DEFCONSTANT SIGCHLD ...) ; compiling (EXPORT (QUOTE SIGCHLD)) ; compiling (DEFCONSTANT SIGTTIN ...) ; compiling (EXPORT (QUOTE SIGTTIN)) ; compiling (DEFCONSTANT SIGTTOU ...) ; compiling (EXPORT (QUOTE SIGTTOU)) ; compiling (DEFCONSTANT SIGIO ...) ; compiling (EXPORT (QUOTE SIGIO)) ; compiling (DEFCONSTANT SIGXCPU ...) ; compiling (EXPORT (QUOTE SIGXCPU)) ; compiling (DEFCONSTANT SIGXFSZ ...) ; compiling (EXPORT (QUOTE SIGXFSZ)) ; compiling (DEFCONSTANT SIGVTALRM ...) ; compiling (EXPORT (QUOTE SIGVTALRM)) ; compiling (DEFCONSTANT SIGPROF ...) ; compiling (EXPORT (QUOTE SIGPROF)) ; compiling (DEFCONSTANT SIGWINCH ...) ; compiling (EXPORT (QUOTE SIGWINCH)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE SIGPWR)) ; compiling (DEFCONSTANT SIGUSR1 ...) ; compiling (EXPORT (QUOTE SIGUSR1)) ; compiling (DEFCONSTANT SIGUSR2 ...) ; compiling (EXPORT (QUOTE SIGUSR2)) ; compiling (DEFCONSTANT SIGRTMIN ...) ; compiling (EXPORT (QUOTE SIGRTMIN)) ; compiling (DEFCONSTANT SIGRTMAX ...) ; compiling (EXPORT (QUOTE SIGRTMAX)) ; compiling (DEFCONSTANT EPERM ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EPERM)) ; compiling (DEFCONSTANT ENOENT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOENT)) ; compiling (DEFCONSTANT ESRCH ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ESRCH)) ; compiling (DEFCONSTANT EINTR ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EINTR)) ; compiling (DEFCONSTANT EIO ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EIO)) ; compiling (DEFCONSTANT ENXIO ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENXIO)) ; compiling (DEFCONSTANT E2BIG ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE E2BIG)) ; compiling (DEFCONSTANT ENOEXEC ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOEXEC)) ; compiling (DEFCONSTANT EBADF ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EBADF)) ; compiling (DEFCONSTANT ECHILD ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ECHILD)) ; compiling (DEFCONSTANT EAGAIN ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EAGAIN)) ; compiling (DEFCONSTANT ENOMEM ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOMEM)) ; compiling (DEFCONSTANT EACCES ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EACCES)) ; compiling (DEFCONSTANT EFAULT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EFAULT)) ; compiling (DEFCONSTANT ENOTBLK ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOTBLK)) ; compiling (DEFCONSTANT EBUSY ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EBUSY)) ; compiling (DEFCONSTANT EEXIST ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EEXIST)) ; compiling (DEFCONSTANT EXDEV ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EXDEV)) ; compiling (DEFCONSTANT ENODEV ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENODEV)) ; compiling (DEFCONSTANT ENOTDIR ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOTDIR)) ; compiling (DEFCONSTANT EISDIR ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EISDIR)) ; compiling (DEFCONSTANT EINVAL ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EINVAL)) ; compiling (DEFCONSTANT ENFILE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENFILE)) ; compiling (DEFCONSTANT EMFILE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EMFILE)) ; compiling (DEFCONSTANT ENOTTY ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOTTY)) ; compiling (DEFCONSTANT ETXTBSY ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ETXTBSY)) ; compiling (DEFCONSTANT EFBIG ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EFBIG)) ; compiling (DEFCONSTANT ENOSPC ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOSPC)) ; compiling (DEFCONSTANT ESPIPE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ESPIPE)) ; compiling (DEFCONSTANT EROFS ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EROFS)) ; compiling (DEFCONSTANT EMLINK ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EMLINK)) ; compiling (DEFCONSTANT EPIPE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EPIPE)) ; compiling (DEFCONSTANT EDOM ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EDOM)) ; compiling (DEFCONSTANT ERANGE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ERANGE)) ; compiling (DEFCONSTANT EDEADLK ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EDEADLK)) ; compiling (DEFCONSTANT ENAMETOOLONG ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENAMETOOLONG)) ; compiling (DEFCONSTANT ENOLCK ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOLCK)) ; compiling (DEFCONSTANT ENOSYS ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOSYS)) ; compiling (DEFCONSTANT ENOTEMPTY ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOTEMPTY)) ; compiling (DEFCONSTANT ELOOP ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ELOOP)) ; compiling (DEFCONSTANT EWOULDBLOCK ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EWOULDBLOCK)) ; compiling (DEFCONSTANT ENOMSG ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOMSG)) ; compiling (DEFCONSTANT EIDRM ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EIDRM)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ECHRNG)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EL2NSYNC)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EL3HLT)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EL3RST)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ELNRNG)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EUNATCH)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOCSI)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EL2HLT)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EBADE)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EBADR)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EXFULL)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOANO)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EBADRQC)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EBADSLT)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EDEADLOCK)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EBFONT)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOSTR)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENODATA)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ETIME)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOSR)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENONET)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOPKG)) ; compiling (DEFCONSTANT EREMOTE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EREMOTE)) ; compiling (DEFCONSTANT ENOLINK ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOLINK)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EADV)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ESRMNT)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ECOMM)) ; compiling (DEFCONSTANT EPROTO ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EPROTO)) ; compiling (DEFCONSTANT EMULTIHOP ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EMULTIHOP)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EDOTDOT)) ; compiling (DEFCONSTANT EBADMSG ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EBADMSG)) ; compiling (DEFCONSTANT EOVERFLOW ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EOVERFLOW)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOTUNIQ)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EBADFD)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EREMCHG)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ELIBACC)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ELIBBAD)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ELIBSCN)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ELIBMAX)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ELIBEXEC)) ; compiling (DEFCONSTANT EILSEQ ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EILSEQ)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ERESTART)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ESTRPIPE)) ; compiling (DEFCONSTANT EUSERS ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EUSERS)) ; compiling (DEFCONSTANT ENOTSOCK ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOTSOCK)) ; compiling (DEFCONSTANT EDESTADDRREQ ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EDESTADDRREQ)) ; compiling (DEFCONSTANT EMSGSIZE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EMSGSIZE)) ; compiling (DEFCONSTANT EPROTOTYPE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EPROTOTYPE)) ; compiling (DEFCONSTANT ENOPROTOOPT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOPROTOOPT)) ; compiling (DEFCONSTANT EPROTONOSUPPORT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EPROTONOSUPPORT)) ; compiling (DEFCONSTANT ESOCKTNOSUPPORT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ESOCKTNOSUPPORT)) ; compiling (DEFCONSTANT EOPNOTSUPP ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EOPNOTSUPP)) ; compiling (DEFCONSTANT EPFNOSUPPORT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EPFNOSUPPORT)) ; compiling (DEFCONSTANT EAFNOSUPPORT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EAFNOSUPPORT)) ; compiling (DEFCONSTANT EADDRINUSE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EADDRINUSE)) ; compiling (DEFCONSTANT EADDRNOTAVAIL ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EADDRNOTAVAIL)) ; compiling (DEFCONSTANT ENETDOWN ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENETDOWN)) ; compiling (DEFCONSTANT ENETUNREACH ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENETUNREACH)) ; compiling (DEFCONSTANT ENETRESET ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENETRESET)) ; compiling (DEFCONSTANT ECONNABORTED ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ECONNABORTED)) ; compiling (DEFCONSTANT ECONNRESET ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ECONNRESET)) ; compiling (DEFCONSTANT ENOBUFS ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOBUFS)) ; compiling (DEFCONSTANT EISCONN ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EISCONN)) ; compiling (DEFCONSTANT ENOTCONN ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ENOTCONN)) ; compiling (DEFCONSTANT ESHUTDOWN ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ESHUTDOWN)) ; compiling (DEFCONSTANT ETOOMANYREFS ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ETOOMANYREFS)) ; compiling (DEFCONSTANT ETIMEDOUT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ETIMEDOUT)) ; compiling (DEFCONSTANT ECONNREFUSED ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ECONNREFUSED)) ; compiling (DEFCONSTANT EHOSTDOWN ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EHOSTDOWN)) ; compiling (DEFCONSTANT EHOSTUNREACH ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EHOSTUNREACH)) ; compiling (DEFCONSTANT EALREADY ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EALREADY)) ; compiling (DEFCONSTANT EINPROGRESS ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EINPROGRESS)) ; compiling (DEFCONSTANT ESTALE ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE ESTALE)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EUCLEAN)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOTNAM)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENAVAIL)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EREMOTEIO)) ; compiling (DEFCONSTANT EDQUOT ...) ; compiling (SETF (GET # ...) ...) ; compiling (EXPORT (QUOTE EDQUOT)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE ENOMEDIUM)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE EMEDIUMTYPE)) ; compiling (DEFCONSTANT WNOHANG ...) ; compiling (EXPORT (QUOTE WNOHANG)) ; compiling (DEFCONSTANT WUNTRACED ...) ; compiling (EXPORT (QUOTE WUNTRACED)) ; compiling (DEFINE-ALIEN-TYPE MODE-T ...) ; compiling (DEFCONSTANT S-IFMT ...) ; compiling (EXPORT (QUOTE S-IFMT)) ; compiling (DEFCONSTANT S-IFIFO ...) ; compiling (EXPORT (QUOTE S-IFIFO)) ; compiling (DEFCONSTANT S-IFCHR ...) ; compiling (EXPORT (QUOTE S-IFCHR)) ; compiling (DEFCONSTANT S-IFDIR ...) ; compiling (EXPORT (QUOTE S-IFDIR)) ; compiling (DEFCONSTANT S-IFBLK ...) ; compiling (EXPORT (QUOTE S-IFBLK)) ; compiling (DEFCONSTANT S-IFREG ...) ; compiling (EXPORT (QUOTE S-IFREG)) ; compiling (DEFCONSTANT S-IFLNK ...) ; compiling (EXPORT (QUOTE S-IFLNK)) ; compiling (DEFCONSTANT S-IFSOCK ...) ; compiling (EXPORT (QUOTE S-IFSOCK)) ; compiling (DEFCONSTANT S-IFWHT ...) ; compiling (EXPORT (QUOTE S-IFWHT)) ; compiling (DEFCONSTANT S-ISUID ...) ; compiling (EXPORT (QUOTE S-ISUID)) ; compiling (DEFCONSTANT S-ISGID ...) ; compiling (EXPORT (QUOTE S-ISGID)) ; compiling (DEFCONSTANT S-ISVTX ...) ; compiling (EXPORT (QUOTE S-ISVTX)) ; compiling (DEFCONSTANT S-IRUSR ...) ; compiling (EXPORT (QUOTE S-IRUSR)) ; compiling (DEFCONSTANT S-IWUSR ...) ; compiling (EXPORT (QUOTE S-IWUSR)) ; compiling (DEFCONSTANT S-IXUSR ...) ; compiling (EXPORT (QUOTE S-IXUSR)) ; compiling (DEFCONSTANT S-IREAD ...) ; compiling (EXPORT (QUOTE S-IREAD)) ; compiling (DEFCONSTANT S-IWRITE ...) ; compiling (EXPORT (QUOTE S-IWRITE)) ; compiling (DEFCONSTANT S-IEXEC ...) ; compiling (EXPORT (QUOTE S-IEXEC)) ; compiling (DEFCONSTANT S-IRGRP ...) ; compiling (EXPORT (QUOTE S-IRGRP)) ; compiling (DEFCONSTANT S-IWGRP ...) ; compiling (EXPORT (QUOTE S-IWGRP)) ; compiling (DEFCONSTANT S-IXGRP ...) ; compiling (EXPORT (QUOTE S-IXGRP)) ; compiling (DEFCONSTANT S-IROTH ...) ; compiling (EXPORT (QUOTE S-IROTH)) ; compiling (DEFCONSTANT S-IWOTH ...) ; compiling (EXPORT (QUOTE S-IWOTH)) ; compiling (DEFCONSTANT S-IXOTH ...) ; compiling (EXPORT (QUOTE S-IXOTH)) ; compiling (DEFCONSTANT R-OK ...) ; compiling (EXPORT (QUOTE R-OK)) ; compiling (DEFCONSTANT W-OK ...) ; compiling (EXPORT (QUOTE W-OK)) ; compiling (DEFCONSTANT X-OK ...) ; compiling (EXPORT (QUOTE X-OK)) ; compiling (DEFCONSTANT F-OK ...) ; compiling (EXPORT (QUOTE F-OK)) ; compiling (DEFINE-ALIEN-TYPE OFF-T ...) ; compiling (DEFCONSTANT PROT-NONE ...) ; compiling (EXPORT (QUOTE PROT-NONE)) ; compiling (DEFCONSTANT PROT-READ ...) ; compiling (EXPORT (QUOTE PROT-READ)) ; compiling (DEFCONSTANT PROT-WRITE ...) ; compiling (EXPORT (QUOTE PROT-WRITE)) ; compiling (DEFCONSTANT PROT-EXEC ...) ; compiling (EXPORT (QUOTE PROT-EXEC)) ; compiling (DEFCONSTANT MAP-SHARED ...) ; compiling (EXPORT (QUOTE MAP-SHARED)) ; compiling (DEFCONSTANT MAP-PRIVATE ...) ; compiling (EXPORT (QUOTE MAP-PRIVATE)) ; compiling (DEFCONSTANT MAP-FIXED ...) ; compiling (EXPORT (QUOTE MAP-FIXED)) ; compiling (DEFCONSTANT MAP-ANON ...) ; compiling (EXPORT (QUOTE MAP-ANON)) ; compiling (DEFCONSTANT MS-ASYNC ...) ; compiling (EXPORT (QUOTE MS-ASYNC)) ; compiling (DEFCONSTANT MS-SYNC ...) ; compiling (EXPORT (QUOTE MS-SYNC)) ; compiling (DEFCONSTANT MS-INVALIDATE ...) ; compiling (EXPORT (QUOTE MS-INVALIDATE)) ; compiling (DEFCONSTANT MCL-CURRENT ...) ; compiling (EXPORT (QUOTE MCL-CURRENT)) ; compiling (DEFCONSTANT MCL-FUTURE ...) ; compiling (EXPORT (QUOTE MCL-FUTURE)) ; compiling (SB-GROVEL::DEFINE-C-STRUCT DIRENT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT DIRENT ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::DIRENT 264 ; (SB-POSIX::INO SB-POSIX::INO-T "ino_t" 0 4) ; (SB-POSIX::NAME C-STRING "char *" 8 256)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK CAST SB-ALIEN-INTERNALS:%CAST ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-PASSWD ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-PASSWD ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-PASSWD 80 ; (SB-POSIX::NAME SB-POSIX::C-STRING-POINTER ; "char *" 0 8) ; (SB-POSIX::PASSWD SB-POSIX::C-STRING-POINTER ; "char *" 8 8) ; (SB-POSIX::UID SB-POSIX::UID-T "uid_t" 16 4) ; (SB-POSIX::GID SB-POSIX::GID-T "gid_t" 20 4) ; (SB-POSIX::GECOS SB-POSIX::C-STRING-POINTER ; "char *" 40 8) ; (SB-POSIX::DIR SB-POSIX::C-STRING-POINTER ; "char *" 48 8) ; (SB-POSIX::SHELL SB-POSIX::C-STRING-POINTER ; "char *" 56 8)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-GROUP ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-GROUP ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-GROUP 32 ; (SB-POSIX::NAME SB-POSIX::C-STRING-POINTER ; "char *" 0 8) ; (SB-POSIX::PASSWD SB-POSIX::C-STRING-POINTER ; "char *" 8 8) ; (SB-POSIX::GID SB-POSIX::GID-T "gid_t" 16 4)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS SB-SYS:WITH-PINNED-OBJECTS ; --> FLET BLOCK PROGN LET SB-ALIEN-INTERNALS:NATURALIZE IF ; ==> ; (SB-ALIEN::C-STRING-TO-STRING ALIEN ; (SB-ALIEN::C-STRING-EXTERNAL-FORMAT ; #) ; (SB-ALIEN::ALIEN-C-STRING-TYPE-ELEMENT-TYPE ; #)) ; ; note: doing SAP to pointer coercion (cost 20) from SB-ALIEN::VALUE ; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-STAT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-STAT ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-STAT 120 ; (SB-POSIX::INO SB-POSIX::INO-T "ino_t" 4 4) ; (SB-POSIX::MODE SB-POSIX::MODE-T "mode_t" 8 2) ; (SB-POSIX::NLINK SB-POSIX::NLINK-T "nlink_t" 10 ; 2) ; (SB-POSIX::UID SB-POSIX::UID-T "uid_t" 12 4) ; (SB-POSIX::GID SB-POSIX::GID-T "gid_t" 16 4) ; (SB-POSIX::RDEV SB-POSIX::DEV-T "dev_t" 20 4) ; (SB-POSIX::ATIME SB-POSIX::TIME-T "time_t" 24 8) ; (SB-POSIX::MTIME SB-POSIX::TIME-T "time_t" 40 8) ; (SB-POSIX::CTIME SB-POSIX::TIME-T "time_t" 56 8) ; ...) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-STAT-ATIME ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-STAT-ATIME (SLOT STRUCT 'SB-POSIX::ATIME))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-STAT-MTIME ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-STAT-MTIME (SLOT STRUCT 'SB-POSIX::MTIME))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-STAT-CTIME ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-STAT-CTIME (SLOT STRUCT 'SB-POSIX::CTIME))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-STAT-SIZE ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-STAT)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-STAT-SIZE (SLOT STRUCT 'SB-POSIX::SIZE))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; compiling (DEFCONSTANT O-RDONLY ...) ; compiling (EXPORT (QUOTE O-RDONLY)) ; compiling (DEFCONSTANT O-WRONLY ...) ; compiling (EXPORT (QUOTE O-WRONLY)) ; compiling (DEFCONSTANT O-RDWR ...) ; compiling (EXPORT (QUOTE O-RDWR)) ; compiling (DEFCONSTANT O-CREAT ...) ; compiling (EXPORT (QUOTE O-CREAT)) ; compiling (DEFCONSTANT O-EXCL ...) ; compiling (EXPORT (QUOTE O-EXCL)) ; compiling (DEFCONSTANT O-NOCTTY ...) ; compiling (EXPORT (QUOTE O-NOCTTY)) ; compiling (DEFCONSTANT O-TRUNC ...) ; compiling (EXPORT (QUOTE O-TRUNC)) ; compiling (DEFCONSTANT O-APPEND ...) ; compiling (EXPORT (QUOTE O-APPEND)) ; compiling (DEFCONSTANT O-NONBLOCK ...) ; compiling (EXPORT (QUOTE O-NONBLOCK)) ; compiling (DEFCONSTANT O-NDELAY ...) ; compiling (EXPORT (QUOTE O-NDELAY)) ; compiling (DEFCONSTANT O-SYNC ...) ; compiling (EXPORT (QUOTE O-SYNC)) ; compiling (DEFCONSTANT O-NOFOLLOW ...) ; compiling (EXPORT (QUOTE O-NOFOLLOW)) ; compiling (DEFCONSTANT O-DIRECTORY ...) ; compiling (EXPORT (QUOTE O-DIRECTORY)) ; compiling (DEFCONSTANT O-DIRECT ...) ; compiling (EXPORT (QUOTE O-DIRECT)) ; compiling (DEFCONSTANT O-ASYNC ...) ; compiling (EXPORT (QUOTE O-ASYNC)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE O-LARGEFILE)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE O-DSYNC)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE O-RSYNC)) ; compiling (DEFCONSTANT SEEK-SET ...) ; compiling (EXPORT (QUOTE SEEK-SET)) ; compiling (DEFCONSTANT SEEK-CUR ...) ; compiling (EXPORT (QUOTE SEEK-CUR)) ; compiling (DEFCONSTANT SEEK-END ...) ; compiling (EXPORT (QUOTE SEEK-END)) ; compiling (DEFCONSTANT F-DUPFD ...) ; compiling (EXPORT (QUOTE F-DUPFD)) ; compiling (DEFCONSTANT F-GETFD ...) ; compiling (EXPORT (QUOTE F-GETFD)) ; compiling (DEFCONSTANT F-SETFD ...) ; compiling (EXPORT (QUOTE F-SETFD)) ; compiling (DEFCONSTANT F-GETFL ...) ; compiling (EXPORT (QUOTE F-GETFL)) ; compiling (DEFCONSTANT F-SETFL ...) ; compiling (EXPORT (QUOTE F-SETFL)) ; compiling (DEFCONSTANT F-GETLK ...) ; compiling (EXPORT (QUOTE F-GETLK)) ; compiling (DEFCONSTANT F-SETLK ...) ; compiling (EXPORT (QUOTE F-SETLK)) ; compiling (DEFCONSTANT F-SETLKW ...) ; compiling (EXPORT (QUOTE F-SETLKW)) ; compiling (DEFCONSTANT F-GETOWN ...) ; compiling (EXPORT (QUOTE F-GETOWN)) ; compiling (DEFCONSTANT F-SETOWN ...) ; compiling (EXPORT (QUOTE F-SETOWN)) ; compiling (DEFCONSTANT F-RDLCK ...) ; compiling (EXPORT (QUOTE F-RDLCK)) ; compiling (DEFCONSTANT F-WRLCK ...) ; compiling (EXPORT (QUOTE F-WRLCK)) ; compiling (DEFCONSTANT F-UNLCK ...) ; compiling (EXPORT (QUOTE F-UNLCK)) ; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-FLOCK ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-FLOCK ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-FLOCK 32 ; (TYPE SHORT "short" 20 2) ; (SB-POSIX::WHENCE SHORT "short" 22 2)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-FLOCK-START ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-FLOCK)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-FLOCK-START (SLOT STRUCT 'SB-POSIX::START))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-FLOCK-LEN ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-FLOCK)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-FLOCK-LEN (SLOT STRUCT 'SB-POSIX::LEN))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; compiling (DEFCONSTANT F-LOCK ...) ; compiling (EXPORT (QUOTE F-LOCK)) ; compiling (DEFCONSTANT F-TLOCK ...) ; compiling (EXPORT (QUOTE F-TLOCK)) ; compiling (DEFCONSTANT F-ULOCK ...) ; compiling (EXPORT (QUOTE F-ULOCK)) ; compiling (DEFCONSTANT F-TEST ...) ; compiling (EXPORT (QUOTE F-TEST)) ; compiling (DEFINE-ALIEN-TYPE CC-T ...) ; compiling (DEFINE-ALIEN-TYPE SPEED-T ...) ; compiling (EXPORT (QUOTE SPEED-T)) ; compiling (DEFINE-ALIEN-TYPE TCFLAG-T ...) ; compiling (EXPORT (QUOTE TCFLAG-T)) ; compiling (DEFCONSTANT NCCS ...) ; compiling (EXPORT (QUOTE NCCS)) ; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-TERMIOS ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-TERMIOS ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-TERMIOS 44 ; (SB-POSIX::IFLAG SB-POSIX::TCFLAG-T "tcflag_t" 0 ; 4) ; (SB-POSIX::OFLAG SB-POSIX::TCFLAG-T "tcflag_t" 4 ; 4) ; (SB-POSIX::CFLAG SB-POSIX::TCFLAG-T "tcflag_t" 8 ; 4) ; (SB-POSIX::LFLAG SB-POSIX::TCFLAG-T "tcflag_t" 12 ; 4) ; (SB-POSIX::CC (ARRAY SB-POSIX::CC-T) "cc_t" 16 ; 20)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SLOT SLOT SB-ALIEN-INTERNALS:%ALIEN-VALUE ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; ; note: doing SAP to pointer coercion (cost 20) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SETF SB-ALIEN-INTERNALS:%SET-SLOT ; --> SB-ALIEN-INTERNALS:%SET-SLOT SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-ALIEN-TYPE SUSECONDS-T ...) ; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-UTIMBUF ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-UTIMBUF ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-UTIMBUF 16 ; (SB-POSIX::ACTIME SB-POSIX::TIME-T "time_t" 0 8) ; (SB-POSIX::MODTIME SB-POSIX::TIME-T "time_t" 8 8)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-UTIMBUF-ACTIME ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-UTIMBUF)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-UTIMBUF-ACTIME (SLOT STRUCT 'SB-POSIX::ACTIME))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-UTIMBUF-MODTIME ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-UTIMBUF)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-UTIMBUF-MODTIME (SLOT STRUCT 'SB-POSIX::MODTIME))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; compiling (SB-GROVEL::DEFINE-C-STRUCT ALIEN-TIMEVAL ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/constants.lisp-temp ; in: SB-GROVEL::DEFINE-C-STRUCT ALIEN-TIMEVAL ; (SB-GROVEL::DEFINE-C-STRUCT SB-POSIX::ALIEN-TIMEVAL 16 ; (SB-POSIX::SEC SB-POSIX::TIME-T "time_t" 0 8) ; (SB-POSIX::USEC SB-POSIX::SUSECONDS-T ; "suseconds_t" 8 8)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-TIMEVAL-SEC ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-TIMEVAL)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-TIMEVAL-SEC (SLOT STRUCT 'SB-POSIX::SEC))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-POSIX::ALIEN-TIMEVAL-USEC ; (STRUCT) ; (DECLARE (TYPE (ALIEN (* SB-POSIX::ALIEN-TIMEVAL)) STRUCT) ; (OPTIMIZE (SPEED 3))) ; (BLOCK SB-POSIX::ALIEN-TIMEVAL-USEC (SLOT STRUCT 'SB-POSIX::USEC))) ; ; note: doing signed word to integer coercion (cost 20) to "" ; compiling (DEFCONSTANT VEOF ...) ; compiling (EXPORT (QUOTE VEOF)) ; compiling (DEFCONSTANT VEOL ...) ; compiling (EXPORT (QUOTE VEOL)) ; compiling (DEFCONSTANT VERASE ...) ; compiling (EXPORT (QUOTE VERASE)) ; compiling (DEFCONSTANT VINTR ...) ; compiling (EXPORT (QUOTE VINTR)) ; compiling (DEFCONSTANT VKILL ...) ; compiling (EXPORT (QUOTE VKILL)) ; compiling (DEFCONSTANT VMIN ...) ; compiling (EXPORT (QUOTE VMIN)) ; compiling (DEFCONSTANT VQUIT ...) ; compiling (EXPORT (QUOTE VQUIT)) ; compiling (DEFCONSTANT VSTART ...) ; compiling (EXPORT (QUOTE VSTART)) ; compiling (DEFCONSTANT VSTOP ...) ; compiling (EXPORT (QUOTE VSTOP)) ; compiling (DEFCONSTANT VSUSP ...) ; compiling (EXPORT (QUOTE VSUSP)) ; compiling (DEFCONSTANT VTIME ...) ; compiling (EXPORT (QUOTE VTIME)) ; compiling (DEFCONSTANT VDISABLE ...) ; compiling (EXPORT (QUOTE VDISABLE)) ; compiling (DEFCONSTANT BRKINT ...) ; compiling (EXPORT (QUOTE BRKINT)) ; compiling (DEFCONSTANT ICRNL ...) ; compiling (EXPORT (QUOTE ICRNL)) ; compiling (DEFCONSTANT IGNBRK ...) ; compiling (EXPORT (QUOTE IGNBRK)) ; compiling (DEFCONSTANT IGNCR ...) ; compiling (EXPORT (QUOTE IGNCR)) ; compiling (DEFCONSTANT IGNPAR ...) ; compiling (EXPORT (QUOTE IGNPAR)) ; compiling (DEFCONSTANT INLCR ...) ; compiling (EXPORT (QUOTE INLCR)) ; compiling (DEFCONSTANT INPCK ...) ; compiling (EXPORT (QUOTE INPCK)) ; compiling (DEFCONSTANT ISTRIP ...) ; compiling (EXPORT (QUOTE ISTRIP)) ; compiling (DEFCONSTANT IXOFF ...) ; compiling (EXPORT (QUOTE IXOFF)) ; compiling (DEFCONSTANT IXON ...) ; compiling (EXPORT (QUOTE IXON)) ; compiling (DEFCONSTANT PARMRK ...) ; compiling (EXPORT (QUOTE PARMRK)) ; compiling (DEFCONSTANT OPOST ...) ; compiling (EXPORT (QUOTE OPOST)) ; compiling (DEFCONSTANT OCRNL ...) ; compiling (EXPORT (QUOTE OCRNL)) ; compiling (DEFCONSTANT ONOCR ...) ; compiling (EXPORT (QUOTE ONOCR)) ; compiling (DEFCONSTANT ONLRET ...) ; compiling (EXPORT (QUOTE ONLRET)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE OFDEL)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE OFILL)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE NLDLY)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE NL0)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE NL1)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE CRDLY)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE CR0)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE CR1)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE CR2)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE CR3)) ; compiling (DEFCONSTANT TABDLY ...) ; compiling (EXPORT (QUOTE TABDLY)) ; compiling (DEFCONSTANT TAB0 ...) ; compiling (EXPORT (QUOTE TAB0)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE TAB1)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE TAB2)) ; compiling (DEFCONSTANT TAB3 ...) ; compiling (EXPORT (QUOTE TAB3)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE BSDLY)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE BS0)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE BS1)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE VTDLY)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE VT0)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE VT1)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE FFDLY)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE FF0)) ; compiling (SB-INT:STYLE-WARN "Couldn't grovel for ~A (unknown to the C compiler)." ...) ; compiling (EXPORT (QUOTE FF1)) ; compiling (DEFCONSTANT B0 ...) ; compiling (EXPORT (QUOTE B0)) ; compiling (DEFCONSTANT B50 ...) ; compiling (EXPORT (QUOTE B50)) ; compiling (DEFCONSTANT B75 ...) ; compiling (EXPORT (QUOTE B75)) ; compiling (DEFCONSTANT B110 ...) ; compiling (EXPORT (QUOTE B110)) ; compiling (DEFCONSTANT B134 ...) ; compiling (EXPORT (QUOTE B134)) ; compiling (DEFCONSTANT B150 ...) ; compiling (EXPORT (QUOTE B150)) ; compiling (DEFCONSTANT B200 ...) ; compiling (EXPORT (QUOTE B200)) ; compiling (DEFCONSTANT B300 ...) ; compiling (EXPORT (QUOTE B300)) ; compiling (DEFCONSTANT B600 ...) ; compiling (EXPORT (QUOTE B600)) ; compiling (DEFCONSTANT B1200 ...) ; compiling (EXPORT (QUOTE B1200)) ; compiling (DEFCONSTANT B1800 ...) ; compiling (EXPORT (QUOTE B1800)) ; compiling (DEFCONSTANT B2400 ...) ; compiling (EXPORT (QUOTE B2400)) ; compiling (DEFCONSTANT B4800 ...) ; compiling (EXPORT (QUOTE B4800)) ; compiling (DEFCONSTANT B9600 ...) ; compiling (EXPORT (QUOTE B9600)) ; compiling (DEFCONSTANT B19200 ...) ; compiling (EXPORT (QUOTE B19200)) ; compiling (DEFCONSTANT B38400 ...) ; compiling (EXPORT (QUOTE B38400)) ; compiling (DEFCONSTANT B57600 ...) ; compiling (EXPORT (QUOTE B57600)) ; compiling (DEFCONSTANT B115200 ...) ; compiling (EXPORT (QUOTE B115200)) ; compiling (DEFCONSTANT B230400 ...) ; compiling (EXPORT (QUOTE B230400)) ; compiling (DEFCONSTANT CSIZE ...) ; compiling (EXPORT (QUOTE CSIZE)) ; compiling (DEFCONSTANT CS5 ...) ; compiling (EXPORT (QUOTE CS5)) ; compiling (DEFCONSTANT CS6 ...) ; compiling (EXPORT (QUOTE CS6)) ; compiling (DEFCONSTANT CS7 ...) ; compiling (EXPORT (QUOTE CS7)) ; compiling (DEFCONSTANT CS8 ...) ; compiling (EXPORT (QUOTE CS8)) ; compiling (DEFCONSTANT CSTOPB ...) ; compiling (EXPORT (QUOTE CSTOPB)) ; compiling (DEFCONSTANT CREAD ...) ; compiling (EXPORT (QUOTE CREAD)) ; compiling (DEFCONSTANT PARENB ...) ; compiling (EXPORT (QUOTE PARENB)) ; compiling (DEFCONSTANT PARODD ...) ; compiling (EXPORT (QUOTE PARODD)) ; compiling (DEFCONSTANT HUPCL ...) ; compiling (EXPORT (QUOTE HUPCL)) ; compiling (DEFCONSTANT CLOCAL ...) ; compiling (EXPORT (QUOTE CLOCAL)) ; compiling (DEFCONSTANT ECHO ...) ; compiling (EXPORT (QUOTE ECHO)) ; compiling (DEFCONSTANT ECHOE ...) ; compiling (EXPORT (QUOTE ECHOE)) ; compiling (DEFCONSTANT ECHOK ...) ; compiling (EXPORT (QUOTE ECHOK)) ; compiling (DEFCONSTANT ECHONL ...) ; compiling (EXPORT (QUOTE ECHONL)) ; compiling (DEFCONSTANT ICANON ...) ; compiling (EXPORT (QUOTE ICANON)) ; compiling (DEFCONSTANT IEXTEN ...) ; compiling (EXPORT (QUOTE IEXTEN)) ; compiling (DEFCONSTANT ISIG ...) ; compiling (EXPORT (QUOTE ISIG)) ; compiling (DEFCONSTANT NOFLSH ...) ; compiling (EXPORT (QUOTE NOFLSH)) ; compiling (DEFCONSTANT TOSTOP ...) ; compiling (EXPORT (QUOTE TOSTOP)) ; compiling (DEFCONSTANT TCSANOW ...) ; compiling (EXPORT (QUOTE TCSANOW)) ; compiling (DEFCONSTANT TCSADRAIN ...) ; compiling (EXPORT (QUOTE TCSADRAIN)) ; compiling (DEFCONSTANT TCSAFLUSH ...) ; compiling (EXPORT (QUOTE TCSAFLUSH)) ; compiling (DEFCONSTANT TCIFLUSH ...) ; compiling (EXPORT (QUOTE TCIFLUSH)) ; compiling (DEFCONSTANT TCIOFLUSH ...) ; compiling (EXPORT (QUOTE TCIOFLUSH)) ; compiling (DEFCONSTANT TCOFLUSH ...) ; compiling (EXPORT (QUOTE TCOFLUSH)) ; compiling (DEFCONSTANT TCIOFF ...) ; compiling (EXPORT (QUOTE TCIOFF)) ; compiling (DEFCONSTANT TCION ...) ; compiling (EXPORT (QUOTE TCION)) ; compiling (DEFCONSTANT TCOOFF ...) ; compiling (EXPORT (QUOTE TCOOFF)) ; compiling (DEFCONSTANT TCOON ...) ; compiling (EXPORT (QUOTE TCOON)) ; compiling (DEFCONSTANT LOG-USER ...) ; compiling (EXPORT (QUOTE LOG-USER)) ; compiling (DEFCONSTANT LOG-LOCAL0 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL0)) ; compiling (DEFCONSTANT LOG-LOCAL1 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL1)) ; compiling (DEFCONSTANT LOG-LOCAL2 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL2)) ; compiling (DEFCONSTANT LOG-LOCAL3 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL3)) ; compiling (DEFCONSTANT LOG-LOCAL4 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL4)) ; compiling (DEFCONSTANT LOG-LOCAL5 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL5)) ; compiling (DEFCONSTANT LOG-LOCAL6 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL6)) ; compiling (DEFCONSTANT LOG-LOCAL7 ...) ; compiling (EXPORT (QUOTE LOG-LOCAL7)) ; compiling (DEFCONSTANT LOG-AUTHPRIV ...) ; compiling (EXPORT (QUOTE LOG-AUTHPRIV)) ; compiling (DEFCONSTANT LOG-CRON ...) ; compiling (EXPORT (QUOTE LOG-CRON)) ; compiling (DEFCONSTANT LOG-DAEMON ...) ; compiling (EXPORT (QUOTE LOG-DAEMON)) ; compiling (DEFCONSTANT LOG-FTP ...) ; compiling (EXPORT (QUOTE LOG-FTP)) ; compiling (DEFCONSTANT LOG-KERN ...) ; compiling (EXPORT (QUOTE LOG-KERN)) ; compiling (DEFCONSTANT LOG-LPR ...) ; compiling (EXPORT (QUOTE LOG-LPR)) ; compiling (DEFCONSTANT LOG-MAIL ...) ; compiling (EXPORT (QUOTE LOG-MAIL)) ; compiling (DEFCONSTANT LOG-NEWS ...) ; compiling (EXPORT (QUOTE LOG-NEWS)) ; compiling (DEFCONSTANT LOG-SYSLOG ...) ; compiling (EXPORT (QUOTE LOG-SYSLOG)) ; compiling (DEFCONSTANT LOG-UUCP ...) ; compiling (EXPORT (QUOTE LOG-UUCP)) ; compiling (DEFCONSTANT LOG-PID ...) ; compiling (EXPORT (QUOTE LOG-PID)) ; compiling (DEFCONSTANT LOG-CONS ...) ; compiling (EXPORT (QUOTE LOG-CONS)) ; compiling (DEFCONSTANT LOG-NDELAY ...) ; compiling (EXPORT (QUOTE LOG-NDELAY)) ; compiling (DEFCONSTANT LOG-ODELAY ...) ; compiling (EXPORT (QUOTE LOG-ODELAY)) ; compiling (DEFCONSTANT LOG-NOWAIT ...) ; compiling (EXPORT (QUOTE LOG-NOWAIT)) ; compiling (DEFCONSTANT LOG-PERROR ...) ; compiling (EXPORT (QUOTE LOG-PERROR)) ; compiling (DEFCONSTANT LOG-EMERG ...) ; compiling (EXPORT (QUOTE LOG-EMERG)) ; compiling (DEFCONSTANT LOG-ALERT ...) ; compiling (EXPORT (QUOTE LOG-ALERT)) ; compiling (DEFCONSTANT LOG-CRIT ...) ; compiling (EXPORT (QUOTE LOG-CRIT)) ; compiling (DEFCONSTANT LOG-ERR ...) ; compiling (EXPORT (QUOTE LOG-ERR)) ; compiling (DEFCONSTANT LOG-WARNING ...) ; compiling (EXPORT (QUOTE LOG-WARNING)) ; compiling (DEFCONSTANT LOG-NOTICE ...) ; compiling (EXPORT (QUOTE LOG-NOTICE)) ; compiling (DEFCONSTANT LOG-INFO ...) ; compiling (EXPORT (QUOTE LOG-INFO)) ; compiling (DEFCONSTANT LOG-DEBUG ...) ; compiling (EXPORT (QUOTE LOG-DEBUG)) ; SYS:CONTRIB;SB-POSIX;CONSTANTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:01.561 STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOMEDIUM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EMEDIUMTYPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_DSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_RSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler). ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-POSIX) ; compiling (DEFMACRO DEFINE-PROTOCOL-CLASS ...) ; compiling (DEFINE-CONDITION SYSCALL-ERROR ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN SYSCALL-ERROR ...) ; compiling (DEFUN UNSUPPORTED-ERROR ...) ; compiling (DEFUN UNSUPPORTED-WARNING ...) ; compiling (DECLAIM (INLINE NEVER-FAILS)) ; compiling (DEFUN NEVER-FAILS ...) ; compiling (SETF *C-FUNCTIONS-IN-RUNTIME* ...) ; compiling (DEFMACRO DEFINE-CALL* ...) ; compiling (DEFINE-CALL* "access" ...) ; compiling (DEFINE-CALL* "chdir" ...) ; compiling (DEFINE-CALL* "chmod" ...) ; compiling (DEFINE-CALL* "close" ...) ; compiling (DEFINE-CALL* "creat" ...) ; compiling (DEFINE-CALL* "dup" ...) ; compiling (DEFINE-CALL* "dup2" ...) ; compiling (DEFINE-CALL* ("lseek" :OPTIONS ...) ...) ; compiling (DEFINE-CALL* "mkdir" ...) ; compiling (DEF "open") ; compiling (DEFINE-CALL* "read" ...) ; compiling (DEFINE-CALL "rename" ...) ; compiling (DEFINE-CALL* "rmdir" ...) ; compiling (DEFINE-CALL* "unlink" ...) ; compiling (DEFINE-CALL "opendir" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-CALL "opendir" ; (SB-POSIX::DEFINE-CALL "opendir" (* T) NULL-ALIEN ; (PATHNAME SB-POSIX:FILENAME)) ; --> PROGN SB-POSIX::DEFINE-CALL-INTERNALLY PROGN DEFUN PROGN SB-IMPL::%DEFUN ; --> SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-CALL* "write" ...) ; compiling (DEFINE-CALL ("readdir" :OPTIONS ...) ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-CALL ("readdir" :OPTIONS :LARGEFILE) ; (SB-POSIX::DEFINE-CALL ("readdir" :OPTIONS :LARGEFILE) (* SB-POSIX::DIRENT) ; NOT (SB-POSIX::DIR (* T))) ; --> PROGN SB-POSIX::DEFINE-CALL-INTERNALLY PROGN DEFUN PROGN SB-IMPL::%DEFUN ; --> SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION BLOCK LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-CALL "closedir" ...) ; compiling (DEFINE-CALL* "umask" ...) ; compiling (DEFINE-CALL* "getpid" ...) ; compiling (DEFINE-CALL "chown" ...) ; compiling (DEFINE-CALL "chroot" ...) ; compiling (DEFINE-CALL "fchdir" ...) ; compiling (DEFINE-CALL "fchmod" ...) ; compiling (DEFINE-CALL "fchown" ...) ; compiling (DEFINE-CALL "fdatasync" ...) ; compiling (DEFINE-CALL ("ftruncate" :OPTIONS ...) ...) ; compiling (DEFINE-CALL "fsync" ...) ; compiling (DEFINE-CALL "lchown" ...) ; compiling (DEFINE-CALL "link" ...) ; compiling (DEFINE-CALL "lockf" ...) ; compiling (DEFINE-CALL "mkfifo" ...) ; compiling (DEFINE-CALL "symlink" ...) ; compiling (DEFINE-CALL "sync" ...) ; compiling (DEFINE-CALL ("truncate" :OPTIONS ...) ...) ; compiling (DEF-MK*TEMP MKTEMP ...) ; compiling (DEF-MK*TEMP MKSTEMP ...) ; compiling (DEF-MK*TEMP MKDTEMP ...) ; compiling (DEFINE-CALL-INTERNALLY IOCTL-WITHOUT-ARG ...) ; compiling (DEFINE-CALL-INTERNALLY IOCTL-WITH-INT-ARG ...) ; compiling (DEFINE-CALL-INTERNALLY IOCTL-WITH-POINTER-ARG ...) ; compiling (DEFINE-ENTRY-POINT "ioctl" ...) ; compiling (DEFINE-CALL-INTERNALLY FCNTL-WITHOUT-ARG ...) ; compiling (DEFINE-CALL-INTERNALLY FCNTL-WITH-INT-ARG ...) ; compiling (DEFINE-CALL-INTERNALLY FCNTL-WITH-POINTER-ARG ...) ; compiling (DEFINE-PROTOCOL-CLASS FLOCK ...) ; compiling (DEFINE-ENTRY-POINT "fcntl" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-ENTRY-POINT "fcntl" ; (SB-POSIX::FLOCK-TO-ALIEN SB-POSIX::ARG SB-POSIX::A-FLOCK) ; --> SB-POSIX::A-FLOCK SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::FCNTL-WITH-POINTER-ARG SB-POSIX::FD SB-POSIX::CMD ; SB-POSIX::A-FLOCK) ; --> SB-POSIX::A-FLOCK SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::ALIEN-TO-FLOCK SB-POSIX::A-FLOCK SB-POSIX::ARG) ; --> SB-POSIX::A-FLOCK SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::WITH-ALIEN-FLOCK SB-POSIX::A-FLOCK ; NIL ; (SB-POSIX::FLOCK-TO-ALIEN SB-POSIX::ARG SB-POSIX::A-FLOCK) ; (LET ((SB-POSIX::R ; (SB-POSIX::FCNTL-WITH-POINTER-ARG SB-POSIX::FD SB-POSIX::CMD ; SB-POSIX::A-FLOCK))) ; (SB-POSIX::ALIEN-TO-FLOCK SB-POSIX::A-FLOCK SB-POSIX::ARG) ; SB-POSIX::R)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET ; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-FLOCK SB-POSIX::A-FLOCK ; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-CALL "geteuid" ...) ; compiling (DEFINE-CALL "getresuid" ...) ; compiling (DEFINE-CALL "getuid" ...) ; compiling (DEFINE-CALL "seteuid" ...) ; compiling (DEFINE-CALL "setfsuid" ...) ; compiling (DEFINE-CALL "setreuid" ...) ; compiling (DEFINE-CALL "setresuid" ...) ; compiling (DEFINE-CALL "setuid" ...) ; compiling (DEFINE-CALL "getegid" ...) ; compiling (DEFINE-CALL "getgid" ...) ; compiling (DEFINE-CALL "getresgid" ...) ; compiling (DEFINE-CALL "setegid" ...) ; compiling (DEFINE-CALL "setfsgid" ...) ; compiling (DEFINE-CALL "setgid" ...) ; compiling (DEFINE-CALL "setregid" ...) ; compiling (DEFINE-CALL "setresgid" ...) ; compiling (DEFINE-CALL "alarm" ...) ; compiling (DEFINE-SIMPLE-CALL ABORT ...) ; compiling (DEFINE-SIMPLE-CALL EXIT ...) ; compiling (DEFINE-SIMPLE-CALL _EXIT ...) ; compiling (DEFINE-CALL ("posix_fork" :C-NAME ...) ...) ; compiling (DEFUN FORK ...) ; compiling (EXPORT (QUOTE FORK) ...) ; compiling (DEFINE-CALL "getpgid" ...) ; compiling (DEFINE-CALL "getppid" ...) ; compiling (DEFINE-CALL "getpgrp" ...) ; compiling (DEFINE-CALL "getsid" ...) ; compiling (DEFINE-CALL "kill" ...) ; compiling (DEFINE-CALL "killpg" ...) ; compiling (DEFINE-CALL "pause" ...) ; compiling (DEFINE-CALL "setpgid" ...) ; compiling (DEFINE-CALL "setpgrp" ...) ; compiling (DEFINE-CALL "setsid" ...) ; compiling (DEFMACRO WITH-GROWING-C-STRING ...) ; compiling (EXPORT (QUOTE READLINK) ...) ; compiling (DEFUN READLINK ...) ; compiling (EXPORT (QUOTE GETCWD) ...) ; compiling (DEFUN GETCWD ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN GETCWD ; (SB-POSIX::WITH-GROWING-C-STRING (SB-POSIX::BUF SB-POSIX::SIZE) ; (LET ((SB-POSIX::RESULT (SB-POSIX::%GETCWD SB-POSIX::BUF SB-POSIX::SIZE))) ; (COND (SB-POSIX::RESULT (SB-POSIX::BUF)) ; ((/= # SB-POSIX:ERANGE) ; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::GETCWD))))) ; --> BLOCK LET FLET BLOCK WHEN IF SETF SB-KERNEL:%SET-SAP-REF-8 ALIEN-SAP ; ==> ; SB-POSIX::BUF ; ; note: deleting unreachable code ; compiling (EXPORT (QUOTE WAIT) ...) ; compiling (DECLAIM (INLINE WAIT)) ; compiling (DEFUN WAIT ...) ; compiling (EXPORT (QUOTE WAITPID) ...) ; compiling (DECLAIM (INLINE WAITPID)) ; compiling (DEFUN WAITPID ...) ; compiling (DEFINE-CALL "wifexited" ...) ; compiling (DEFINE-CALL "wexitstatus" ...) ; compiling (DEFINE-CALL "wifsignaled" ...) ; compiling (DEFINE-CALL "wtermsig" ...) ; compiling (DEFINE-CALL "wifstopped" ...) ; compiling (DEFINE-CALL "wstopsig" ...) ; compiling (DEFINE-CALL ("mmap" :OPTIONS ...) ...) ; compiling (DEFINE-CALL "munmap" ...) ; compiling (DEFINE-CALL "msync" ...) ; compiling (DEFINE-CALL "mlockall" ...) ; compiling (DEFINE-CALL "munlockall" ...) ; compiling (DEFINE-CALL "getpagesize" ...) ; compiling (DEFINE-PROTOCOL-CLASS PASSWD ...) ; compiling (DEFINE-PROTOCOL-CLASS GROUP ...) ; compiling (DEFMACRO DEFINE-OBJ-CALL ...) ; compiling (DEFINE-OBJ-CALL "getpwnam" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-OBJ-CALL "getpwnam" ; (SB-POSIX::DEFINE-OBJ-CALL "getpwnam" SB-POSIX::LOGIN-NAME ; (FUNCTION (* SB-POSIX::ALIEN-PASSWD) ; (C-STRING :NOT-NULL T)) ; SB-POSIX::ALIEN-TO-PASSWD) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-OBJ-CALL "getpwuid" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-OBJ-CALL "getpwuid" ; (SB-POSIX::DEFINE-OBJ-CALL "getpwuid" SB-POSIX::UID ; (FUNCTION (* SB-POSIX::ALIEN-PASSWD) ; SB-POSIX::UID-T) ; SB-POSIX::ALIEN-TO-PASSWD) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-OBJ-CALL "getgrnam" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-OBJ-CALL "getgrnam" ; (SB-POSIX::DEFINE-OBJ-CALL "getgrnam" SB-POSIX::LOGIN-NAME ; (FUNCTION (* SB-POSIX::ALIEN-GROUP) ; (C-STRING :NOT-NULL T)) ; SB-POSIX::ALIEN-TO-GROUP) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-OBJ-CALL "getgrgid" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-OBJ-CALL "getgrgid" ; (SB-POSIX::DEFINE-OBJ-CALL "getgrgid" SB-POSIX::GID ; (FUNCTION (* SB-POSIX::ALIEN-GROUP) ; SB-POSIX::GID-T) ; SB-POSIX::ALIEN-TO-GROUP) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-PROTOCOL-CLASS TIMEVAL ...) ; compiling (DEFINE-PROTOCOL-CLASS STAT ...) ; compiling (DEFMACRO DEFINE-STAT-CALL ...) ; compiling (DEFINE-STAT-CALL "stat" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-STAT-CALL "stat" ; (SB-POSIX::DEFINE-STAT-CALL "stat" PATHNAME SB-POSIX:FILENAME ; (FUNCTION INT (C-STRING :NOT-NULL T) ; (* SB-POSIX::ALIEN-STAT))) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK ; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL BLOCK SB-C::%WITHIN-CLEANUP ; --> RETURN-FROM PROGN LET SB-POSIX::ALIEN-TO-STAT SB-POSIX::A-STAT ; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK ; --> SB-POSIX::FREE-ALIEN-STAT SB-POSIX::A-STAT SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-STAT-CALL "lstat" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-STAT-CALL "lstat" ; (SB-POSIX::DEFINE-STAT-CALL "lstat" PATHNAME SB-POSIX:FILENAME ; (FUNCTION INT (C-STRING :NOT-NULL T) ; (* SB-POSIX::ALIEN-STAT))) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK ; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL BLOCK SB-C::%WITHIN-CLEANUP ; --> RETURN-FROM PROGN LET SB-POSIX::ALIEN-TO-STAT SB-POSIX::A-STAT ; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK ; --> SB-POSIX::FREE-ALIEN-STAT SB-POSIX::A-STAT SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-STAT-CALL "fstat" ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFINE-STAT-CALL "fstat" ; (SB-POSIX::DEFINE-STAT-CALL "fstat" SB-POSIX::FD SB-POSIX:FILE-DESCRIPTOR ; (FUNCTION INT INT (* SB-POSIX::ALIEN-STAT))) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK ; --> MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL BLOCK SB-C::%WITHIN-CLEANUP ; --> RETURN-FROM PROGN LET SB-POSIX::ALIEN-TO-STAT SB-POSIX::A-STAT ; --> SB-ALIEN-INTERNALS:LOCAL-ALIEN SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK SB-POSIX::WITH-ALIEN-STAT WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET UNWIND-PROTECT FLET BLOCK ; --> SB-POSIX::FREE-ALIEN-STAT SB-POSIX::A-STAT SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-CALL "s_isreg" ...) ; compiling (DEFINE-CALL "s_isdir" ...) ; compiling (DEFINE-CALL "s_ischr" ...) ; compiling (DEFINE-CALL "s_isblk" ...) ; compiling (DEFINE-CALL "s_isfifo" ...) ; compiling (DEFINE-CALL "s_islnk" ...) ; compiling (DEFINE-CALL "s_issock" ...) ; compiling (EXPORT (QUOTE PIPE) ...) ; compiling (DECLAIM (INLINE PIPE)) ; compiling (DEFUN PIPE ...) ; compiling (DEFINE-PROTOCOL-CLASS TERMIOS ...) ; compiling (EXPORT (QUOTE TCSETATTR) ...) ; compiling (DECLAIM (INLINE TCSETATTR)) ; compiling (DEFUN TCSETATTR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN TCSETATTR ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS ; NIL ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; (LET ((SB-POSIX::FD (SB-POSIX:FILE-DESCRIPTOR SB-POSIX::FD))) ; (LET* ((SB-POSIX::R #)) ; (WHEN (MINUSP SB-POSIX::R) ; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::TCSETATTR))) ; (VALUES))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET ; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (EXPORT (QUOTE TCGETATTR) ...) ; compiling (DECLAIM (INLINE TCGETATTR)) ; compiling (DEFUN TCGETATTR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN TCGETATTR ; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS SB-POSIX::TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS ; NIL ; (LET ((SB-POSIX::R (ALIEN-FUNCALL # # SB-POSIX::A-TERMIOS))) ; (WHEN (MINUSP SB-POSIX::R) (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::TCGETATTR)) ; (SETF SB-POSIX::TERMIOS ; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS ; SB-POSIX::TERMIOS)))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET ; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-CALL "tcdrain" ...) ; compiling (DEFINE-CALL "tcflow" ...) ; compiling (DEFINE-CALL "tcflush" ...) ; compiling (DEFINE-CALL "tcgetsid" ...) ; compiling (DEFINE-CALL "tcsendbreak" ...) ; compiling (EXPORT (QUOTE CFSETISPEED) ...) ; compiling (DECLAIM (INLINE CFSETISPEED)) ; compiling (DEFUN CFSETISPEED ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN CFSETISPEED ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS SB-POSIX::TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS ; NIL ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; (LET ((SB-POSIX::R (ALIEN-FUNCALL # SB-POSIX::A-TERMIOS SPEED))) ; (WHEN (MINUSP SB-POSIX::R) ; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::CFSETISPEED)) ; (SETF SB-POSIX::TERMIOS ; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS ; SB-POSIX::TERMIOS)))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET ; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (EXPORT (QUOTE CFSETOSPEED) ...) ; compiling (DECLAIM (INLINE CFSETOSPEED)) ; compiling (DEFUN CFSETOSPEED ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN CFSETOSPEED ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS SB-POSIX::TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS ; NIL ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; (LET ((SB-POSIX::R (ALIEN-FUNCALL # SB-POSIX::A-TERMIOS SPEED))) ; (WHEN (MINUSP SB-POSIX::R) ; (SB-POSIX:SYSCALL-ERROR 'SB-POSIX::CFSETOSPEED)) ; (SETF SB-POSIX::TERMIOS ; (SB-POSIX::ALIEN-TO-TERMIOS SB-POSIX::A-TERMIOS ; SB-POSIX::TERMIOS)))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET ; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (EXPORT (QUOTE CFGETISPEED) ...) ; compiling (DECLAIM (INLINE CFGETISPEED)) ; compiling (DEFUN CFGETISPEED ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN CFGETISPEED ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS ; NIL ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; (ALIEN-FUNCALL ; (EXTERN-ALIEN "cfgetispeed" ; (FUNCTION SB-POSIX:SPEED-T (* SB-POSIX::ALIEN-TERMIOS))) ; SB-POSIX::A-TERMIOS)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET ; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (EXPORT (QUOTE CFGETOSPEED) ...) ; compiling (DECLAIM (INLINE CFGETOSPEED)) ; compiling (DEFUN CFGETOSPEED ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN CFGETOSPEED ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (SB-POSIX::WITH-ALIEN-TERMIOS SB-POSIX::A-TERMIOS ; NIL ; (SB-POSIX::TERMIOS-TO-ALIEN SB-POSIX::TERMIOS SB-POSIX::A-TERMIOS) ; (ALIEN-FUNCALL ; (EXTERN-ALIEN "cfgetospeed" ; (FUNCTION SB-POSIX:SPEED-T (* SB-POSIX::ALIEN-TERMIOS))) ; SB-POSIX::A-TERMIOS)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET LET SYMBOL-MACROLET ; --> UNWIND-PROTECT FLET BLOCK SB-POSIX::FREE-ALIEN-TERMIOS ; --> SB-POSIX::A-TERMIOS SB-ALIEN-INTERNALS:LOCAL-ALIEN ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (EXPORT (QUOTE TIME) ...) ; compiling (DEFUN TIME ...) ; compiling (EXPORT (QUOTE UTIME) ...) ; compiling (DEFUN UTIME ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN UTIME ; (EXTERN-ALIEN "utime" ; (FUNCTION INT (C-STRING :NOT-NULL T) ; (* SB-POSIX::ALIEN-UTIMBUF))) ; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (EXPORT (QUOTE UTIMES) ...) ; compiling (DEFUN UTIMES ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN UTIMES ; (EXTERN-ALIEN "sb_utimes" ; (FUNCTION INT (C-STRING :NOT-NULL T) ; (* (ARRAY SB-POSIX::ALIEN-TIMEVAL 2)))) ; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (DEREF SB-POSIX::BUF 0) ; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; (DEREF SB-POSIX::BUF 1) ; --> SB-ALIEN-INTERNALS:%ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (EXPORT (QUOTE GETENV) ...) ; compiling (DEFUN GETENV ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/interface.lisp ; in: DEFUN GETENV ; (ALIEN-FUNCALL ; (EXTERN-ALIEN "getenv" (FUNCTION (* CHAR) (C-STRING :NOT-NULL T))) ; SB-POSIX::NAME) ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFINE-CALL "setenv" ...) ; compiling (DEFINE-CALL "unsetenv" ...) ; compiling (EXPORT (QUOTE PUTENV) ...) ; compiling (DEFUN PUTENV ...) ; compiling (EXPORT (QUOTE OPENLOG) ...) ; compiling (EXPORT (QUOTE SYSLOG) ...) ; compiling (EXPORT (QUOTE CLOSELOG) ...) ; compiling (DEFUN OPENLOG ...) ; compiling (DEFUN SYSLOG ...) ; compiling (DEFINE-CALL "closelog" ...) ; SYS:CONTRIB;SB-POSIX;INTERFACE-TMP.FASL.NEWEST written ; compilation finished in 0:00:03.019 STYLE-WARNING: Didn't find definition for "fdatasync" STYLE-WARNING: Didn't find definition for "setfsuid" STYLE-WARNING: Didn't find definition for "setfsgid" ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE "SB-BSD-SOCKETS-TEST" ...) ; compiling (IN-PACKAGE :SB-BSD-SOCKETS-TEST) ; compiling (DEFMACRO DEFTEST* ...) ; compiling (DEFTEST MAKE-INET-ADDRESS ...) ; compiling (DEFTEST MAKE-INET-ADDRESS2 ...) ; compiling (DEFTEST MAKE-INET6-ADDRESS.1 ...) ; compiling (DEFTEST GET-PROTOCOL-BY-NAME/TCP ...) ; compiling (DEFTEST GET-PROTOCOL-BY-NAME/UDP ...) ; compiling (DEFTEST GET-PROTOCOL-BY-NAME/ERROR ...) ; compiling (DEFTEST MAKE-INET-SOCKET.SMOKE ...) ; compiling (DEFTEST MAKE-INET-SOCKET.KEYWORD ...) ; compiling (DEFTEST* (MAKE-INET-SOCKET-WRONG) ...) ; compiling (DEFTEST* (MAKE-INET-SOCKET-KEYWORD-WRONG) ...) ; compiling (DEFTEST MAKE-INET6-SOCKET.SMOKE ...) ; compiling (DEFTEST MAKE-INET6-SOCKET.KEYWORD ...) ; compiling (DEFTEST* (NON-BLOCK-SOCKET) ...) ; compiling (DEFTEST INET-SOCKET-BIND ...) ; compiling (DEFTEST INET6-SOCKET-BIND ...) ; compiling (DEFTEST* (SIMPLE-SOCKOPT-TEST) ...) ; compiling (DEFUN READ-BUF-NONBLOCK ...) ; compiling (DEFTEST SIMPLE-LOCAL-CLIENT ...) ; compiling (DEFUN HTTP-STREAM ...) ; compiling (DEFTEST SOCKET-OPEN-P-TRUE.1 ...) ; compiling (DEFTEST SOCKET-OPEN-P-FALSE ...) ; compiling (DEFUN UDP-SERVER ...) ; compiling (DEFMACRO WITH-CLIENT-AND-SERVER ...) ; compiling (DEFINE-SHUTDOWN-TESTS :OUTPUT) ; compiling (DEFINE-SHUTDOWN-TESTS :IO) ; SYS:CONTRIB;SB-BSD-SOCKETS;TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.062 Doing 27 pending tests of 27 tests total. SB-BSD-SOCKETS:MAKE-INET-ADDRESS SB-BSD-SOCKETS-TEST::MAKE-INET-ADDRESS2 SB-BSD-SOCKETS-TEST::MAKE-INET6-ADDRESS.1 SB-BSD-SOCKETS-TEST::GET-PROTOCOL-BY-NAME/TCP SB-BSD-SOCKETS-TEST::GET-PROTOCOL-BY-NAME/UDP SB-BSD-SOCKETS-TEST::GET-PROTOCOL-BY-NAME/ERROR SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET.SMOKE SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET.KEYWORD SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET-WRONG SB-BSD-SOCKETS-TEST::MAKE-INET-SOCKET-KEYWORD-WRONG SB-BSD-SOCKETS-TEST::MAKE-INET6-SOCKET.SMOKE SB-BSD-SOCKETS-TEST::MAKE-INET6-SOCKET.KEYWORD SB-BSD-SOCKETS-TEST::NON-BLOCK-SOCKET SB-BSD-SOCKETS-TEST::INET-SOCKET-BIND SB-BSD-SOCKETS-TEST::INET6-SOCKET-BIND SB-BSD-SOCKETS-TEST::SIMPLE-SOCKOPT-TEST SB-BSD-SOCKETS-TEST::SIMPLE-LOCAL-CLIENT SB-BSD-SOCKETS-TEST::SOCKET-OPEN-P-TRUE.1 SB-BSD-SOCKETS-TEST::SOCKET-OPEN-P-FALSE SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.CHARACTER.OUTPUT SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.UB8.OUTPUT SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.CHARACTER.OUTPUT SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.UB8.OUTPUT SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.CHARACTER.IO SB-BSD-SOCKETS-TEST::SHUTDOWN.SERVER.UB8.IO SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.CHARACTER.IO SB-BSD-SOCKETS-TEST::SHUTDOWN.CLIENT.UB8.IO No tests failed. ; ; compilation unit finished ; printed 65 notes * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-cltl2")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cltl2/module-setup.lisp" (written 02 DEC 2015 11:02:10 AM): ; compiling (PROVIDE :SB-CLTL2) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cltl2/module-setup.fasl written ; compilation finished in 0:00:00.001 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/defpackage.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-CLTL2 ...) ; SYS:CONTRIB;SB-CLTL2;DEFPACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/env.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CLTL2) ; compiling (DEFVAR *NULL-LEXENV* ...) ; compiling (DEFUN AUGMENT-ENVIRONMENT ...) ; compiling (DEFUN EXTRA-PAIRS ...) ; compiling (DEFUN MAYBE-DEPRECATION-ENTRY ...) ; compiling (DEFUN EXTRA-DECL-INFO ...) ; compiling (DEFMACRO LIST-CONS-WHEN ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN FUNCTION-INFORMATION ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN VARIABLE-INFORMATION ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN DECLARATION-INFORMATION ...) ; compiling (DEFUN PARSE-MACRO ...) ; compiling (DEFUN ENCLOSE ...) ; compiling (DEFUN UPDATE-LEXENV-USER-DATA ...) ; compiling (DEFMACRO DEFINE-DECLARATION ...) ; SYS:CONTRIB;SB-CLTL2;ENV-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.142 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/macroexpand.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CLTL2) ; compiling (DEFUN MACROEXPAND-ALL ...) ; compiling (DEFUN %QUASIQUOTED-MACROEXPAND-ALL ...) ; compiling (SETF (GET # ...) ...) ; SYS:CONTRIB;SB-CLTL2;MACROEXPAND-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.021 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/compiler-let.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CLTL2) ; compiling (DEF-IR1-TRANSLATOR COMPILER-LET ...) ; compiling (DEFUN WALK-COMPILER-LET ...) ; compiling (SB-WALKER:DEFINE-WALKER-TEMPLATE COMPILER-LET ...) ; compiling (SETF (GETF SB-EVAL::*EVAL-DISPATCH-FUNCTIONS* ...) ...) ; SYS:CONTRIB;SB-CLTL2;COMPILER-LET-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.040 * echo "(defsystem :sb-cltl2 :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-cltl2.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-cltl2")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-CLTL2-TESTS ...) ; compiling (IN-PACKAGE :SB-CLTL2-TESTS) ; compiling (REM-ALL-TESTS) ; compiling (DEFMACRO *X*-VALUE ...) ; compiling (DEFTEST COMPILER-LET.1 ...) ; compiling (DEFVAR *EXPANSIONS* ...) ; compiling (DEFMACRO MACROEXPAND-MACRO ...) ; compiling (DEFTEST MACROEXPAND-ALL.1 ...) ; compiling (DEFTEST MACROEXPAND-ALL.2 ...) ; compiling (DEFTEST MACROEXPAND-ALL.3 ...) ; compiling (DEFUN SMV ...) ; compiling (DEFMACRO TESTR ...) ; compiling (DEFTEST MACROEXPAND-ALL.4 ...) ; compiling (DEFTEST MACROEXPAND-ALL.5 ...) ; compiling (DEFTEST MACROEXPAND-ALL.6 ...) ; compiling (DEFINE-SYMBOL-MACRO GLOBAL-SYMBOL-MACRO ...) ; compiling (DEFTEST MACROEXPAND-ALL.7 ...) ; compiling (DEFTEST MACROEXPAND-ALL.8 ...) ; compiling (DEFTEST MACROEXPAND-ALL.9 ...) ; compiling (DEFTEST MACROEXPAND-ALL.10 ...) ; compiling (DEFTEST MACROEXPAND-ALL.11 ...) ; compiling (DEFTEST MACROEXPAND-ALL.12 ...) ; compiling (DEFTEST MACROEXPAND-ALL.13 ...) ; compiling (DEFMACRO DINFO ...) ; compiling (DEF SPEED) ; compiling (DEF SAFETY) ; compiling (DEF DEBUG) ; compiling (DEF COMPILATION-SPEED) ; compiling (DEF SPACE) ; compiling (DEFTEST DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.1 ...) ; compiling (DEFTEST DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.2 ...) ; compiling (DEFTEST DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.3 ...) ; compiling (DEFTEST DECLARATION-INFORMATION.MUFFLE-CONDITIONS.DEFAULT ...) ; compiling (DEFTEST DECLARATION-INFORMATION.MUFFLE-CONDITIONS.1 ...) ; compiling (DEFTEST DECLARATION-INFORMATION.MUFFLE-CONDITIONS.2 ...) ; compiling (DECLAIM (DECLARATION FUBAR)) ; compiling (DEFTEST DECLARATION-INFORMATION.DECLARATION ...) ; compiling (DEFVAR *FOO*) ; compiling (DEFMACRO VAR-INFO ...) ; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND ...) ; compiling (DEFVAR *VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND.DEPRECATION*) ; compiling (DECLAIM (DEPRECATED :EARLY ...)) ; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND.DEPRECATION ...) ; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND/EXTRA-DECL ...) ; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/BOUND ...) ; compiling (DEFTEST VARIABLE-INFO.GLOBAL-SPECIAL/BOUND/EXTRA-DECL ...) ; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/UNBOUND ...) ; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/BOUND ...) ; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/SHADOWED ...) ; compiling (DEFTEST VARIABLE-INFO.LOCAL-SPECIAL/SHADOWS-LEXICAL ...) ; compiling (DEFTEST VARIABLE-INFO.LEXICAL ...) ; compiling (DEFTEST VARIABLE-INFO.LEXICAL.TYPE ...) ; compiling (DEFTEST VARIABLE-INFO.LEXICAL.TYPE.2 ...) ; compiling (DEFTEST VARIABLE-INFO.LEXICAL.TYPE.3 ...) ; compiling (DEFTEST VARIABLE-INFO.IGNORE ...) ; compiling (DEFTEST VARIABLE-INFO.SYMBOL-MACRO/LOCAL ...) ; compiling (DEFINE-SYMBOL-MACRO MY-SYMBOL-MACRO ...) ; compiling (DEFTEST VARIABLE-INFO.SYMBOL-MACRO/GLOBAL ...) ; compiling (DEFTEST VARIABLE-INFO.UNDEFINED ...) ; compiling (DECLAIM (DEPRECATED :EARLY ...)) ; compiling (DEFTEST VARIABLE-INFO.UNDEFINED.DEPRECATION ...) ; compiling (DECLAIM (GLOBAL THIS-IS-GLOBAL)) ; compiling (DEFTEST GLOBAL-VARIABLE ...) ; compiling (DEFGLOBAL THIS-IS-GLOBAL-TOO ...) ; compiling (DEFTEST GLOBAL-VARIABLE.2 ...) ; compiling (SB-ALIEN:DEFINE-ALIEN-VARIABLE "errno" ...) ; compiling (DEFTEST ALIEN-VARIABLE ...) ; compiling (DEFGLOBAL *VARIABLE-INFO.GLOBAL.DEPRECATION* ...) ; compiling (DECLAIM (DEPRECATED :EARLY ...)) ; compiling (DEFTEST VARIABLE-INFO.GLOBAL.DEPRECATION ...) ; compiling (DEFMACRO FUN-INFO ...) ; compiling (DEFUN MY-GLOBAL-FUN ...) ; compiling (DEFTEST FUNCTION-INFO.GLOBAL/NO-FTYPE ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN MY-GLOBAL-FUN-2 ...) ; compiling (DEFTEST FUNCTION-INFO.GLOBAL/FTYPE ...) ; compiling (DEFUN FUNCTION-INFO.GLOBAL.DEPRECATION ...) ; compiling (DECLAIM (DEPRECATED :EARLY ...)) ; compiling (DEFTEST FUNCTION-INFO.GLOBAL.DEPRECATION ...) ; compiling (DEFMACRO MY-MACRO ...) ; compiling (DEFTEST FUNCTION-INFO.MACRO ...) ; compiling (DEFTEST FUNCTION-INFO.MACROLET ...) ; compiling (DEFTEST FUNCTION-INFO.SPECIAL-FORM ...) ; compiling (DEFTEST FUNCTION-INFO.NOTINLINE/LOCAL ...) ; compiling (DECLAIM (NOTINLINE MY-NOTINLINE)) ; compiling (DEFUN MY-NOTINLINE ...) ; compiling (DEFTEST FUNCTION-INFO.NOTINLINE/GLOBAL ...) ; compiling (DECLAIM (INLINE MY-INLINE)) ; compiling (DEFUN MY-INLINE ...) ; compiling (DEFTEST FUNCTION-INFO.INLINE/GLOBAL ...) ; compiling (DEFTEST FUNCTION-INFORMATION.KNOWN-INLINE ...) ; compiling (DEFTEST FUNCTION-INFORMATION.FTYPE ...) ; compiling (DEFMACRO CT ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE1 ...) ; compiling (DEFVAR *FOO*) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE2 ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE3 ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL1 ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL12 ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL13 ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL.MASK ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.VARIABLE.IGNORE ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.FUNCTION ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.MACRO ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.SYMBOL-MACRO ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.MACRO2 ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.NEST ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.NEST2 ...) ; compiling (DEFTEST AUGMENT-ENVIRONMENT.SYMBOL-MACRO-VAR ...) ; compiling (DEFMACRO THIRD-VALUE ...) ; compiling (DEFTEST DEFINE-DECLARATION.DECLARE ...) ; compiling (DEFTEST DEFINE-DECLARATION.DECLARE2 ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.SPECIAL ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.SPECIAL2 ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MASK ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MACROMASK ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MACROMASK2 ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.MASK2 ...) ; compiling (DEFTEST DEFINE-DECLARATION.VARIABLE.SPECIALMASK ...) ; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION ...) ; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.LEXICAL ...) ; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.LEXICAL2 ...) ; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.MASK ...) ; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION.MASK2 ...) ; compiling (DEFTEST DEFINE-DECLARATION.FUNCTION2 ...) ; compiling (DEFTEST MACROEXPAND-ALL.SPECIAL-BINDING ...) ; compiling (DEFTEST MACROEXPAND-ALL.SYMBOL-MACRO-SHADOWED ...) ; SYS:CONTRIB;SB-CLTL2;TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.146 Doing 117 pending tests of 117 tests total. SB-CLTL2-TESTS::COMPILER-LET.1 SB-CLTL2-TESTS::MACROEXPAND-ALL.1 SB-CLTL2-TESTS::MACROEXPAND-ALL.2 SB-CLTL2-TESTS::MACROEXPAND-ALL.3 SB-CLTL2-TESTS::MACROEXPAND-ALL.4 SB-CLTL2-TESTS::MACROEXPAND-ALL.5 SB-CLTL2-TESTS::MACROEXPAND-ALL.6 SB-CLTL2-TESTS::MACROEXPAND-ALL.7 SB-CLTL2-TESTS::MACROEXPAND-ALL.8 SB-CLTL2-TESTS::MACROEXPAND-ALL.9 SB-CLTL2-TESTS::MACROEXPAND-ALL.10 SB-CLTL2-TESTS::MACROEXPAND-ALL.11 SB-CLTL2-TESTS::MACROEXPAND-ALL.12 SB-CLTL2-TESTS::MACROEXPAND-ALL.13 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.DEFAULT SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.0 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.1 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.2 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.3 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPEED.IMPLICIT SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.DEFAULT SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.0 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.1 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.2 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.3 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SAFETY.IMPLICIT SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.DEFAULT SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.0 SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.1 SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.2 SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.3 SB-CLTL2-TESTS::DECLARATION-INFORMATION.DEBUG.IMPLICIT SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.DEFAULT SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.0 SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.1 SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.2 SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.3 SB-CLTL2-TESTS::DECLARATION-INFORMATION.COMPILATION-SPEED.IMPLICIT SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.DEFAULT SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.0 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.1 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.2 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.3 SB-CLTL2-TESTS::DECLARATION-INFORMATION.SPACE.IMPLICIT SB-CLTL2-TESTS::DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.1 SB-CLTL2-TESTS::DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.2 SB-CLTL2-TESTS::DECLARATION-INFORMATION.RESTRICT-COMPILER-POLICY.3 SB-CLTL2-TESTS::DECLARATION-INFORMATION.MUFFLE-CONDITIONS.DEFAULT SB-CLTL2-TESTS::DECLARATION-INFORMATION.MUFFLE-CONDITIONS.1 SB-CLTL2-TESTS::DECLARATION-INFORMATION.MUFFLE-CONDITIONS.2 SB-CLTL2-TESTS::DECLARATION-INFORMATION.DECLARATION SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND.DEPRECATION SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/UNBOUND/EXTRA-DECL SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/BOUND SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL-SPECIAL/BOUND/EXTRA-DECL SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/UNBOUND SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/BOUND SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/SHADOWED SB-CLTL2-TESTS::VARIABLE-INFO.LOCAL-SPECIAL/SHADOWS-LEXICAL SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL.TYPE SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL.TYPE.2 SB-CLTL2-TESTS::VARIABLE-INFO.LEXICAL.TYPE.3 SB-CLTL2-TESTS::VARIABLE-INFO.IGNORE SB-CLTL2-TESTS::VARIABLE-INFO.SYMBOL-MACRO/LOCAL SB-CLTL2-TESTS::VARIABLE-INFO.SYMBOL-MACRO/GLOBAL SB-CLTL2-TESTS::VARIABLE-INFO.UNDEFINED SB-CLTL2-TESTS::VARIABLE-INFO.UNDEFINED.DEPRECATION SB-CLTL2-TESTS::GLOBAL-VARIABLE SB-CLTL2-TESTS::GLOBAL-VARIABLE.2 SB-CLTL2-TESTS::ALIEN-VARIABLE SB-CLTL2-TESTS::VARIABLE-INFO.GLOBAL.DEPRECATION SB-CLTL2-TESTS::FUNCTION-INFO.GLOBAL/NO-FTYPE SB-CLTL2-TESTS::FUNCTION-INFO.GLOBAL/FTYPE SB-CLTL2-TESTS::FUNCTION-INFO.GLOBAL.DEPRECATION SB-CLTL2-TESTS::FUNCTION-INFO.MACRO SB-CLTL2-TESTS::FUNCTION-INFO.MACROLET SB-CLTL2-TESTS::FUNCTION-INFO.SPECIAL-FORM SB-CLTL2-TESTS::FUNCTION-INFO.NOTINLINE/LOCAL SB-CLTL2-TESTS::FUNCTION-INFO.NOTINLINE/GLOBAL SB-CLTL2-TESTS::FUNCTION-INFO.INLINE/GLOBAL SB-CLTL2-TESTS::FUNCTION-INFORMATION.KNOWN-INLINE SB-CLTL2-TESTS::FUNCTION-INFORMATION.FTYPE SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE1 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE2 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE3 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL1 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL12 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL13 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.SPECIAL.MASK SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.VARIABLE.IGNORE SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.FUNCTION SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.MACRO SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.SYMBOL-MACRO SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.MACRO2 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.NEST SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.NEST2 SB-CLTL2-TESTS::AUGMENT-ENVIRONMENT.SYMBOL-MACRO-VAR SB-CLTL2-TESTS::DEFINE-DECLARATION.DECLARE SB-CLTL2-TESTS::DEFINE-DECLARATION.DECLARE2 SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.SPECIAL SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.SPECIAL2 SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MASK SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MACROMASK SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MACROMASK2 SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.MASK2 SB-CLTL2-TESTS::DEFINE-DECLARATION.VARIABLE.SPECIALMASK SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.LEXICAL SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.LEXICAL2 SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.MASK SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION.MASK2 SB-CLTL2-TESTS::DEFINE-DECLARATION.FUNCTION2 SB-CLTL2-TESTS::MACROEXPAND-ALL.SPECIAL-BINDING SB-CLTL2-TESTS::MACROEXPAND-ALL.SYMBOL-MACRO-SHADOWED No tests failed. * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-concurrency")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-concurrency/module-setup.lisp" (written 02 DEC 2015 11:02:12 AM): ; compiling (PROVIDE :SB-CONCURRENCY) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-concurrency/module-setup.fasl written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/package.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-CONCURRENCY ...) ; SYS:CONTRIB;SB-CONCURRENCY;PACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.003 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/gate.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY) ; compiling (DEFSTRUCT (GATE # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFUN MAKE-GATE ...) ; compiling (DEFUN OPEN-GATE ...) ; compiling (DEFUN CLOSE-GATE ...) ; compiling (DEFUN WAIT-ON-GATE ...) ; compiling (DEFUN GATE-OPEN-P ...) ; SYS:CONTRIB;SB-CONCURRENCY;GATE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.078 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/queue.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY) ; compiling (DEFCONSTANT +DUMMY+ ...) ; compiling (DEFCONSTANT +DEAD-END+ ...) ; compiling (DECLAIM (INLINE %MAKE-QUEUE)) ; compiling (DEFSTRUCT (QUEUE # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (DEFUN MAKE-QUEUE ...) ; compiling (DEFUN ENQUEUE ...) ; compiling (DEFUN DEQUEUE ...) ; compiling (DEFUN TRY-WALK-QUEUE ...) ; compiling (DEFUN LIST-QUEUE-CONTENTS ...) ; compiling (DEFUN QUEUE-COUNT ...) ; compiling (DEFUN QUEUE-EMPTY-P ...) ; SYS:CONTRIB;SB-CONCURRENCY;QUEUE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.049 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/mailbox.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY) ; compiling (DEFSTRUCT (MAILBOX # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (DEFUN MAKE-MAILBOX ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFUN MAILBOX-COUNT ...) ; compiling (DEFUN MAILBOX-EMPTY-P ...) ; compiling (DEFUN LIST-MAILBOX-MESSAGES ...) ; compiling (DEFUN SEND-MESSAGE ...) ; compiling (DEFUN RECEIVE-MESSAGE ...) ; compiling (DEFUN RECEIVE-MESSAGE-NO-HANG ...) ; compiling (DEFUN RECEIVE-PENDING-MESSAGES ...) ; SYS:CONTRIB;SB-CONCURRENCY;MAILBOX-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.095 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/frlock.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY) ; compiling (DEFSTRUCT (FRLOCK # ...) ...) ; compiling (SETF (DOCUMENTATION # ...) ...) ; compiling (DECLAIM (INLINE MAKE-FRLOCK)) ; compiling (DEFUN MAKE-FRLOCK ...) ; compiling (DECLAIM (INLINE FRLOCK-READ-BEGIN)) ; compiling (DEFUN FRLOCK-READ-BEGIN ...) ; compiling (DECLAIM (INLINE FRLOCK-READ-END)) ; compiling (DEFUN FRLOCK-READ-END ...) ; compiling (DEFMACRO FRLOCK-READ ...) ; compiling (DEFUN %%GRAB-FRLOCK-WRITE-LOCK ...) ; compiling (DECLAIM (INLINE %GRAB-FRLOCK-WRITE-LOCK)) ; compiling (DEFUN %GRAB-FRLOCK-WRITE-LOCK ...) ; compiling (DECLAIM (INLINE GRAB-FRLOCK-WRITE-LOCK)) ; compiling (DEFUN GRAB-FRLOCK-WRITE-LOCK ...) ; compiling (DECLAIM (INLINE RELEASE-FRLOCK-WRITE-LOCK)) ; compiling (DEFUN RELEASE-FRLOCK-WRITE-LOCK ...) ; compiling (DEFMACRO FRLOCK-WRITE ...) ; SYS:CONTRIB;SB-CONCURRENCY;FRLOCK-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.106 * echo "(defsystem :sb-concurrency :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-concurrency.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-concurrency")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/tests/package.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :CL-USER) ; compiling (DEFPACKAGE :SB-CONCURRENCY-TEST ...) ; SYS:CONTRIB;SB-CONCURRENCY;TESTS;PACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.004 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/tests/test-utils.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST) ; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-UTILS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/tests/test-frlock.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST) ; compiling (DEFMACRO DEFTEST* ...) ; compiling (DEFVAR *MINIMUM-SLEEP* ...) ; compiling (DEFUN TEST-FRLOCKS ...) ; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-FRLOCK-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.070 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/tests/test-queue.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST) ; compiling (DEFTEST QUEUE.1 ...) ; compiling (DEFTEST QUEUE.2 ...) ; compiling (DEFTEST QUEUE.3 ...) ; compiling (DEFTEST QUEUE.4 ...) ; compiling (DEFTEST QUEUE.5 ...) ; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-QUEUE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.004 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/tests/test-mailbox.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST) ; compiling (DEFTEST MAILBOX-TRIVIA.1 ...) ; compiling (DEFTEST MAILBOX-TRIVIA.2 ...) ; compiling (DEFTEST MAILBOX-TRIVIA.3 ...) ; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-MAILBOX-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.003 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/tests/test-gate.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-CONCURRENCY-TEST) ; compiling (DEFTEST GATE.0 ...) ; SYS:CONTRIB;SB-CONCURRENCY;TESTS;TEST-GATE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.003 Doing 9 pending tests of 9 tests total. SB-CONCURRENCY-TEST::QUEUE.1 SB-CONCURRENCY-TEST::QUEUE.2 SB-CONCURRENCY-TEST::QUEUE.3 SB-CONCURRENCY-TEST::QUEUE.4 SB-CONCURRENCY-TEST::QUEUE.5 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.1 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.2 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.3 SB-CONCURRENCY-TEST::GATE.0 No tests failed. * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-cover")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cover/module-setup.lisp" (written 02 DEC 2015 11:02:14 AM): ; compiling (PROVIDE :SB-COVER) ; compiling (REQUIRE :SB-MD5) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cover/module-setup.fasl written ; compilation finished in 0:00:00.001 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/package.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE "SB-ROTATE-BYTE" ...) ; SYS:CONTRIB;SB-ROTATE-BYTE;PACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.003 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/compiler.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-ROTATE-BYTE") ; compiling (DEFKNOWN ROTATE-BYTE ...) ; compiling (DEFKNOWN %ROTATE-BYTE ...) ; compiling (DEFKNOWN %UNSIGNED-32-ROTATE-BYTE ...) ; compiling (DEFKNOWN %UNSIGNED-64-ROTATE-BYTE ...) ; compiling (DEFINE-SOURCE-TRANSFORM ROTATE-BYTE ...) ; compiling (DEFOPTIMIZER (%ROTATE-BYTE DERIVE-TYPE) ...) ; compiling (DEFTRANSFORM %ROTATE-BYTE ...) ; compiling (DEFTRANSFORM %ROTATE-BYTE ...) ; compiling (DEFTRANSFORM %ROTATE-BYTE ...) ; SYS:CONTRIB;SB-ROTATE-BYTE;COMPILER-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.047 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/x86-64-vm.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-ROTATE-BYTE") ; compiling (DEFINE-VOP (%32BIT-ROTATE-BYTE/C) ...) ; compiling (DEFINE-VOP (%32BIT-ROTATE-BYTE) ...) ; compiling (DEFINE-VOP (%64BIT-ROTATE-BYTE/C) ...) ; compiling (DEFINE-VOP (%64BIT-ROTATE-BYTE) ...) ; SYS:CONTRIB;SB-ROTATE-BYTE;X86-64-VM-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.094 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/rotate-byte.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-ROTATE-BYTE") ; compiling (DEFUN ROTATE-BYTE ...) ; compiling (DEFUN %ROTATE-BYTE ...) ; compiling (DEFUN %UNSIGNED-32-ROTATE-BYTE ...) ; compiling (DEFUN %UNSIGNED-64-ROTATE-BYTE ...) ; SYS:CONTRIB;SB-ROTATE-BYTE;ROTATE-BYTE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.018 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/md5.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-MD5 ...) ; compiling (IN-PACKAGE :SB-MD5) ; compiling (DEFTYPE UB32 ...) ; compiling (DEFMACRO ASSEMBLE-UB32 ...) ; compiling (DECLAIM (INLINE F ...) ...) ; compiling (DEFUN F ...) ; compiling (DEFUN G ...) ; compiling (DEFUN H ...) ; compiling (DEFUN I ...) ; compiling (DECLAIM (INLINE MOD32+) ...) ; compiling (DEFUN MOD32+ ...) ; compiling (DEFINE-COMPILER-MACRO MOD32+ ...) ; compiling (DECLAIM (INLINE ROL32) ...) ; compiling (DEFUN ROL32 ...) ; compiling (DEFPARAMETER *T* ...) ; compiling (DEFMACRO WITH-MD5-ROUND ...) ; compiling (DEFTYPE MD5-REGS ...) ; compiling (DEFMACRO MD5-REGS-A ...) ; compiling (DEFMACRO MD5-REGS-B ...) ; compiling (DEFMACRO MD5-REGS-C ...) ; compiling (DEFMACRO MD5-REGS-D ...) ; compiling (DEFCONSTANT +MD5-MAGIC-A+ ...) ; compiling (DEFCONSTANT +MD5-MAGIC-B+ ...) ; compiling (DEFCONSTANT +MD5-MAGIC-C+ ...) ; compiling (DEFCONSTANT +MD5-MAGIC-D+ ...) ; compiling (DECLAIM (INLINE INITIAL-MD5-REGS)) ; compiling (DEFUN INITIAL-MD5-REGS ...) ; compiling (DEFUN UPDATE-MD5-BLOCK ...) ; compiling (DECLAIM (INLINE FILL-BLOCK ...)) ; compiling (DEFUN FILL-BLOCK ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/md5.lisp ; in: DEFUN FILL-BLOCK ; (DEFUN SB-MD5:FILL-BLOCK (BLOCK SB-MD5::BUFFER SB-MD5::OFFSET) ; "Convert a complete 64 byte input vector segment into the given 16 ; word MD5 block. This currently works on (unsigned-byte 8) and ; character simple-arrays, via the functions `fill-block-ub8' and ; `fill-block-char' respectively." ; (DECLARE (TYPE (INTEGER 0 4611686018427387839) SB-MD5::OFFSET) ; (TYPE (SIMPLE-ARRAY SB-MD5::UB32 (16)) BLOCK) ; (TYPE (SIMPLE-ARRAY * (*)) SB-MD5::BUFFER) ; (OPTIMIZE (SPEED 3) (SAFETY 0) (SPACE 0) (DEBUG 0))) ; (ETYPECASE SB-MD5::BUFFER ; ((SIMPLE-ARRAY (UNSIGNED-BYTE 8) (*)) ; (SB-MD5:FILL-BLOCK-UB8 BLOCK SB-MD5::BUFFER SB-MD5::OFFSET)) ; (SIMPLE-STRING ; (SB-MD5:FILL-BLOCK-CHAR BLOCK SB-MD5::BUFFER SB-MD5::OFFSET)))) ; --> PROGN ; ==> ; (SB-IMPL::%DEFUN 'SB-MD5:FILL-BLOCK ; (SB-INT:NAMED-LAMBDA SB-MD5:FILL-BLOCK ; (BLOCK SB-MD5::BUFFER SB-MD5::OFFSET) ; "Convert a complete 64 byte input vector segment into the given 16 ; word MD5 block. This currently works on (unsigned-byte 8) and ; character simple-arrays, via the functions `fill-block-ub8' and ; `fill-block-char' respectively." ; (DECLARE ; (TYPE (INTEGER 0 4611686018427387839) SB-MD5::OFFSET) ; (TYPE (SIMPLE-ARRAY SB-MD5::UB32 #) BLOCK) ; (TYPE (SIMPLE-ARRAY * #) SB-MD5::BUFFER) ; (OPTIMIZE (SPEED 3) (SAFETY 0) (SPACE 0) (DEBUG 0))) ; (BLOCK SB-MD5:FILL-BLOCK ; (ETYPECASE SB-MD5::BUFFER (# #) (SIMPLE-STRING #)))) ; (SB-C:SOURCE-LOCATION) ; '(LAMBDA (BLOCK SB-MD5::BUFFER SB-MD5::OFFSET) ; "Convert a complete 64 byte input vector segment into the given 16 ; word MD5 block. This currently works on (unsigned-byte 8) and ; character simple-arrays, via the functions `fill-block-ub8' and ; `fill-block-char' respectively." ; (DECLARE ; (TYPE (INTEGER 0 4611686018427387839) SB-MD5::OFFSET) ; (TYPE (SIMPLE-ARRAY SB-MD5::UB32 #) BLOCK) ; (TYPE (SIMPLE-ARRAY * #) SB-MD5::BUFFER) ; (OPTIMIZE (SPEED 3) (SAFETY 0) (SPACE 0) (DEBUG 0))) ; (BLOCK SB-MD5:FILL-BLOCK ; (ETYPECASE SB-MD5::BUFFER (# #) (SIMPLE-STRING #))))) ; ; caught STYLE-WARNING: ; Call to SB-MD5:FILL-BLOCK-CHAR could not be inlined because no definition for ; it was seen prior to its first use. ; ; caught STYLE-WARNING: ; Call to SB-MD5:FILL-BLOCK-UB8 could not be inlined because no definition for it ; was seen prior to its first use. ; compiling (DEFUN FILL-BLOCK-UB8 ...) ; compiling (DEFUN FILL-BLOCK-CHAR ...) ; compiling (DECLAIM (INLINE MD5REGS-DIGEST)) ; compiling (DEFUN MD5REGS-DIGEST ...); in: LAMBDA (#:EXPR #:ENV) ; (+ SB-MD5::OFFSET 1) ; ; note: unable to ; associate +/+ of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: unable to ; associate +/- of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; (+ SB-MD5::OFFSET 2) ; ; note: unable to ; associate +/+ of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: unable to ; associate +/- of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; (+ SB-MD5::OFFSET 3) ; ; note: unable to ; associate +/+ of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: unable to ; associate +/- of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; (+ SB-MD5::OFFSET 1) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline fixnum arithmetic (cost 2) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; etc. ; (+ SB-MD5::OFFSET 2) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline fixnum arithmetic (cost 2) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; etc. ; (+ SB-MD5::OFFSET 3) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline fixnum arithmetic (cost 2) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; etc. ; compiling (DEFSTRUCT (MD5-STATE # ...) ...) ; compiling (DECLAIM (INLINE COPY-TO-BUFFER)) ; compiling (DEFUN COPY-TO-BUFFER ...) ; compiling (DEFUN UPDATE-MD5-STATE ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/md5.lisp ; in: DEFUN UPDATE-MD5-STATE ; (INCF (SB-MD5::MD5-STATE-AMOUNT SB-MD5::STATE) LENGTH) ; --> LET* ; ==> ; (+ LENGTH ; (TRULY-THE (INTEGER 0 *) ; (SB-KERNEL:%INSTANCE-REF (THE SB-MD5:MD5-STATE #:OBJ) 2))) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 2) because: ; The second argument is a UNSIGNED-BYTE, not a FIXNUM. ; The result is a (VALUES (INTEGER -4611686018427387904) &OPTIONAL), not a (VALUES ; FIXNUM ; &REST ; T). ; unable to do inline (signed-byte 64) arithmetic (cost 5) because: ; The second argument is a UNSIGNED-BYTE, not a (SIGNED-BYTE 64). ; The result is a (VALUES (INTEGER -4611686018427387904) &OPTIONAL), not a (VALUES ; (SIGNED-BYTE ; 64) ; &REST ; T). ; etc. ; (+ (SB-MD5::MD5-STATE-AMOUNT SB-MD5::STATE) LENGTH) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 2) because: ; The first argument is a UNSIGNED-BYTE, not a FIXNUM. ; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES FIXNUM ; &REST T). ; unable to do inline (signed-byte 64) arithmetic (cost 5) because: ; The first argument is a UNSIGNED-BYTE, not a (SIGNED-BYTE 64). ; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES ; (SIGNED-BYTE 64) ; &REST T). ; etc. ; compiling (DEFUN FINALIZE-MD5-STATE ...); in: LAMBDA (#:EXPR #:ENV) ; (+ SB-MD5::OFFSET 1) ; ; note: unable to ; associate +/+ of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: unable to ; associate +/- of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; (+ SB-MD5::OFFSET 2) ; ; note: unable to ; associate +/+ of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: unable to ; associate +/- of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; (+ SB-MD5::OFFSET 3) ; ; note: unable to ; associate +/+ of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: unable to ; associate +/- of constants ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; (+ SB-MD5::OFFSET 1) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline fixnum arithmetic (cost 2) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; etc. ; (+ SB-MD5::OFFSET 2) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline fixnum arithmetic (cost 2) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; etc. ; (+ SB-MD5::OFFSET 3) ; ; note: forced to do GENERIC-+ (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline fixnum arithmetic (cost 2) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; etc. ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/md5.lisp ; in: DEFUN FINALIZE-MD5-STATE ; (* 8 (SB-MD5::MD5-STATE-AMOUNT SB-MD5::STATE)) ; ==> ; (ASH SB-C::X 3) ; ; note: forced to do full call ; unable to do inline ASH (cost 2) because: ; The first argument is a UNSIGNED-BYTE, not a FIXNUM. ; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES FIXNUM ; &REST T). ; unable to do inline ASH (cost 3) because: ; The first argument is a UNSIGNED-BYTE, not a (UNSIGNED-BYTE 64). ; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES ; (UNSIGNED-BYTE ; 64) ; &REST T). ; etc. ; (LDB (BYTE 32 32) SB-MD5::TOTAL-LENGTH) ; --> SB-KERNEL:%LDB LOGAND ; ==> ; (ASH INT (- SB-C::POSN)) ; ; note: forced to do full call ; unable to do inline ASH (cost 2) because: ; The first argument is a UNSIGNED-BYTE, not a FIXNUM. ; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES FIXNUM ; &REST T). ; unable to do inline ASH (cost 3) because: ; The first argument is a UNSIGNED-BYTE, not a (UNSIGNED-BYTE 64). ; The result is a (VALUES UNSIGNED-BYTE &OPTIONAL), not a (VALUES ; (UNSIGNED-BYTE ; 64) ; &REST T). ; etc. ; compiling (DEFUN MD5SUM-SEQUENCE ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/md5.lisp ; in: DEFUN MD5SUM-SEQUENCE ; (SB-MD5:UPDATE-MD5-STATE SB-MD5::STATE SB-MD5::DATA :START SB-MD5::REAL-START ; :END (+ SB-MD5::REAL-START (- SB-MD5::END SB-MD5::START))) ; ; note: doing signed word to integer coercion (cost 20) ; compiling (DEFUN MD5SUM-STRING ...) ; compiling (DEFCONSTANT +BUFFER-SIZE+ ...) ; compiling (DEFTYPE BUFFER-INDEX ...) ; compiling (DEFUN MD5SUM-STREAM ...) ; compiling (DEFUN MD5SUM-FILE ...) ; SYS:CONTRIB;SB-MD5;MD5-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.738 WARNING: Lisp compilation had style-warnings while compiling # ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/cover.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE #:SB-COVER ...) ; compiling (IN-PACKAGE #:SB-COVER) ; compiling (DECLAIM (TYPE # ...)) ; compiling (DEFVAR *SOURCE-PATH-MODE* ...) ; compiling (DEFCLASS SAMPLE-COUNT ...) ; compiling (DEFUN CLEAR-COVERAGE ...) ; compiling (DEFUN RESET-COVERAGE ...) ; compiling (DEFUN SAVE-COVERAGE ...) ; compiling (DEFUN RESTORE-COVERAGE ...) ; compiling (DEFUN SAVE-COVERAGE-IN-FILE ...) ; compiling (DEFUN RESTORE-COVERAGE-FROM-FILE ...) ; compiling (DEFUN PATHNAME-AS-DIRECTORY ...) ; compiling (DEFUN REPORT ...) ; compiling (DEFUN PERCENT ...) ; compiling (DEFUN REPORT-FILE ...) ; compiling (DEFUN FILL-WITH-STATE ...) ; compiling (DEFUN DETABIFY ...) ; compiling (DEFVAR *COUNTS* ...) ; compiling (DEFUN PRINT-REPORT ...) ; compiling (DEFUN WRITE-STYLES ...) ; compiling (DEFUN CONVERT-RECORDS ...) ; compiling (DEFUN READ-FILE ...) ; compiling (DEFUN MAKE-SOURCE-RECORDER ...) ; compiling (DEFUN MAKE-SOURCE-RECORDING-READTABLE ...) ; compiling (DEFUN MAKE-RECORDING-READ-LIST ...) ; compiling (DEFUN SUPPRESS-SHARP-DOT ...) ; compiling (DEFUN READ-AND-RECORD-SOURCE-MAP ...) ; compiling (DEFUN READ-SOURCE-FORM ...) ; compiling (DEFUN SOURCE-PATH-STREAM-POSITION ...) ; compiling (DEFUN CHECK-SOURCE-PATH ...) ; compiling (DEFUN SOURCE-PATH-STRING-POSITION ...) ; compiling (DEFUN SOURCE-PATH-FILE-POSITION ...) ; compiling (DEFUN SOURCE-PATH-SOURCE-POSITION ...) ; SYS:CONTRIB;SB-COVER;COVER-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.397 ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions ; printed 23 notes * echo "(defsystem :sb-cover :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-cover.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-cover")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE SB-COVER-TEST ...) ; compiling (IN-PACKAGE SB-COVER-TEST) ; compiling (DEFPARAMETER *SOURCE-DIRECTORY* ...) ; compiling (DEFPARAMETER *OUTPUT-DIRECTORY* ...) ; compiling (SETF *DEFAULT-PATHNAME-DEFAULTS* ...) ; compiling (DEFUN COMPILE-LOAD ...) ; compiling (DEFUN REPORT ...) ; compiling (DEFUN REPORT-EXPECT-FAILURE ...) ; compiling (COMPILE-LOAD "test-data-1") ; compiling (REPORT-EXPECT-FAILURE) ; compiling (PROCLAIM (QUOTE #)) ; compiling (COMPILE-LOAD "test-data-1") ; compiling (CATCH (QUOTE OK) ...) ; compiling (REPORT) ; compiling (ASSERT (PROBE-FILE #)) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (PLUSP #)) ; compiling (TEST1) ; compiling (REPORT) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (PLUSP #)) ; compiling (ASSERT (= # ...)) ; compiling (SB-COVER:RESET-COVERAGE) ; compiling (REPORT) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (ZEROP #)) ; compiling (ASSERT (PLUSP #)) ; compiling (SB-COVER:CLEAR-COVERAGE) ; compiling (REPORT-EXPECT-FAILURE) ; compiling (COMPILE-LOAD "test-data-2") ; compiling (TEST2 1) ; compiling (REPORT) ; compiling (ASSERT (PLUSP #)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (PLUSP #)) ; compiling (ASSERT (PLUSP #)) ; compiling (ASSERT (/= # ...)) ; compiling (TEST2 0) ; compiling (REPORT) ; compiling (ASSERT (= # ...)) ; compiling (COMPILE-LOAD "test-data-3") ; compiling (TEST-2) ; compiling (MAP NIL ...) ; SYS:CONTRIB;SB-COVER;TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.061 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/test-data-1.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE SB-COVER-TEST) ; compiling (DEFUN TEST1 ...) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cover/test-data-1.fasl written ; compilation finished in 0:00:00.003 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/test-data-1.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE SB-COVER-TEST) ; compiling (DEFUN TEST1 ...) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cover/test-data-1.fasl written ; compilation finished in 0:00:00.004 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/test-data-2.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE SB-COVER-TEST) ; compiling (DEFUN TEST2 ...) ; compiling (IDENTITY 1) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cover/test-data-2.fasl written ; compilation finished in 0:00:00.007 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/test-data-3.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DECLAIM (OPTIMIZE SB-C:STORE-COVERAGE-DATA)) ; compiling (DEFUN TEST-1 ...) ; compiling (DEFUN TEST-2 ...) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-cover/test-data-3.fasl written ; compilation finished in 0:00:00.005 ((1 3 1)) * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-executable' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "sb-executable" "sb-executable") :output-file (parse-native-namestring "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-executable.fasl"))' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-executable.asd true gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-executable' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-gmp")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-gmp/module-setup.lisp" (written 02 DEC 2015 11:02:17 AM): ; compiling (PROVIDE :SB-GMP) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-gmp/module-setup.fasl written ; compilation finished in 0:00:00.001 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE "SB-GMP" ...) ; compiling (IN-PACKAGE "SB-GMP") ; compiling (DEFVAR *GMP-DISABLED* ...) ; compiling (DEFCONSTANT +BIGNUM-RAW-AREA-OFFSET+ ...) ; compiling (DECLAIM (INLINE BIGNUM-DATA-SAP)) ; compiling (DEFUN BIGNUM-DATA-SAP ...) ; compiling (DEFUN TRY-LOAD-SHARED-OBJECT ...) ; compiling (DEFUN %LOAD-GMP ...) ; compiling (DEFVAR *GMP-FEATURES* ...) ; compiling (DEFVAR *GMP-VERSION* ...) ; compiling (%LOAD-GMP) ; compiling (DEFINE-ALIEN-TYPE GMP-LIMB ...) ; compiling (DEFTYPE UI ...) ; compiling (DEFTYPE SI ...) ; compiling (DEFINE-ALIEN-TYPE NIL ...) ; compiling (DECLAIM (INLINE Z-TO-BIGNUM ...)) ; compiling (DEFUN Z-TO-BIGNUM ...) ; compiling (DEFUN Z-TO-BIGNUM-NEG ...) ; compiling (DECLAIM (INLINE GMP-Z-TO-BIGNUM)) ; compiling (DEFUN GMP-Z-TO-BIGNUM ...) ; compiling (DECLAIM (INLINE BLENGTH ...) ...) ; compiling (DEFUN BLENGTH ...) ; compiling (DEFUN BASSERT ...) ; compiling (DEFINE-ALIEN-TYPE NIL ...) ; compiling (DECLAIM (INLINE __GMPZ_INIT ...)) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_INIT ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_CLEAR ...) ; compiling (DEFMACRO DEFINE-TWOARG-MPZ-FUNS ...) ; compiling (DEFMACRO DEFINE-THREEARG-MPZ-FUNS ...) ; compiling (DEFMACRO DEFINE-FOURARG-MPZ-FUNS ...) ; compiling (DEFINE-TWOARG-MPZ-FUNS (__GMPZ_SQRT __GMPZ_NEXTPRIME)) ; compiling (DEFINE-THREEARG-MPZ-FUNS (__GMPZ_ADD __GMPZ_SUB ...)) ; compiling (DEFINE-FOURARG-MPZ-FUNS (__GMPZ_CDIV_QR __GMPZ_FDIV_QR ...)) ; compiling (DECLAIM (INLINE __GMPZ_MUL_2EXP ...)) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_MUL_2EXP ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_FDIV_Q_2EXP ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_POW_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_PROBAB_PRIME_P ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_FAC_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_2FAC_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_MFAC_UIUI ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_PRIMORIAL_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_REMOVE ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_BIN_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_FIB2_UI ...) ; compiling (DEFMACRO DEFINE-THREEARG-MPQ-FUNS ...) ; compiling (DEFINE-THREEARG-MPQ-FUNS (__GMPQ_ADD __GMPQ_SUB ...)) ; compiling (DEFMACRO WITH-MPZ-RESULTS ...) ; compiling (DEFMACRO WITH-MPZ-VARS ...) ; compiling (DEFMACRO WITH-GMP-MPZ-RESULTS ...) ; compiling (DEFMACRO DEFGMPFUN ...) ; compiling (DEFGMPFUN MPZ-ADD ...) ; compiling (DEFGMPFUN MPZ-SUB ...) ; compiling (DEFGMPFUN MPZ-MUL ...) ; compiling (DEFGMPFUN MPZ-MUL-2EXP ...) ; compiling (DEFGMPFUN MPZ-MOD ...) ; compiling (DEFGMPFUN MPZ-CDIV ...) ; compiling (DEFGMPFUN MPZ-FDIV ...) ; compiling (DEFGMPFUN MPZ-FDIV-2EXP ...) ; compiling (DEFGMPFUN MPZ-TDIV ...) ; compiling (DEFGMPFUN MPZ-POW ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN MPZ-POW ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::ROP) ; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::BASE SB-GMP::GBASE)) ; (SB-GMP::__GMPZ_POW_UI (ADDR SB-GMP::ROP) (ADDR SB-GMP::GBASE) EXP))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::ROP 'SB-GMP::MP_D) #:RESULT3279 ; #:SIZE3280))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFGMPFUN MPZ-POWM ...) ; compiling (DEFGMPFUN MPZ-GCD ...) ; compiling (DEFGMPFUN MPZ-LCM ...) ; compiling (DEFGMPFUN MPZ-SQRT ...) ; compiling (DEFUN MPZ-PROBABLY-PRIME-P ...) ; compiling (DEFGMPFUN MPZ-NEXTPRIME ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN MPZ-NEXTPRIME ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::PRIME) ; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::A SB-GMP::GA)) ; (SB-GMP::__GMPZ_NEXTPRIME (ADDR SB-GMP::PRIME) (ADDR SB-GMP::GA)))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::PRIME 'SB-GMP::MP_D) ; #:RESULT3888 #:SIZE3889))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFGMPFUN MPZ-FAC ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN MPZ-FAC ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FAC) ; (SB-GMP::__GMPZ_FAC_UI (ADDR SB-GMP::FAC) SB-GMP::N)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FAC 'SB-GMP::MP_D) #:RESULT3977 ; #:SIZE3978))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFGMPFUN %MPZ-2FAC ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN %MPZ-2FAC ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FAC) ; (SB-GMP::__GMPZ_2FAC_UI (ADDR SB-GMP::FAC) SB-GMP::N)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FAC 'SB-GMP::MP_D) #:RESULT4036 ; #:SIZE4037))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFGMPFUN %MPZ-MFAC ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN %MPZ-MFAC ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FAC) ; (SB-GMP::__GMPZ_MFAC_UIUI (ADDR SB-GMP::FAC) SB-GMP::N SB-GMP::M)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FAC 'SB-GMP::MP_D) #:RESULT4098 ; #:SIZE4099))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFGMPFUN %MPZ-PRIMORIAL ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN %MPZ-PRIMORIAL ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R) ; (SB-GMP::__GMPZ_PRIMORIAL_UI (ADDR SB-GMP::R) SB-GMP::N)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4159 ; #:SIZE4160))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFGMPFUN MPZ-REMOVE-5.1 ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN MPZ-REMOVE-5.1 ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R) ; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN) (SB-GMP::F SB-GMP::GF)) ; (SETF SB-GMP::C (SB-GMP::__GMPZ_REMOVE # # #)))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4220 ; #:SIZE4221))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; (CHECK-TYPE SB-GMP::F UNSIGNED-BYTE "handled by GMP prior to version 5.1") ; --> DO BLOCK LET TAGBODY UNLESS IF TYPEP LET SB-C::%TYPEP-WRAPPER LET AND IF ; --> AND THE LOCALLY AND THE >= IF ; ==> ; (< SB-C::X SB-C::Y) ; ; note: forced to do GENERIC-< (cost 10) ; unable to do inline fixnum comparison (cost 3) because: ; The first argument is a INTEGER, not a FIXNUM. ; unable to do inline fixnum comparison (cost 4) because: ; The first argument is a INTEGER, not a FIXNUM. ; etc. ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R) ; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN) (SB-GMP::F SB-GMP::GF)) ; (SETF SB-GMP::C (SB-GMP::__GMPZ_REMOVE # # #)))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4220 ; #:SIZE4221))) ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; (SETF SB-GMP::C ; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN) ; (ADDR SB-GMP::GF))) ; ==> ; (SETQ SB-GMP::C ; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN) ; (ADDR SB-GMP::GF))) ; ; note: doing unsigned word to integer coercion (cost 20) to C ; compiling (DEFGMPFUN MPZ-REMOVE ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN MPZ-REMOVE ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R) ; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN) (SB-GMP::F SB-GMP::GF)) ; (SETF SB-GMP::C (SB-GMP::__GMPZ_REMOVE # # #)))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4334 ; #:SIZE4335))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; (SETF SB-GMP::C ; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN) ; (ADDR SB-GMP::GF))) ; ==> ; (SETQ SB-GMP::C ; (SB-GMP::__GMPZ_REMOVE (ADDR SB-GMP::R) (ADDR SB-GMP::GN) ; (ADDR SB-GMP::GF))) ; ; note: doing unsigned word to integer coercion (cost 20) to C ; compiling (DEFUN SETUP-5.1-STUBS ...) ; compiling (DEFGMPFUN MPZ-BIN ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN MPZ-BIN ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::R) ; (SB-GMP::WITH-MPZ-VARS ((SB-GMP::N SB-GMP::GN)) ; (SB-GMP::__GMPZ_BIN_UI (ADDR SB-GMP::R) (ADDR SB-GMP::GN) SB-GMP::K))) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::R 'SB-GMP::MP_D) #:RESULT4519 ; #:SIZE4520))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFGMPFUN MPZ-FIB2 ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFGMPFUN MPZ-FIB2 ; (SB-GMP::WITH-GMP-MPZ-RESULTS (SB-GMP::FIBN SB-GMP::FIBN-1) ; (SB-GMP::__GMPZ_FIB2_UI (ADDR SB-GMP::FIBN) (ADDR SB-GMP::FIBN-1) ; SB-GMP::N)) ; --> WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET ; --> SYMBOL-MACROLET LET LET SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF ; --> SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN 'SB-GMP::MP_D) #:RESULT4610 ; #:SIZE4611))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN-1 'SB-GMP::MP_D) ; #:RESULT4612 #:SIZE4613))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN 'SB-GMP::MP_D) #:RESULT4610 ; #:SIZE4611))) ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::FIBN-1 'SB-GMP::MP_D) ; #:RESULT4612 #:SIZE4613))) ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFINE-ALIEN-TYPE NIL ...) ; compiling (DECLAIM (INLINE __GMP_RANDINIT_MT ...)) ; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDINIT_MT ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDINIT_LC_2EXP ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDSEED ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMP_RANDSEED_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_URANDOMB ...) ; compiling (DEFINE-ALIEN-ROUTINE __GMPZ_URANDOMM ...) ; compiling (DEFSTRUCT (GMP-RSTATE #) ...) ; compiling (DECLAIM (SB-EXT:MAYBE-INLINE MAKE-GMP-RSTATE ...)) ; compiling (DEFUN MAKE-GMP-RSTATE ...) ; compiling (DEFUN MAKE-GMP-RSTATE-LC ...) ; compiling (DEFUN RAND-SEED ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFUN RAND-SEED ; (TYPEP SB-GMP::SEED '(INTEGER 0 *)) ; --> LET SB-C::%TYPEP-WRAPPER LET AND IF AND THE LOCALLY AND THE >= IF ; ==> ; (< SB-C::X SB-C::Y) ; ; note: forced to do GENERIC-< (cost 10) ; unable to do inline fixnum comparison (cost 3) because: ; The first argument is a (OR (INTEGER * -1) (INTEGER 18446744073709551616)), not a FIXNUM. ; unable to do inline fixnum comparison (cost 4) because: ; The first argument is a (OR (INTEGER * -1) (INTEGER 18446744073709551616)), not a FIXNUM. ; etc. ; compiling (DEFUN RANDOM-BITCOUNT ...) ; compiling (DEFUN RANDOM-INT ...) ; compiling (DECLAIM (INLINE %LSIZE)) ; compiling (DEFUN %LSIZE ...) ; compiling (DEFMACRO WITH-MPQ-VAR ...) ; compiling (DEFMACRO DEFMPQFUN ...) ; compiling (DEFMPQFUN MPQ-ADD ...) ; compiling (DEFMPQFUN MPQ-SUB ...) ; compiling (DEFMPQFUN MPQ-MUL ...) ; compiling (DEFMPQFUN MPQ-DIV ...) ; compiling (DEF ORIG-MUL ...) ; compiling (DEF ORIG-TRUNCATE ...) ; compiling (DEF ORIG-GCD ...) ; compiling (DEF ORIG-LCM ...) ; compiling (DEF ORIG-ISQRT ...) ; compiling (DEF ORIG-TWO-ARG-+ ...) ; compiling (DEF ORIG-TWO-ARG-- ...) ; compiling (DEF ORIG-TWO-ARG-* ...) ; compiling (DEF ORIG-TWO-ARG-/ ...) ; compiling (DEF ORIG-INTEXP ...) ; compiling (DEFUN GMP-MUL ...) ; compiling (DEFUN GMP-TRUNCATE ...) ; compiling (DEFUN GMP-LCM ...) ; compiling (DEFUN GMP-ISQRT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFUN GMP-ISQRT ; (DEFUN SB-GMP::GMP-ISQRT (SB-GMP::N) ; (DECLARE (OPTIMIZE (SPEED 3) (SPACE 3)) ; (TYPE UNSIGNED-BYTE SB-GMP::N) ; (INLINE SB-GMP:MPZ-SQRT)) ; (IF (OR (TYPEP SB-GMP::N 'FIXNUM) SB-GMP:*GMP-DISABLED*) ; (SB-GMP::ORIG-ISQRT SB-GMP::N) ; (SB-GMP:MPZ-SQRT SB-GMP::N))) ; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA FUNCTION ; --> SB-C::%FUNCALL MULTIPLE-VALUE-BIND LET UNLESS IF TYPEP LET ; --> SB-C::%TYPEP-WRAPPER LET AND IF AND THE LOCALLY AND THE >= IF ; ==> ; (< SB-C::X SB-C::Y) ; ; note: forced to do GENERIC-< (cost 10) ; unable to do inline fixnum comparison (cost 3) because: ; The first argument is a INTEGER, not a FIXNUM. ; unable to do inline fixnum comparison (cost 4) because: ; The first argument is a INTEGER, not a FIXNUM. ; etc. ; compiling (DEFUN GMP-TWO-ARG-+ ...) ; compiling (DEFUN GMP-TWO-ARG-- ...) ; compiling (DEFUN GMP-TWO-ARG-* ...) ; compiling (DEFUN GMP-TWO-ARG-/ ...) ; compiling (DEFUN GMP-INTEXP ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/gmp.lisp ; in: DEFUN GMP-INTEXP ; (SB-GMP:MPZ-POW SB-GMP::BASE SB-GMP::POWER) ; --> BLOCK SB-GMP::WITH-GMP-MPZ-RESULTS WITH-ALIEN SYMBOL-MACROLET ; --> SYMBOL-MACROLET LET LET SYMBOL-MACROLET LET LET ; --> SB-SYS:WITH-PINNED-OBJECTS FLET BLOCK PROGN SETF SETQ THE IF - ; ==> ; (SB-KERNEL:%NEGATE ; (THE NUMBER ; (SB-GMP::GMP-Z-TO-BIGNUM (SLOT SB-GMP::ROP 'SB-GMP::MP_D) #:RESULT7957 ; #:SIZE7958))) ; ; note: unable to ; Eliminate %negate/%negate of rationals ; due to type uncertainty: ; The first argument is a NUMBER, not a RATIONAL. ; ; note: forced to do GENERIC-NEGATE (cost 10) ; unable to do inline fixnum arithmetic (cost 1) because: ; The first argument is a NUMBER, not a FIXNUM. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES FIXNUM &REST T). ; unable to do inline float arithmetic (cost 1) because: ; The first argument is a NUMBER, not a SINGLE-FLOAT. ; The result is a (VALUES NUMBER &OPTIONAL), not a (VALUES SINGLE-FLOAT ; &REST T). ; etc. ; compiling (DEFUN INSTALL-GMP-FUNS ...) ; compiling (DEFUN UNINSTALL-GMP-FUNS ...) ; compiling (DEFUN LOAD-GMP ...) ; compiling (DEFUN UNLOAD-GMP ...) ; compiling (LOAD-GMP) ; SYS:CONTRIB;SB-GMP;GMP-TMP.FASL.NEWEST written ; compilation finished in 0:00:03.527 ; ; compilation unit finished ; printed 29 notes * echo "(defsystem :sb-gmp :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-gmp.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-gmp")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE "SB-GMP-TESTS" ...) ; compiling (IN-PACKAGE "SB-GMP-TESTS") ; compiling (DEFPARAMETER *STATE* ...) ; compiling (RAND-SEED *STATE* ...) ; compiling (DEFMACRO DEFGENERATOR ...) ; compiling (DEFGENERATOR GEN-MPZ ...) ; compiling (DEFUN GEN-MPQ ...) ; compiling (DEFUN MAYBE-APPLY ...) ; compiling (DEFUN TEST-ONE-CASE ...) ; compiling (DEFVAR *ITERATION-COUNT* ...) ; compiling (DEFUN TEST-N-CASES ...) ; compiling (DEFMACRO DEFINE-GMP-TEST ...) ; compiling (DEFINE-GMP-TEST (MPZ-ADD :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-SUB :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-MUL :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-TDIV :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-FDIV :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-CDIV :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-GCD :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-LCM :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (ISQRT :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-MOD :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-POW :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPZ-POWM :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (SIGN-CONVERSION) ...) ; compiling (DEFINE-GMP-TEST (TRUNCATE-1) ...) ; compiling (DEFINE-GMP-TEST (TRUNCATE-2) ...) ; compiling (DEFUN FAC ...) ; compiling (DEFINE-GMP-TEST (FAC1) ...) ; compiling (DEFINE-GMP-TEST (FAC2) ...) ; compiling (DEFINE-GMP-TEST (POW1) ...) ; compiling (DEFINE-GMP-TEST (POW2) ...) ; compiling (DEFTEST REMOVE-1 ...) ; compiling (DEFTEST REMOVE-2 ...) ; compiling (DEFTEST REMOVE-3 ...) ; compiling (DEFTEST FIB ...) ; compiling (DEFTEST BINOMIAL ...) ; compiling (DEFINE-GMP-TEST (MPZ-NEXTPRIME :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPQ-ADD :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPQ-SUB :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPQ-MUL :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (MPQ-DIV :REPEAT ...) ...) ; compiling (DEFINE-GMP-TEST (ADD-1) ...) ; compiling (DEFINE-GMP-TEST (MOD-1) ...) ; SYS:CONTRIB;SB-GMP;TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:01.136 Doing 31 pending tests of 31 tests total. SB-GMP:MPZ-ADD SB-GMP:MPZ-SUB SB-GMP:MPZ-MUL SB-GMP:MPZ-TDIV SB-GMP:MPZ-FDIV SB-GMP:MPZ-CDIV SB-GMP:MPZ-GCD SB-GMP:MPZ-LCM ISQRT SB-GMP:MPZ-MOD SB-GMP:MPZ-POW SB-GMP:MPZ-POWM SB-GMP-TESTS::SIGN-CONVERSION SB-GMP-TESTS::TRUNCATE-1 SB-GMP-TESTS::TRUNCATE-2 SB-GMP-TESTS::FAC1 SB-GMP-TESTS::FAC2 SB-GMP-TESTS::POW1 SB-GMP-TESTS::POW2 SB-GMP-TESTS::REMOVE-1 SB-GMP-TESTS::REMOVE-2 SB-GMP-TESTS::REMOVE-3 SB-GMP-TESTS::FIB SB-GMP-TESTS::BINOMIAL SB-GMP:MPZ-NEXTPRIME SB-GMP:MPQ-ADD SB-GMP:MPQ-SUB SB-GMP:MPQ-MUL SB-GMP:MPQ-DIV SB-GMP-TESTS::ADD-1 SB-GMP-TESTS::MOD-1 No tests failed. * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-grovel")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-grovel/module-setup.lisp" (written 02 DEC 2015 11:02:26 AM): ; compiling (PROVIDE :SB-GROVEL) ; compiling (REQUIRE :ASDF) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-grovel/module-setup.fasl written ; compilation finished in 0:00:00.002 * echo "(defsystem :sb-grovel :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-grovel.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-grovel")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-introspect")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-introspect/module-setup.lisp" (written 02 DEC 2015 11:02:27 AM): ; compiling (PROVIDE :SB-INTROSPECT) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-introspect/module-setup.fasl written ; compilation finished in 0:00:00.001 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/introspect.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-INTROSPECT ...) ; compiling (IN-PACKAGE :SB-INTROSPECT) ; compiling (DEFTYPE DEBUG-INFO ...) ; compiling (DEFTYPE DEBUG-SOURCE ...) ; compiling (DEFTYPE DEBUG-FUNCTION ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN FUNCTION-DEBUG-INFO ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN FUNCTION-DEBUG-SOURCE ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/introspect.lisp ; in: DEFUN FUNCTION-DEBUG-SOURCE ; (DEFUN SB-INTROSPECT::FUNCTION-DEBUG-SOURCE (FUNCTION) ; (SB-INTROSPECT::DEBUG-INFO-SOURCE ; (SB-INTROSPECT::FUNCTION-DEBUG-INFO FUNCTION))) ; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-INTROSPECT::FUNCTION-DEBUG-SOURCE ; (FUNCTION) ; (BLOCK SB-INTROSPECT::FUNCTION-DEBUG-SOURCE ; (SB-INTROSPECT::DEBUG-INFO-SOURCE ; (SB-INTROSPECT::FUNCTION-DEBUG-INFO FUNCTION)))) ; ; note: type assertion too complex to check: ; (VALUES SB-C::DEBUG-SOURCE &REST T). ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN DEBUG-INFO-SOURCE ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN DEBUG-INFO-DEBUG-FUNCTION ...) ; compiling (DEFUN VALID-FUNCTION-NAME-P ...) ; compiling (DECLAIM (INLINE MAP-CODE-CONSTANTS)) ; compiling (DEFUN MAP-CODE-CONSTANTS ...) ; compiling (DECLAIM (INLINE MAP-ALLOCATED-CODE-COMPONENTS)) ; compiling (DEFUN MAP-ALLOCATED-CODE-COMPONENTS ...) ; compiling (DECLAIM (INLINE MAP-CALLER-CODE-COMPONENTS)) ; compiling (DEFUN MAP-CALLER-CODE-COMPONENTS ...) ; compiling (DEFSTRUCT DEFINITION-SOURCE ...) ; compiling (DEFUN VOP-SOURCES-FROM-FUN-TEMPLATES ...) ; compiling (DEFUN FIND-VOP-SOURCE ...) ; compiling (DEFUN FIND-DEFINITION-SOURCES-BY-NAME ...) ; compiling (DEFUN FIND-DEFINITION-SOURCE ...) ; compiling (DEFUN FIND-FUNCTION-DEFINITION-SOURCE ...) ; compiling (DEFUN TRANSLATE-SOURCE-LOCATION ...) ; compiling (SB-INT:DEFINE-DEPRECATED-FUNCTION :LATE ...) ; compiling (DEFUN FUNCTION-LAMBDA-LIST ...) ; compiling (DEFUN DEFTYPE-LAMBDA-LIST ...) ; compiling (DEFUN FUNCTION-TYPE ...) ; compiling (DEFUN FIND-FUNCTION-CALLEES ...) ; compiling (DEFUN FIND-FUNCTION-CALLERS ...) ; compiling (DEFUN GET-SIMPLE-FUN ...) ; compiling (DEFUN CALL-WITH-EACH-GLOBAL-FUNCTOID ...) ; compiling (DEFUN COLLECT-XREF ...) ; compiling (DEFUN WHO-CALLS ...) ; compiling (DEFUN WHO-BINDS ...) ; compiling (DEFUN WHO-REFERENCES ...) ; compiling (DEFUN WHO-SETS ...) ; compiling (DEFUN WHO-MACROEXPANDS ...) ; compiling (DEFUN WHO-SPECIALIZES-DIRECTLY ...) ; compiling (DEFUN WHO-SPECIALIZES-GENERALLY ...) ; compiling (DEFUN CANONICALIZE-CLASS-DESIGNATOR ...) ; compiling (DEFUN METHOD-GENERIC-FUNCTION-NAME ...) ; compiling (DEFUN COLLECT-SPECIALIZING-METHODS ...) ; compiling (DEFUN ALLOCATION-INFORMATION ...) ; compiling (DEFUN MAP-ROOT ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/introspect.lisp ; in: DEFUN MAP-ROOT ; (SB-KERNEL:VALUE-CELL-REF SB-INTROSPECT::OBJECT) ; ; note: deleting unreachable code ; (SB-KERNEL:WIDETAG-OF SB-INTROSPECT::OBJECT) ; ; note: deleting unreachable code ; ; note: deleting unreachable code ; (WARN "~&MAP-ROOT: Unknown widetag ~S: ~S~%" ; (SB-KERNEL:WIDETAG-OF SB-INTROSPECT::OBJECT) SB-INTROSPECT::OBJECT) ; ==> ; "~&MAP-ROOT: Unknown widetag ~S: ~S~%" ; ; note: deleting unreachable code ; (SB-KERNEL:VALUE-CELL-REF SB-INTROSPECT::OBJECT) ; ==> ; SB-INTROSPECT::OBJECT ; ; note: deleting unreachable code ; SYS:CONTRIB;SB-INTROSPECT;INTROSPECT-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.391 ; ; compilation unit finished ; printed 6 notes * echo "(defsystem :sb-introspect :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-introspect.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-introspect")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/xref-test-data.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-INTROSPECT-TEST/XREF ...) ; compiling (IN-PACKAGE :SB-INTROSPECT-TEST/XREF) ; compiling (DEFVAR *A* ...) ; compiling (DEFCONSTANT +Z+ ...) ; compiling (DEFUN FOO ...) ; compiling (DEFUN BAR ...) ; compiling (DEFUN XREF/1 ...) ; compiling (DEFUN XREF/2 ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/xref-test-data.lisp ; in: DEFUN XREF/2 ; (SB-INTROSPECT-TEST/XREF::XREF/1) ; ; note: deleting unreachable code ; compiling (LET (#) ...) ; compiling (FLET (#) ...) ; compiling (DEFUN XREF/7 ...) ; compiling (LET (#) ...) ; compiling (DEFVAR *C* ...) ; compiling (DEFUN XREF/8 ...) ; compiling (DEFMETHOD XREF/10 ...) ; compiling (DEFMETHOD XREF/11 ...) ; compiling (DEFMETHOD XREF/11 ...) ; compiling (DECLAIM (INLINE INLINE/1)) ; compiling (DEFUN INLINE/1 ...) ; compiling (DEFUN XREF/12 ...) ; compiling (DEFUN XREF/13 ...) ; compiling (DEFUN XREF/14 ...) ; compiling (DEFMACRO MACRO/1 ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/xref-test-data.lisp ; in: DEFMACRO MACRO/1 ; (SB-INTROSPECT-TEST/XREF::XREF/12) ; ; note: deleting unreachable code ; compiling (DEFUN MACRO-USE/1 ...) ; compiling (DEFUN MACRO-USE/2 ...) ; compiling (FLET (#) ...) ; compiling (DEFUN MACRO-USE/4 ...) ; compiling (DECLAIM (INLINE INLINE/2)) ; compiling (DEFUN INLINE/2 ...) ; compiling (DEFUN MACRO-USE/5 ...) ; compiling (DECLAIM (INLINE INLINE/3)) ; compiling (DEFUN INLINE/3 ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/xref-test-data.lisp ; in: DEFUN INLINE/3 ; (DEFUN SB-INTROSPECT-TEST/XREF::INLINE/3 ; (SB-INTROSPECT-TEST/XREF::A ; &OPTIONAL SB-INTROSPECT-TEST/XREF::B ; &KEY SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D) ; (LIST SB-INTROSPECT-TEST/XREF::A SB-INTROSPECT-TEST/XREF::B ; SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D)) ; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-INTROSPECT-TEST/XREF::INLINE/3 ; (SB-INTROSPECT-TEST/XREF::A &OPTIONAL SB-INTROSPECT-TEST/XREF::B &KEY ; SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D) ; (BLOCK SB-INTROSPECT-TEST/XREF::INLINE/3 ; (LIST SB-INTROSPECT-TEST/XREF::A SB-INTROSPECT-TEST/XREF::B ; SB-INTROSPECT-TEST/XREF::C SB-INTROSPECT-TEST/XREF::D))) ; ; caught STYLE-WARNING: ; &OPTIONAL and &KEY found in the same lambda list: (A &OPTIONAL B &KEY C D) ; compiling (DEFUN INLINE/3-USER/1 ...) ; compiling (DEFUN INLINE/3-USER/2 ...) ; compiling (DEFUN INLINE/3-USER/3 ...) ; compiling (DEFUN INLINE/3-USER/4 ...) ; compiling (DECLAIM (INLINE INLINE/4)) ; compiling (DEFUN INLINE/4 ...) ; compiling (DEFUN INLINE/4-USER ...) ; compiling (DEFINE-COMPILER-MACRO CMACRO ...) ; compiling (DEFSTRUCT STRUCT ...) ; compiling (DEFUN SOURCE-USER ...) ; compiling (DEFCLASS A-CLASS ...) ; compiling (DEFCLASS A-SUBCLASS ...) ; compiling (DEFSTRUCT A-STRUCTURE) ; compiling (DEFSTRUCT (A-SUBSTRUCTURE #)) ; compiling (DEFVAR *AN-INSTANCE-OF-A-CLASS* ...) ; compiling (DEFVAR *AN-INSTANCE-OF-A-SUBCLASS* ...) ; compiling (DEFVAR *AN-INSTANCE-OF-A-STRUCTURE* ...) ; compiling (DEFVAR *AN-INSTANCE-OF-A-SUBSTRUCTURE* ...) ; compiling (DEFMETHOD A-GF-1 ...) ; compiling (DEFMETHOD A-GF-1 ...) ; compiling (DEFMETHOD A-GF-2 ...) ; compiling (DEFMETHOD A-GF-2 ...) ; compiling (DEFMETHOD A-GF-3 ...) ; compiling (DEFMETHOD A-GF-3 ...) ; compiling (DEFUN CALLED-BY-TRACED-FUN ...) ; compiling (DEFUN TRACED-FUN ...) ; compiling (TRACE TRACED-FUN) ; SYS:CONTRIB;SB-INTROSPECT;XREF-TEST-DATA-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.145 WARNING: Lisp compilation had style-warnings while compiling # WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::XREF/10. WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::XREF/11. WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::A-GF-1. WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::A-GF-2. WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST/XREF::A-GF-3. ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/xref-test.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE :SB-INTROSPECT-TEST/XREF) ; compiling (DEFMACRO DEFINE-XREF-TEST ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.1 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.2 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.3 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.4 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.5 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.6 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.7 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.8 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.9 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.10 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.11 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.12 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.13 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.14 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.15 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.16 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.17 ...) ; compiling (DEFINE-XREF-TEST WHO-MACROEXPANDS.1 ...) ; compiling (DEFINE-XREF-TEST WHO-BINDS.1 ...) ; compiling (DEFINE-XREF-TEST WHO-SETS.1 ...) ; compiling (DEFINE-XREF-TEST WHO-REFERENCES.1 ...) ; compiling (DEFINE-XREF-TEST WHO-REFERENCES.2 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.STRUCT-SLOT.1 ...) ; compiling (DEFINE-XREF-TEST WHO-CALLS.CMACRO.1 ...) ; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-DIRECTLY.1 ...) ; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-DIRECTLY.2 ...) ; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-GENERALLY.1 ...) ; compiling (DEFINE-XREF-TEST WHO-SPECIALIZES-GENERALLY.2 ...) ; SYS:CONTRIB;SB-INTROSPECT;XREF-TEST-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.017 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/test.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DECLAIM (OPTIMIZE #)) ; compiling (IN-PACKAGE :CL-USER) ; compiling (DEFUN ONE ...) ; compiling (DEFGENERIC TWO ...) ; compiling (DEFMETHOD TWO ...) ; compiling (DEFSTRUCT THREE ...) ; compiling (WITH-COMPILATION-UNIT (:SOURCE-PLIST #) ...) ; compiling "oops-off-by-one" ; compiling (DEFPARAMETER *A* ...) ; compiling (DEFVAR *B* ...) ; compiling (DEFCLASS A ...) ; compiling (DEFINE-CONDITION B ...) ; compiling (DEFSTRUCT C ...) ; compiling (DEFSTRUCT (D #) ...) ; compiling (DEFPACKAGE E ...) ; compiling (DEFINE-SYMBOL-MACRO F ...) ; compiling (DEFTYPE G ...) ; compiling (DEFCONSTANT +H+ ...) ; compiling (DEFMETHOD J ...) ; compiling (DEFMETHOD J ...) ; compiling (DEFMACRO L ...) ; compiling (DEFINE-COMPILER-MACRO M ...) ; compiling (DEFSETF N ...) ; compiling (DEFUN (SETF O) ...) ; compiling (DEFMETHOD (SETF P) ...) ; compiling (DEFINE-MODIFY-MACRO Q ...) ; compiling (DEFINE-METHOD-COMBINATION R ...) ; compiling (DEFINE-SETF-EXPANDER S ...) ; compiling (DEFGLOBAL **GLOBAL** ...) ; compiling (DEFINE-ALIEN-TYPE TEST-ALIEN-TYPE ...) ; compiling (DEFINE-ALIEN-TYPE NIL ...) ; compiling (DEFINE-ALIEN-VARIABLE ("errno" TEST-ALIEN-VAR) ...) ; SYS:CONTRIB;SB-INTROSPECT;TEST-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.160 WARNING: Implicitly creating new generic function COMMON-LISP-USER::J. WARNING: Implicitly creating new generic function (COMMON-LISP:SETF COMMON-LISP-USER::P). WARNING: redefining SB-INTROSPECT::FUNCTION-DEBUG-INFO in DEFUN WARNING: redefining SB-INTROSPECT::FUNCTION-DEBUG-SOURCE in DEFUN WARNING: redefining SB-INTROSPECT::DEBUG-INFO-SOURCE in DEFUN WARNING: redefining SB-INTROSPECT::DEBUG-INFO-DEBUG-FUNCTION in DEFUN WARNING: redefining SB-INTROSPECT:VALID-FUNCTION-NAME-P in DEFUN WARNING: redefining SB-INTROSPECT::MAP-CODE-CONSTANTS in DEFUN WARNING: redefining SB-INTROSPECT::MAP-ALLOCATED-CODE-COMPONENTS in DEFUN WARNING: redefining SB-INTROSPECT::MAP-CALLER-CODE-COMPONENTS in DEFUN WARNING: redefining SB-INTROSPECT::COPY-DEFINITION-SOURCE in DEFUN WARNING: redefining SB-INTROSPECT::DEFINITION-SOURCE-P in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-PATHNAME) in DEFUN WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-PATHNAME in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-FORM-PATH) in DEFUN WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-FORM-PATH in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-FORM-NUMBER) in DEFUN WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-FORM-NUMBER in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-CHARACTER-OFFSET) in DEFUN WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-CHARACTER-OFFSET in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-FILE-WRITE-DATE) in DEFUN WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-FILE-WRITE-DATE in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-INTROSPECT:DEFINITION-SOURCE-PLIST) in DEFUN WARNING: redefining SB-INTROSPECT:DEFINITION-SOURCE-PLIST in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-INTROSPECT::DEFINITION-SOURCE-DESCRIPTION) in DEFUN WARNING: redefining SB-INTROSPECT::DEFINITION-SOURCE-DESCRIPTION in DEFUN WARNING: redefining SB-INTROSPECT::MAKE-DEFINITION-SOURCE in DEFUN WARNING: redefining SB-INTROSPECT::VOP-SOURCES-FROM-FUN-TEMPLATES in DEFUN WARNING: redefining SB-INTROSPECT::FIND-VOP-SOURCE in DEFUN WARNING: redefining SB-INTROSPECT:FIND-DEFINITION-SOURCES-BY-NAME in DEFUN WARNING: redefining SB-INTROSPECT:FIND-DEFINITION-SOURCE in DEFUN WARNING: redefining SB-INTROSPECT::FIND-FUNCTION-DEFINITION-SOURCE in DEFUN WARNING: redefining SB-INTROSPECT::TRANSLATE-SOURCE-LOCATION in DEFUN WARNING: redefining SB-INTROSPECT:FUNCTION-ARGLIST in DEFUN WARNING: redefining SB-INTROSPECT:FUNCTION-LAMBDA-LIST in DEFUN WARNING: redefining SB-INTROSPECT:DEFTYPE-LAMBDA-LIST in DEFUN WARNING: redefining SB-INTROSPECT:FUNCTION-TYPE in DEFUN WARNING: redefining SB-INTROSPECT:FIND-FUNCTION-CALLEES in DEFUN WARNING: redefining SB-INTROSPECT:FIND-FUNCTION-CALLERS in DEFUN WARNING: redefining SB-INTROSPECT::GET-SIMPLE-FUN in DEFUN WARNING: redefining SB-INTROSPECT::CALL-WITH-EACH-GLOBAL-FUNCTOID in DEFUN WARNING: redefining SB-INTROSPECT::COLLECT-XREF in DEFUN WARNING: redefining SB-INTROSPECT:WHO-CALLS in DEFUN WARNING: redefining SB-INTROSPECT:WHO-BINDS in DEFUN WARNING: redefining SB-INTROSPECT:WHO-REFERENCES in DEFUN WARNING: redefining SB-INTROSPECT:WHO-SETS in DEFUN WARNING: redefining SB-INTROSPECT:WHO-MACROEXPANDS in DEFUN WARNING: redefining SB-INTROSPECT:WHO-SPECIALIZES-DIRECTLY in DEFUN WARNING: redefining SB-INTROSPECT:WHO-SPECIALIZES-GENERALLY in DEFUN WARNING: redefining SB-INTROSPECT::CANONICALIZE-CLASS-DESIGNATOR in DEFUN WARNING: redefining SB-INTROSPECT::METHOD-GENERIC-FUNCTION-NAME in DEFUN WARNING: redefining SB-INTROSPECT::COLLECT-SPECIALIZING-METHODS in DEFUN WARNING: redefining SB-INTROSPECT:ALLOCATION-INFORMATION in DEFUN WARNING: redefining SB-INTROSPECT:MAP-ROOT in DEFUN WARNING: redefining SB-RT::PEND in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-RT::PEND) in DEFUN WARNING: redefining SB-RT::NAME in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-RT::NAME) in DEFUN WARNING: redefining SB-RT::FORM in DEFUN WARNING: redefining (COMMON-LISP:SETF SB-RT::FORM) in DEFUN WARNING: redefining SB-RT::MAKE-ENTRY in DEFUN WARNING: redefining SB-RT::VALS in DEFMACRO WARNING: redefining SB-RT::DEFN in DEFMACRO WARNING: redefining SB-RT:PENDING-TESTS in DEFUN WARNING: redefining SB-RT:REM-ALL-TESTS in DEFUN WARNING: redefining SB-RT:REM-TEST in DEFUN WARNING: redefining SB-RT:GET-TEST in DEFUN WARNING: redefining SB-RT::GET-ENTRY in DEFUN WARNING: redefining SB-RT:DEFTEST in DEFMACRO WARNING: redefining SB-RT::ADD-ENTRY in DEFUN WARNING: redefining SB-RT::REPORT-ERROR in DEFUN WARNING: redefining SB-RT:DO-TEST in DEFUN WARNING: redefining SB-RT::EQUALP-WITH-CASE in DEFUN WARNING: redefining SB-RT::DO-ENTRY in DEFUN WARNING: redefining SB-RT:CONTINUE-TESTING in DEFUN WARNING: redefining SB-RT:DO-TESTS in DEFUN WARNING: redefining SB-RT::DO-ENTRIES in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/test-driver.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-INTROSPECT-TEST ...) ; compiling (IN-PACKAGE :SB-INTROSPECT-TEST) ; compiling (DEFMACRO DEFTEST* ...) ; compiling (DEFUN EXPECT-WILD-RETURN-TYPE-P ...) ; compiling (DEFTEST FUNCTION-LAMBDA-LIST.1 ...) ; compiling (DEFTEST FUNCTION-LAMBDA-LIST.2 ...) ; compiling (DEFTEST FUNCTION-LAMBDA-LIST.3 ...) ; compiling (DEFTEST MACRO-LAMBDA-LIST.1 ...) ; compiling (DEFTEST MACRO-LAMBDA-LIST.2 ...) ; compiling (DEFTEST DEFINITION-SOURCE.1 ...) ; compiling (DEFTEST DEFINITION-SOURCE-PLIST.1 ...) ; compiling (DEFTEST DEFINITION-SOURCE-PLIST.2 ...) ; compiling (DEFUN MATCHP ...) ; compiling (DEFUN MATCHP-NAME ...) ; compiling (DEFUN MATCHP-LENGTH ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.1 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.2 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.3 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.4 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.5 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.6 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.7 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.8 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.9 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.10 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.11 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.12 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.13 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.14 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.15 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.16 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.17 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.18 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.19 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.20 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.21 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.22 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.23 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.24 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.25 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.26 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.27 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.28 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.29 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.30 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.31 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.32 ...) ; compiling (DEFTEST FIND-SOURCE-STUFF.33 ...) ; compiling (DEFGENERIC XUUQ ...) ; compiling (DEFMETHOD XUUQ ...) ; compiling (DEFMETHOD XUUQ ...) ; compiling (DEFTEST GF-INTERPLAY.1 ...) ; compiling (DEFMETHOD KROOLZ ...) ; compiling (DEFTEST GF-INTERPLAY.2 ...) ; compiling (DEFTYPE FOOBAR-TYPE ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/test-driver.lisp ; in: DEFTYPE FOOBAR-TYPE ; (DEFTYPE SB-INTROSPECT-TEST::FOOBAR-TYPE ; (&WHOLE SB-INTROSPECT-TEST::W &ENVIRONMENT SB-INTROSPECT-TEST::E ; SB-INTROSPECT-TEST::R1 SB-INTROSPECT-TEST::R2 ; &OPTIONAL SB-INTROSPECT-TEST::O ; &REST REST ; &KEY SB-INTROSPECT-TEST::K1 ...) ; (DECLARE ; (IGNORE SB-INTROSPECT-TEST::W SB-INTROSPECT-TEST::E SB-INTROSPECT-TEST::R1 ; SB-INTROSPECT-TEST::R2 SB-INTROSPECT-TEST::O REST SB-INTROSPECT-TEST::K1 ; SB-INTROSPECT-TEST::K2 SB-INTROSPECT-TEST::K3)) ; NIL) ; ; caught STYLE-WARNING: ; &OPTIONAL and &KEY found in the same lambda list: (R1 R2 &OPTIONAL O &REST REST ; &KEY K1 K2 K3) ; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.1 ...) ; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.2 ...) ; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.3 ...) ; compiling (DEFTEST DEFTYPE-LAMBDA-LIST.4 ...) ; compiling (DEFUN TAI ...) ; compiling (DEFTEST ALLOCATION-INFROMATION.1 ...) ; compiling (DEFTEST ALLOCATION-INFORMATION.2 ...) ; compiling (DEFTEST ALLOCATION-INFORMATION.3 ...) ; compiling (DEFTEST ALLOCATION-INFORMATION.3B ...) ; compiling (DEFUN TYPE-EQUAL ...) ; compiling (DEFMACRO INTERPRET ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN MOON ...) ; compiling (DEFTEST FUNCTION-TYPE.1 ...) ; compiling (DEFUN SUN ...) ; compiling (DEFTEST FUNCTION-TYPE.2 ...) ; compiling (DEFTEST FUNCTION-TYPE.5 ...) ; compiling (DEFTEST FUNCTION-TYPE.6 ...) ; compiling (DEFTEST FUNCTION-TYPE.7 ...) ; compiling (DEFTEST FUNCTION-TYPE.8 ...) ; compiling (INTERPRET (DEFUN SOME-INTERPRETED-FUN-TO-TRACE ...)) ; compiling (TRACE SOME-INTERPRETED-FUN-TO-TRACE) ; compiling (DEFTEST GET-SIMPLE-FUN ...) ; compiling (DEFGENERIC EARTH ...) ; compiling (DEFTEST FUNCTION-TYPE+GFS.1 ...) ; compiling (DEFMETHOD MARS ...) ; compiling (DEFSTRUCT (STRUCT # ...) ...) ; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.2 ...) ; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.3 ...) ; compiling (DEFSTRUCT (TYPED-STRUCT :NAMED ...) ...) ; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.4 ...) ; compiling (DEFTEST FUNCTION-TYPE+DEFSTRUCT.5 ...) ; compiling (DEFUN (SETF SUN) ...) ; compiling (DEFTEST FUNCTION-TYPE+SETF.1 ...) ; compiling (DEFTEST FUNCTION-TYPE+MISC.1 ...) ; compiling (DEFTEST DEFSTRUCT-FUN-SOURCES ...) ; compiling (DEFTEST DEFSTRUCT-FUN-SOURCES-BY-NAME ...) ; compiling (DEFTEST ALIEN-TYPE.1 ...) ; compiling (DEFTEST ALIEN-TYPE.2 ...) ; compiling (DEFTEST ALIEN-VARIABLE ...) ; SYS:CONTRIB;SB-INTROSPECT;TEST-DRIVER-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.192 WARNING: Lisp compilation had style-warnings while compiling # WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST::KROOLZ. WARNING: Implicitly creating new generic function SB-INTROSPECT-TEST::MARS. Doing 98 pending tests of 98 tests total. SB-INTROSPECT-TEST/XREF::WHO-CALLS.1 SB-INTROSPECT-TEST/XREF::WHO-CALLS.2 SB-INTROSPECT-TEST/XREF::WHO-CALLS.3 SB-INTROSPECT-TEST/XREF::WHO-CALLS.4 SB-INTROSPECT-TEST/XREF::WHO-CALLS.5 SB-INTROSPECT-TEST/XREF::WHO-CALLS.6 SB-INTROSPECT-TEST/XREF::WHO-CALLS.7 SB-INTROSPECT-TEST/XREF::WHO-CALLS.8 SB-INTROSPECT-TEST/XREF::WHO-CALLS.9 SB-INTROSPECT-TEST/XREF::WHO-CALLS.10 SB-INTROSPECT-TEST/XREF::WHO-CALLS.11 SB-INTROSPECT-TEST/XREF::WHO-CALLS.12 SB-INTROSPECT-TEST/XREF::WHO-CALLS.13 SB-INTROSPECT-TEST/XREF::WHO-CALLS.14 SB-INTROSPECT-TEST/XREF::WHO-CALLS.15 SB-INTROSPECT-TEST/XREF::WHO-CALLS.16 SB-INTROSPECT-TEST/XREF::WHO-CALLS.17 SB-INTROSPECT-TEST/XREF::WHO-MACROEXPANDS.1 SB-INTROSPECT-TEST/XREF::WHO-BINDS.1 SB-INTROSPECT-TEST/XREF::WHO-SETS.1 SB-INTROSPECT-TEST/XREF::WHO-REFERENCES.1 SB-INTROSPECT-TEST/XREF::WHO-REFERENCES.2 SB-INTROSPECT-TEST/XREF::WHO-CALLS.STRUCT-SLOT.1 SB-INTROSPECT-TEST/XREF::WHO-CALLS.CMACRO.1 SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-DIRECTLY.1 SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-DIRECTLY.2 SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-GENERALLY.1 SB-INTROSPECT-TEST/XREF::WHO-SPECIALIZES-GENERALLY.2 SB-INTROSPECT-TEST::FUNCTION-LAMBDA-LIST.1 SB-INTROSPECT-TEST::FUNCTION-LAMBDA-LIST.2 SB-INTROSPECT-TEST::FUNCTION-LAMBDA-LIST.3 SB-INTROSPECT-TEST::MACRO-LAMBDA-LIST.1 SB-INTROSPECT-TEST::MACRO-LAMBDA-LIST.2 SB-INTROSPECT-TEST::DEFINITION-SOURCE.1 SB-INTROSPECT-TEST::DEFINITION-SOURCE-PLIST.1 SB-INTROSPECT-TEST::DEFINITION-SOURCE-PLIST.2 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.1 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.2 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.3 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.4 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.5 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.6 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.7 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.8 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.9 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.10 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.11 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.12 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.13 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.14 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.15 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.16 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.17 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.18 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.19 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.20 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.21 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.22 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.23 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.24 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.25 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.26 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.27 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.28 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.29 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.30 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.31 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.32 SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.33 SB-INTROSPECT-TEST::GF-INTERPLAY.1 SB-INTROSPECT-TEST::GF-INTERPLAY.2 SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.1 SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.2 SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.3 SB-INTROSPECT-TEST::DEFTYPE-LAMBDA-LIST.4 SB-INTROSPECT-TEST::ALLOCATION-INFROMATION.1 SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.2 SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.3 SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.3B SB-INTROSPECT-TEST::FUNCTION-TYPE.1 SB-INTROSPECT-TEST::FUNCTION-TYPE.2 SB-INTROSPECT-TEST::FUNCTION-TYPE.5 SB-INTROSPECT-TEST::FUNCTION-TYPE.6 SB-INTROSPECT-TEST::FUNCTION-TYPE.7 SB-INTROSPECT-TEST::FUNCTION-TYPE.8 SB-INTROSPECT-TEST::GET-SIMPLE-FUN SB-INTROSPECT-TEST::FUNCTION-TYPE+GFS.1 SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.2 SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.3 SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.4 SB-INTROSPECT-TEST::FUNCTION-TYPE+DEFSTRUCT.5 SB-INTROSPECT-TEST::FUNCTION-TYPE+SETF.1 SB-INTROSPECT-TEST::FUNCTION-TYPE+MISC.1 SB-INTROSPECT-TEST::DEFSTRUCT-FUN-SOURCES SB-INTROSPECT-TEST::DEFSTRUCT-FUN-SOURCES-BY-NAME SB-INTROSPECT-TEST::ALIEN-TYPE.1 SB-INTROSPECT-TEST::ALIEN-TYPE.2 SB-INTROSPECT-TEST::ALIEN-VARIABLE No tests failed. ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions ; printed 2 notes * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-md5")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-md5/module-setup.lisp" (written 02 DEC 2015 11:02:31 AM): ; compiling (PROVIDE :SB-MD5) ; compiling (REQUIRE :SB-ROTATE-BYTE) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-md5/module-setup.fasl written ; compilation finished in 0:00:00.002 * echo "(defsystem :sb-md5 :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-md5.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-md5")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/md5-tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE #:SB-MD5-TESTS ...) ; compiling (IN-PACKAGE #:SB-MD5-TESTS) ; compiling (DEFUN BYTE-ARRAY-TO-HEX-STRING ...) ; compiling (DEFUN ONE-SHOT-TEST ...) ; compiling (DEFUN INCREMENTAL-TEST ...) ; compiling (DEFUN FILL-POINTER-TEST ...) ; compiling (DEFUN TESTS-FOR-TEST-SUITE ...) ; compiling (DEFINE-RFC1321-TESTS (# # ...)) ; compiling (DEFINE-OTHER-TESTS (# # ...)) ; compiling (DEFTEST SB-MD5.MD5SUM-FILE.0 ...) ; compiling (DEFTEST SB-MD5.MD5SUM-SEQUENCE.ERROR.0 ...) ; SYS:CONTRIB;SB-MD5;MD5-TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.057 Doing 236 pending tests of 236 tests total. SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.0 SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.0 SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.0 SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.1 SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.1 SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.1 SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.2 SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.2 SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.2 SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.3 SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.3 SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.3 SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.4 SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.4 SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.4 SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.5 SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.5 SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.5 SB-MD5-TESTS::SB-MD5.RFC1321.ONE-SHOT.6 SB-MD5-TESTS::SB-MD5.RFC1321.INCREMENTAL.6 SB-MD5-TESTS::SB-MD5.RFC1321.FILL-POINTER.6 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.0 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.0 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.0 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.1 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.1 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.1 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.2 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.2 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.2 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.3 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.3 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.3 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.4 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.4 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.4 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.5 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.5 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.5 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.6 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.6 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.6 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.7 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.7 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.7 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.8 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.8 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.8 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.9 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.9 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.9 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.10 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.10 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.10 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.11 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.11 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.11 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.12 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.12 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.12 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.13 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.13 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.13 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.14 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.14 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.14 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.15 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.15 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.15 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.16 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.16 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.16 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.17 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.17 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.17 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.18 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.18 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.18 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.19 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.19 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.19 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.20 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.20 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.20 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.21 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.21 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.21 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.22 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.22 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.22 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.23 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.23 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.23 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.24 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.24 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.24 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.25 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.25 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.25 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.26 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.26 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.26 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.27 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.27 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.27 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.28 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.28 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.28 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.29 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.29 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.29 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.30 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.30 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.30 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.31 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.31 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.31 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.32 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.32 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.32 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.33 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.33 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.33 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.34 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.34 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.34 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.35 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.35 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.35 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.36 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.36 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.36 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.37 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.37 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.37 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.38 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.38 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.38 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.39 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.39 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.39 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.40 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.40 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.40 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.41 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.41 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.41 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.42 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.42 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.42 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.43 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.43 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.43 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.44 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.44 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.44 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.45 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.45 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.45 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.46 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.46 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.46 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.47 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.47 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.47 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.48 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.48 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.48 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.49 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.49 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.49 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.50 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.50 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.50 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.51 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.51 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.51 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.52 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.52 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.52 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.53 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.53 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.53 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.54 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.54 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.54 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.55 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.55 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.55 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.56 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.56 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.56 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.57 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.57 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.57 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.58 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.58 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.58 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.59 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.59 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.59 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.60 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.60 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.60 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.61 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.61 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.61 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.62 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.62 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.62 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.63 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.63 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.63 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.64 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.64 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.64 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.65 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.65 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.65 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.66 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.66 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.66 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.67 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.67 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.67 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.68 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.68 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.68 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.69 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.69 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.69 SB-MD5-TESTS::SB-MD5.OTHER.ONE-SHOT.70 SB-MD5-TESTS::SB-MD5.OTHER.INCREMENTAL.70 SB-MD5-TESTS::SB-MD5.OTHER.FILL-POINTER.70 SB-MD5-TESTS::SB-MD5.MD5SUM-FILE.0 SB-MD5-TESTS::SB-MD5.MD5SUM-SEQUENCE.ERROR.0 No tests failed. * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-mpfr")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-mpfr/module-setup.lisp" (written 02 DEC 2015 11:02:32 AM): ; compiling (PROVIDE :SB-MPFR) ; compiling (REQUIRE :SB-GMP) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-mpfr/module-setup.fasl written ; compilation finished in 0:00:00.002 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/mpfr.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-MPFR ...) ; compiling (IN-PACKAGE :SB-MPFR) ; compiling (DEFVAR +MPFR-PRECISION+) ; compiling (DEFVAR *MPFR-VERSION* ...) ; compiling (DEFVAR *MPFR-FEATURES* ...) ; compiling (DEFUN TRY-LOAD-SHARED-OBJECT ...) ; compiling (DEFUN %LOAD-MPFR ...) ; compiling (DEFUN LOAD-MPFR ...) ; compiling (LOAD-MPFR) ; compiling (DEFINE-ALIEN-TYPE NIL ...) ; compiling (DEFINE-ALIEN-TYPE MPFR_RND_ENUM ...) ; compiling (DECLAIM (INLINE MPFR_INIT2 ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_INIT2 ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CLEAR ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_FLT ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_D ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_Q ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_NAN ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_INF ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_ZERO ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_DEFAULT_PREC ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_STR ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/mpfr.lisp ; in: DEFINE-ALIEN-ROUTINE MPFR_GET_STR ; (DEFINE-ALIEN-ROUTINE SB-MPFR::MPFR_GET_STR (* CHAR) (SB-MPFR::STR (* CHAR)) ; (SB-MPFR:EXP (* LONG)) (SB-MPFR::BASE INT) ; (SB-MPFR::N UNSIGNED) ; (SB-MPFR::X (* (STRUCT SB-MPFR::MPFRFLOAT))) ; (SB-MPFR::RND SB-MPFR::MPFR_RND_ENUM)) ; --> PROGN DEFUN PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; --> FUNCTION BLOCK WITH-ALIEN SYMBOL-MACROLET SYMBOL-MACROLET LET ; --> SYMBOL-MACROLET VALUES PROG1 LET ALIEN-FUNCALL ; --> SB-ALIEN-INTERNALS:INVOKE-WITH-SAVED-FP-AND-PC LAMBDA FUNCTION ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DECLAIM (INLINE MPFR_GET_FLT ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_FLT ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_D ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_GET_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FREE_STR ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SET_STR ...) ; compiling (DECLAIM (INLINE MPFR_ADD ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_D ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ADD_Q ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_UI_SUB ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SI_SUB ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_D_SUB ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_D ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_Z_SUB ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUB_Q ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_D ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_Q ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SQR ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_UI_DIV ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SI_DIV ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_D_DIV ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_D ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_Q ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SQRT ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SQRT_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_REC_SQRT ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CBRT ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ROOT ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_POW_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_UI_POW ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_NEG ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ABS ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIM ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_2UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MUL_2SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_2UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_DIV_2SI ...) ; compiling (DEFMACRO DEFINE-ONEARG-MPFR-INT ...) ; compiling (DEFINE-ONEARG-MPFR-INT (MPFR_LOG MPFR_LOG2 ...)) ; compiling (DEFMACRO DEFINE-TWOARG-MPFR-INT ...) ; compiling (DEFINE-TWOARG-MPFR-INT (MPFR_SIN_COS MPFR_ATAN2 ...)) ; compiling (DECLAIM (INLINE MPFR_FAC_UI ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FAC_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ZETA_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_JN ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_YN ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FMA ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FMS ...) ; compiling (DEFMACRO DEFINE-CONST-MPFR-INT ...) ; compiling (DEFINE-CONST-MPFR-INT (MPFR_CONST_LOG2 MPFR_CONST_PI ...)) ; compiling (DECLAIM (INLINE MPFR_SUM)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SUM ...) ; compiling (DECLAIM (INLINE MPFR_CMP ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_UI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_SI ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_D ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_Z ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_Q ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_UI_2EXP ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMP_SI_2EXP ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CMPABS ...) ; compiling (DEFMACRO DEFINE-ONEARG-MPFR-BOOL ...) ; compiling (DEFINE-ONEARG-MPFR-BOOL (MPFR_NAN_P MPFR_INF_P ...)) ; compiling (DECLAIM (INLINE MPFR_SGN)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_SGN ...) ; compiling (DEFMACRO DEFINE-TWOARG-MPFR-BOOL ...) ; compiling (DEFINE-TWOARG-MPFR-BOOL (MPFR_GREATER_P MPFR_GREATEREQUAL_P ...)) ; compiling (DEFMACRO DEFINE-MPFR-VOID ...) ; compiling (DEFINE-MPFR-VOID (MPFR_CLEAR_UNDERFLOW MPFR_CLEAR_OVERFLOW ...)) ; compiling (DEFMACRO DEFINE-MPFR-BOOL ...) ; compiling (DEFINE-MPFR-BOOL (MPFR_UNDERFLOW_P MPFR_OVERFLOW_P ...)) ; compiling (DECLAIM (INLINE MPFR_URANDOMB ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_URANDOMB ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_URANDOM ...) ; compiling (DEFINE-ONEARG-MPFR-INT (MPFR_RINT MPFR_RINT_CEIL ...)) ; compiling (DECLAIM (INLINE MPFR_CEIL ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_CEIL ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FLOOR ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_ROUND ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_TRUNC ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_MODF ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FMOD ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_REMAINDER ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_REMQUO ...) ; compiling (DEFPARAMETER *MPFR-RND* ...) ; compiling (DEFPARAMETER *MPFR-BASE* ...) ; compiling (DECLAIM (INLINE MPFR-FLOAT-REF ...)) ; compiling (DEFSTRUCT (MPFR-FLOAT #) ...) ; compiling (DEFUN MAKE-MPFR-FLOAT ...) ; compiling (DEFMACRO WITH-PRECISION ...) ; compiling (DEFUN SET-PRECISION ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFUN MPFR-FLOAT-TO-STRING ...) ; compiling (DEFUN MPFR-READER ...) ; compiling (DEFUN ENABLE-MPFR-SYNTAX ...) ; compiling (ENABLE-MPFR-SYNTAX *READTABLE*) ; compiling (DEFUN ADD ...) ; compiling (DEFUN SUB ...) ; compiling (DEFUN MUL ...) ; compiling (DEFUN SQARE ...) ; compiling (DEFUN DIV ...) ; compiling (DEFUN SQRT ...) ; compiling (DEFUN RECIPROCAL-SQRT ...) ; compiling (DEFUN CUBIC-ROOT ...) ; compiling (DEFUN K-ROOT ...) ; compiling (DEFUN POWER ...) ; compiling (DEFUN NEGATE ...) ; compiling (DEFUN ABS ...) ; compiling (DEFUN DIM ...) ; compiling (DEFUN MUL-2-RAISED ...) ; compiling (DEFUN DIV-2-RAISED ...) ; compiling (DEFMACRO DEFINE-ONEARG-MPFR-FUNS ...) ; compiling (DEFINE-ONEARG-MPFR-FUNS (# # ...)) ; compiling (DEFUN ATAN ...) ; compiling (DEFUN SIN-COS ...) ; compiling (DEFUN SINH-COSH ...) ; compiling (DEFUN ARITHMETIC-GEOMETRIC-MEAN ...) ; compiling (DEFUN HYPOT ...) ; compiling (DEFUN FAC ...) ; compiling (DEFUN ZETA ...) ; compiling (DEFUN JN ...) ; compiling (DEFUN YN ...) ; compiling (DEFUN FMA ...) ; compiling (DEFUN FMS ...) ; compiling (DEFUN SUM ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/mpfr.lisp ; in: DEFUN SUM ; (SETF (DEREF SB-MPFR::AR (INCF SB-MPFR::IDX)) ; (SB-MPFR::MPFR-FLOAT-REF SB-MPFR::X)) ; --> LET* SB-ALIEN-INTERNALS:%SET-DEREF SETF LET* FUNCALL SB-C::%FUNCALL ; --> (SETF SB-ALIEN-INTERNALS:%ALIEN-VALUE) LET ; --> SB-ALIEN-INTERNALS:MAYBE-WITH-PINNED-OBJECTS PROGN LET ; --> SB-ALIEN-INTERNALS:NATURALIZE ; ==> ; (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN ; '#) ; ; note: unable to ; optimize ; because: ; could not optimize away %SAP-ALIEN: forced to do runtime ; allocation of alien-value structure ; compiling (DEFMACRO DEFINE-CONST-MPFR-FUNS ...) ; compiling (DEFINE-CONST-MPFR-FUNS (# # ...)) ; compiling (DEFMACRO DEFINE-ONEARG-MPFR-PREDICATES ...) ; compiling (DEFINE-ONEARG-MPFR-PREDICATES (# # ...)) ; compiling (DEFMACRO DEFINE-TWOARG-MPFR-PREDICATES ...) ; compiling (DEFINE-TWOARG-MPFR-PREDICATES (# # ...)) ; compiling (DEFUN COMPARE ...) ; compiling (DEFUN COMPARE-2EXP ...) ; compiling (DEFMACRO DEFINE-MPFR-FLAG-FUNS ...) ; compiling (DEFINE-MPFR-FLAG-FUNS (# # ...)) ; compiling (DEFMACRO DEFINE-MPFR-FLAG-PREDICATES ...) ; compiling (DEFINE-MPFR-FLAG-PREDICATES (# # ...)) ; compiling (DEFUN URANDOMB ...) ; compiling (DEFUN URANDOM ...) ; compiling (DEFINE-ONEARG-MPFR-FUNS (# # ...)) ; compiling (DEFMACRO DEFINE-ONEARG-NO-RND-MPFR-FUNS ...) ; compiling (DEFINE-ONEARG-NO-RND-MPFR-FUNS (# # ...)) ; compiling (DEFUN MODF ...) ; compiling (DEFUN FMOD ...) ; compiling (DEFUN REMAINDER ...) ; compiling (DEFUN REMAINDER-QUOT ...) ; compiling (DECLAIM (INLINE MPFR_FITS_ULONG_P ...)) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FITS_ULONG_P ...) ; compiling (DEFINE-ALIEN-ROUTINE MPFR_FITS_SLONG_P ...) ; compiling (DEFUN COERCE ...) ; SYS:CONTRIB;SB-MPFR;MPFR-TMP.FASL.NEWEST written ; compilation finished in 0:00:10.524 ; ; compilation unit finished ; printed 2 notes * echo "(defsystem :sb-mpfr :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-mpfr.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-mpfr")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN STYLE-WARNING: Undefined alien: "mpfr_get_version" STYLE-WARNING: Undefined alien: "mpfr_get_default_prec" WARNING: MPFR not loaded. STYLE-WARNING: Undefined alien: "mpfr_init2" STYLE-WARNING: Undefined alien: "mpfr_clear" STYLE-WARNING: Undefined alien: "mpfr_set" STYLE-WARNING: Undefined alien: "mpfr_set_ui" STYLE-WARNING: Undefined alien: "mpfr_set_si" STYLE-WARNING: Undefined alien: "mpfr_set_flt" STYLE-WARNING: Undefined alien: "mpfr_set_d" STYLE-WARNING: Undefined alien: "mpfr_set_z" STYLE-WARNING: Undefined alien: "mpfr_set_q" STYLE-WARNING: Undefined alien: "mpfr_set_nan" STYLE-WARNING: Undefined alien: "mpfr_set_inf" STYLE-WARNING: Undefined alien: "mpfr_set_zero" STYLE-WARNING: Undefined alien: "mpfr_set_default_prec" STYLE-WARNING: Undefined alien: "mpfr_get_str" STYLE-WARNING: Undefined alien: "mpfr_get_flt" STYLE-WARNING: Undefined alien: "mpfr_get_d" STYLE-WARNING: Undefined alien: "mpfr_get_si" STYLE-WARNING: Undefined alien: "mpfr_get_ui" STYLE-WARNING: Undefined alien: "mpfr_get_z" STYLE-WARNING: Undefined alien: "mpfr_free_str" STYLE-WARNING: Undefined alien: "mpfr_set_str" STYLE-WARNING: Undefined alien: "mpfr_add" STYLE-WARNING: Undefined alien: "mpfr_add_ui" STYLE-WARNING: Undefined alien: "mpfr_add_si" STYLE-WARNING: Undefined alien: "mpfr_add_d" STYLE-WARNING: Undefined alien: "mpfr_add_z" STYLE-WARNING: Undefined alien: "mpfr_add_q" STYLE-WARNING: Undefined alien: "mpfr_sub" STYLE-WARNING: Undefined alien: "mpfr_ui_sub" STYLE-WARNING: Undefined alien: "mpfr_sub_ui" STYLE-WARNING: Undefined alien: "mpfr_si_sub" STYLE-WARNING: Undefined alien: "mpfr_sub_si" STYLE-WARNING: Undefined alien: "mpfr_d_sub" STYLE-WARNING: Undefined alien: "mpfr_sub_d" STYLE-WARNING: Undefined alien: "mpfr_z_sub" STYLE-WARNING: Undefined alien: "mpfr_sub_z" STYLE-WARNING: Undefined alien: "mpfr_sub_q" STYLE-WARNING: Undefined alien: "mpfr_mul" STYLE-WARNING: Undefined alien: "mpfr_mul_ui" STYLE-WARNING: Undefined alien: "mpfr_mul_si" STYLE-WARNING: Undefined alien: "mpfr_mul_d" STYLE-WARNING: Undefined alien: "mpfr_mul_z" STYLE-WARNING: Undefined alien: "mpfr_mul_q" STYLE-WARNING: Undefined alien: "mpfr_sqr" STYLE-WARNING: Undefined alien: "mpfr_div" STYLE-WARNING: Undefined alien: "mpfr_ui_div" STYLE-WARNING: Undefined alien: "mpfr_div_ui" STYLE-WARNING: Undefined alien: "mpfr_si_div" STYLE-WARNING: Undefined alien: "mpfr_div_si" STYLE-WARNING: Undefined alien: "mpfr_d_div" STYLE-WARNING: Undefined alien: "mpfr_div_d" STYLE-WARNING: Undefined alien: "mpfr_div_z" STYLE-WARNING: Undefined alien: "mpfr_div_q" STYLE-WARNING: Undefined alien: "mpfr_sqrt" STYLE-WARNING: Undefined alien: "mpfr_sqrt_ui" STYLE-WARNING: Undefined alien: "mpfr_rec_sqrt" STYLE-WARNING: Undefined alien: "mpfr_cbrt" STYLE-WARNING: Undefined alien: "mpfr_root" STYLE-WARNING: Undefined alien: "mpfr_pow" STYLE-WARNING: Undefined alien: "mpfr_pow_ui" STYLE-WARNING: Undefined alien: "mpfr_pow_si" STYLE-WARNING: Undefined alien: "mpfr_pow_z" STYLE-WARNING: Undefined alien: "mpfr_ui_pow" STYLE-WARNING: Undefined alien: "mpfr_neg" STYLE-WARNING: Undefined alien: "mpfr_abs" STYLE-WARNING: Undefined alien: "mpfr_dim" STYLE-WARNING: Undefined alien: "mpfr_mul_2ui" STYLE-WARNING: Undefined alien: "mpfr_mul_2si" STYLE-WARNING: Undefined alien: "mpfr_div_2ui" STYLE-WARNING: Undefined alien: "mpfr_div_2si" STYLE-WARNING: Undefined alien: "mpfr_log" STYLE-WARNING: Undefined alien: "mpfr_log2" STYLE-WARNING: Undefined alien: "mpfr_log10" STYLE-WARNING: Undefined alien: "mpfr_exp" STYLE-WARNING: Undefined alien: "mpfr_exp2" STYLE-WARNING: Undefined alien: "mpfr_exp10" STYLE-WARNING: Undefined alien: "mpfr_cos" STYLE-WARNING: Undefined alien: "mpfr_sin" STYLE-WARNING: Undefined alien: "mpfr_tan" STYLE-WARNING: Undefined alien: "mpfr_sec" STYLE-WARNING: Undefined alien: "mpfr_csc" STYLE-WARNING: Undefined alien: "mpfr_cot" STYLE-WARNING: Undefined alien: "mpfr_acos" STYLE-WARNING: Undefined alien: "mpfr_asin" STYLE-WARNING: Undefined alien: "mpfr_atan" STYLE-WARNING: Undefined alien: "mpfr_cosh" STYLE-WARNING: Undefined alien: "mpfr_sinh" STYLE-WARNING: Undefined alien: "mpfr_tanh" STYLE-WARNING: Undefined alien: "mpfr_sech" STYLE-WARNING: Undefined alien: "mpfr_csch" STYLE-WARNING: Undefined alien: "mpfr_coth" STYLE-WARNING: Undefined alien: "mpfr_acosh" STYLE-WARNING: Undefined alien: "mpfr_asinh" STYLE-WARNING: Undefined alien: "mpfr_atanh" STYLE-WARNING: Undefined alien: "mpfr_log1p" STYLE-WARNING: Undefined alien: "mpfr_expm1" STYLE-WARNING: Undefined alien: "mpfr_eint" STYLE-WARNING: Undefined alien: "mpfr_li2" STYLE-WARNING: Undefined alien: "mpfr_gamma" STYLE-WARNING: Undefined alien: "mpfr_lngamma" STYLE-WARNING: Undefined alien: "mpfr_digamma" STYLE-WARNING: Undefined alien: "mpfr_zeta" STYLE-WARNING: Undefined alien: "mpfr_erf" STYLE-WARNING: Undefined alien: "mpfr_erfc" STYLE-WARNING: Undefined alien: "mpfr_j0" STYLE-WARNING: Undefined alien: "mpfr_j1" STYLE-WARNING: Undefined alien: "mpfr_y0" STYLE-WARNING: Undefined alien: "mpfr_y1" STYLE-WARNING: Undefined alien: "mpfr_ai" STYLE-WARNING: Undefined alien: "mpfr_sin_cos" STYLE-WARNING: Undefined alien: "mpfr_atan2" STYLE-WARNING: Undefined alien: "mpfr_sinh_cosh" STYLE-WARNING: Undefined alien: "mpfr_agm" STYLE-WARNING: Undefined alien: "mpfr_hypot" STYLE-WARNING: Undefined alien: "mpfr_fac_ui" STYLE-WARNING: Undefined alien: "mpfr_zeta_ui" STYLE-WARNING: Undefined alien: "mpfr_jn" STYLE-WARNING: Undefined alien: "mpfr_yn" STYLE-WARNING: Undefined alien: "mpfr_fma" STYLE-WARNING: Undefined alien: "mpfr_fms" STYLE-WARNING: Undefined alien: "mpfr_const_log2" STYLE-WARNING: Undefined alien: "mpfr_const_pi" STYLE-WARNING: Undefined alien: "mpfr_const_euler" STYLE-WARNING: Undefined alien: "mpfr_const_catalan" STYLE-WARNING: Undefined alien: "mpfr_sum" STYLE-WARNING: Undefined alien: "mpfr_cmp" STYLE-WARNING: Undefined alien: "mpfr_cmp_ui" STYLE-WARNING: Undefined alien: "mpfr_cmp_si" STYLE-WARNING: Undefined alien: "mpfr_cmp_d" STYLE-WARNING: Undefined alien: "mpfr_cmp_z" STYLE-WARNING: Undefined alien: "mpfr_cmp_q" STYLE-WARNING: Undefined alien: "mpfr_cmp_ui_2exp" STYLE-WARNING: Undefined alien: "mpfr_cmp_si_2exp" STYLE-WARNING: Undefined alien: "mpfr_cmpabs" STYLE-WARNING: Undefined alien: "mpfr_nan_p" STYLE-WARNING: Undefined alien: "mpfr_inf_p" STYLE-WARNING: Undefined alien: "mpfr_number_p" STYLE-WARNING: Undefined alien: "mpfr_zero_p" STYLE-WARNING: Undefined alien: "mpfr_integer_p" STYLE-WARNING: Undefined alien: "mpfr_regular_p" STYLE-WARNING: Undefined alien: "mpfr_sgn" STYLE-WARNING: Undefined alien: "mpfr_greater_p" STYLE-WARNING: Undefined alien: "mpfr_greaterequal_p" STYLE-WARNING: Undefined alien: "mpfr_less_p" STYLE-WARNING: Undefined alien: "mpfr_lessequal_p" STYLE-WARNING: Undefined alien: "mpfr_equal_p" STYLE-WARNING: Undefined alien: "mpfr_lessgreater_p" STYLE-WARNING: Undefined alien: "mpfr_unordered_p" STYLE-WARNING: Undefined alien: "mpfr_clear_underflow" STYLE-WARNING: Undefined alien: "mpfr_clear_overflow" STYLE-WARNING: Undefined alien: "mpfr_clear_divby0" STYLE-WARNING: Undefined alien: "mpfr_clear_nanflag" STYLE-WARNING: Undefined alien: "mpfr_clear_inexflag" STYLE-WARNING: Undefined alien: "mpfr_clear_erangeflag" STYLE-WARNING: Undefined alien: "mpfr_set_underflow" STYLE-WARNING: Undefined alien: "mpfr_set_overflow" STYLE-WARNING: Undefined alien: "mpfr_set_divby0" STYLE-WARNING: Undefined alien: "mpfr_set_nanflag" STYLE-WARNING: Undefined alien: "mpfr_set_inexflag" STYLE-WARNING: Undefined alien: "mpfr_set_erangeflag" STYLE-WARNING: Undefined alien: "mpfr_clear_flags" STYLE-WARNING: Undefined alien: "mpfr_underflow_p" STYLE-WARNING: Undefined alien: "mpfr_overflow_p" STYLE-WARNING: Undefined alien: "mpfr_divby0_p" STYLE-WARNING: Undefined alien: "mpfr_nanflag_p" STYLE-WARNING: Undefined alien: "mpfr_inexflag_p" STYLE-WARNING: Undefined alien: "mpfr_erangeflag_p" STYLE-WARNING: Undefined alien: "mpfr_urandomb" STYLE-WARNING: Undefined alien: "mpfr_urandom" STYLE-WARNING: Undefined alien: "mpfr_rint" STYLE-WARNING: Undefined alien: "mpfr_rint_ceil" STYLE-WARNING: Undefined alien: "mpfr_rint_floor" STYLE-WARNING: Undefined alien: "mpfr_rint_round" STYLE-WARNING: Undefined alien: "mpfr_rint_trunc" STYLE-WARNING: Undefined alien: "mpfr_frac" STYLE-WARNING: Undefined alien: "mpfr_ceil" STYLE-WARNING: Undefined alien: "mpfr_floor" STYLE-WARNING: Undefined alien: "mpfr_round" STYLE-WARNING: Undefined alien: "mpfr_trunc" STYLE-WARNING: Undefined alien: "mpfr_modf" STYLE-WARNING: Undefined alien: "mpfr_fmod" STYLE-WARNING: Undefined alien: "mpfr_remainder" STYLE-WARNING: Undefined alien: "mpfr_remquo" STYLE-WARNING: Undefined alien: "mpfr_fits_ulong_p" STYLE-WARNING: Undefined alien: "mpfr_fits_slong_p" WARNING: unable to test sb-mpfr: libmpfr unavailable * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-posix")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/module-setup.lisp" (written 02 DEC 2015 11:02:45 AM): ; compiling (PROVIDE :SB-POSIX) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-posix/module-setup.fasl written ; compilation finished in 0:00:00.001 * echo "(defsystem :sb-posix :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-posix.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-posix")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOMEDIUM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EMEDIUMTYPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_DSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_RSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler). STYLE-WARNING: Didn't find definition for "fdatasync" STYLE-WARNING: Didn't find definition for "setfsuid" STYLE-WARNING: Didn't find definition for "setfsgid" ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/posix-tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE "SB-POSIX-TESTS" ...) ; compiling (IN-PACKAGE "SB-POSIX-TESTS") ; compiling (DEFVAR *TEST-DIRECTORY* ...) ; compiling (DEFVAR *CURRENT-DIRECTORY* ...) ; compiling (DEFVAR *THIS-FILE* ...) ; compiling (DEFCONSTANT +MODE-RWX-ALL+ ...) ; compiling (DEFMACRO DEFINE-EACCES-TEST ...) ; compiling (DEFTEST CHDIR.1 ...) ; compiling (DEFTEST CHDIR.2 ...) ; compiling (DEFTEST CHDIR.3 ...) ; compiling (DEFTEST CHDIR.4 ...) ; compiling (DEFTEST CHDIR.5 ...) ; compiling (DEFTEST CHDIR.6 ...) ; compiling (DEFTEST CHDIR.7 ...) ; compiling (DEFTEST CHDIR.8 ...) ; compiling (DEFTEST CHDIR.ERROR.1 ...) ; compiling (DEFTEST CHDIR.ERROR.2 ...) ; compiling (DEFTEST MKDIR.1 ...) ; compiling (DEFTEST MKDIR.2 ...) ; compiling (DEFTEST MKDIR.ERROR.1 ...) ; compiling (DEFTEST MKDIR.ERROR.2 ...) ; compiling (DEFINE-EACCES-TEST MKDIR.ERROR.3 ...) ; compiling (DEFTEST RMDIR.1 ...) ; compiling (DEFTEST RMDIR.2 ...) ; compiling (DEFTEST RMDIR.ERROR.1 ...) ; compiling (DEFTEST RMDIR.ERROR.2 ...) ; compiling (DEFTEST RMDIR.ERROR.3 ...) ; compiling (DEFTEST RMDIR.ERROR.4 ...) ; compiling (DEFINE-EACCES-TEST RMDIR.ERROR.5 ...) ; compiling (DEFTEST STAT.1 ...) ; compiling (DEFTEST STAT.2 ...) ; compiling (DEFTEST STAT.3 ...) ; compiling (DEFTEST STAT.4 ...) ; compiling (DEFTEST STAT.5 ...) ; compiling (DEFTEST STAT.ERROR.1 ...) ; compiling (DEFINE-EACCES-TEST STAT.ERROR.2 ...) ; compiling (DEFMACRO WITH-STAT-MODE ...) ; compiling (DEFMACRO WITH-LSTAT-MODE ...) ; compiling (DEFTEST STAT-MODE.1 ...) ; compiling (DEFTEST STAT-MODE.2 ...) ; compiling (DEFTEST STAT-MODE.3 ...) ; compiling (DEFTEST STAT-MODE.4 ...) ; compiling (DEFTEST STAT-MODE.5 ...) ; compiling (DEFTEST STAT-MODE.6 ...) ; compiling (DEFTEST STAT-MODE.7 ...) ; compiling (DEFTEST STAT-MODE.8 ...) ; compiling (DEFTEST FILENAME-DESIGNATOR.1 ...) ; compiling (DEFTEST OPEN.1 ...) ; compiling (DEFTEST OPEN.ERROR.1 ...) ; compiling (DEFTEST FCNTL.1 ...) ; compiling (DEFTEST FCNTL.FLOCK.1 ...) ; compiling (DEFTEST FCNTL.FLOCK.2 ...) ; compiling (DEFTEST READ.1 ...) ; compiling (DEFTEST OPENDIR.1 ...) ; compiling (DEFTEST READDIR.1 ...) ; compiling (DEFTEST READDIR/DIRENT-NAME ...) ; compiling (DEFTEST WRITE.1 ...) ; compiling (DEFTEST PWENT.1 ...) ; compiling (DEFTEST PWENT.2 ...) ; compiling (DEFTEST PWENT.NON-EXISTING ...) ; compiling (DEFTEST GRENT.1 ...) ; compiling (DEFTEST GRENT.2 ...) ; compiling (DEFTEST GRENT.NON-EXISTING ...) ; compiling (DEFTEST TIME.1 ...) ; compiling (DEFTEST UTIMES.1 ...) ; compiling (DEFTEST READLINK.1 ...) ; compiling (DEFTEST READLINK.2 ...) ; compiling (DEFTEST READLINK.ERROR.1 ...) ; compiling (DEFTEST READLINK.ERROR.2 ...) ; compiling (DEFTEST READLINK.ERROR.3 ...) ; compiling (DEFTEST READLINK.ERROR.4 ...) ; compiling (DEFTEST READLINK.ERROR.5 ...) ; compiling (DEFTEST READLINK.ERROR.6 ...) ; compiling (DEFTEST READLINK.ERROR.7 ...) ; compiling (DEFTEST GETCWD.1 ...) ; compiling (DEFTEST MKSTEMP.1 ...) ; compiling (DEFTEST MKDTEMP.1 ...) ; compiling (DEFTEST MKTEMP.1 ...) ; compiling (DEFTEST MKSTEMP.NULL-TERMINATE ...) ; compiling (DEFTEST ENVSTUFF ...) ; SYS:CONTRIB;SB-POSIX;POSIX-TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.058 Doing 71 pending tests of 71 tests total. SB-POSIX-TESTS::CHDIR.1 SB-POSIX-TESTS::CHDIR.2 SB-POSIX-TESTS::CHDIR.3 SB-POSIX-TESTS::CHDIR.4 SB-POSIX-TESTS::CHDIR.5 SB-POSIX-TESTS::CHDIR.6 SB-POSIX-TESTS::CHDIR.7 SB-POSIX-TESTS::CHDIR.8 SB-POSIX-TESTS::CHDIR.ERROR.1 SB-POSIX-TESTS::CHDIR.ERROR.2 SB-POSIX-TESTS::MKDIR.1 SB-POSIX-TESTS::MKDIR.2 SB-POSIX-TESTS::MKDIR.ERROR.1 SB-POSIX-TESTS::MKDIR.ERROR.2 SB-POSIX-TESTS::MKDIR.ERROR.3 SB-POSIX-TESTS::RMDIR.1 SB-POSIX-TESTS::RMDIR.2 SB-POSIX-TESTS::RMDIR.ERROR.1 SB-POSIX-TESTS::RMDIR.ERROR.2 Test SB-POSIX-TESTS::RMDIR.ERROR.3 failed Form: (HANDLER-CASE (SB-POSIX:RMDIR "/") (SB-POSIX:SYSCALL-ERROR (SB-POSIX-TESTS::C) (TYPEP (SB-POSIX:SYSCALL-ERRNO SB-POSIX-TESTS::C) '(MEMBER 16)))) Expected value: T Actual value: NIL. SB-POSIX-TESTS::RMDIR.ERROR.4 SB-POSIX-TESTS::RMDIR.ERROR.5 SB-POSIX-TESTS::STAT.1 SB-POSIX-TESTS::STAT.2 SB-POSIX-TESTS::STAT.3 SB-POSIX-TESTS::STAT.4 SB-POSIX-TESTS::STAT.5 SB-POSIX-TESTS::STAT.ERROR.1 SB-POSIX-TESTS::STAT.ERROR.2 SB-POSIX-TESTS::STAT-MODE.1 SB-POSIX-TESTS::STAT-MODE.2 SB-POSIX-TESTS::STAT-MODE.3 SB-POSIX-TESTS::STAT-MODE.4 SB-POSIX-TESTS::STAT-MODE.5 SB-POSIX-TESTS::STAT-MODE.6 SB-POSIX-TESTS::STAT-MODE.7 SB-POSIX-TESTS::STAT-MODE.8 SB-POSIX-TESTS::FILENAME-DESIGNATOR.1 SB-POSIX-TESTS::OPEN.1 SB-POSIX-TESTS::OPEN.ERROR.1 SB-POSIX-TESTS::FCNTL.1 SB-POSIX-TESTS::FCNTL.FLOCK.1 SB-POSIX-TESTS::FCNTL.FLOCK.2 SB-POSIX-TESTS::READ.1 SB-POSIX-TESTS::OPENDIR.1 SB-POSIX-TESTS::READDIR.1 SB-POSIX-TESTS::READDIR/DIRENT-NAME SB-POSIX-TESTS::WRITE.1 SB-POSIX-TESTS::PWENT.1 SB-POSIX-TESTS::PWENT.2 SB-POSIX-TESTS::PWENT.NON-EXISTING SB-POSIX-TESTS::GRENT.1 SB-POSIX-TESTS::GRENT.2 SB-POSIX-TESTS::GRENT.NON-EXISTING SB-POSIX-TESTS::TIME.1 SB-POSIX-TESTS::UTIMES.1 SB-POSIX-TESTS::READLINK.1 SB-POSIX-TESTS::READLINK.2 Test SB-POSIX-TESTS::READLINK.ERROR.1 failed Form: (LET* ((SB-POSIX-TESTS::SUBDIR-PATHNAME (MERGE-PATHNAMES (MAKE-PATHNAME :DIRECTORY '(:RELATIVE "readlink.error.1")) SB-POSIX-TESTS::*TEST-DIRECTORY*)) (SB-POSIX-TESTS::LINK-PATHNAME (MAKE-PATHNAME :NAME "readlink.error.1" :DEFAULTS SB-POSIX-TESTS::SUBDIR-PATHNAME))) (SB-POSIX:MKDIR SB-POSIX-TESTS::SUBDIR-PATHNAME 511) (SB-POSIX:SYMLINK "/" SB-POSIX-TESTS::LINK-PATHNAME) (SB-POSIX:CHMOD SB-POSIX-TESTS::SUBDIR-PATHNAME 0) (UNWIND-PROTECT (HANDLER-CASE (SB-POSIX:READLINK SB-POSIX-TESTS::LINK-PATHNAME) (SB-POSIX:SYSCALL-ERROR (SB-POSIX-TESTS::C) (SB-POSIX:SYSCALL-ERRNO SB-POSIX-TESTS::C))) (IGNORE-ERRORS (SB-POSIX:CHMOD SB-POSIX-TESTS::SUBDIR-PATHNAME 511) (SB-POSIX:UNLINK SB-POSIX-TESTS::LINK-PATHNAME) (SB-POSIX:RMDIR SB-POSIX-TESTS::SUBDIR-PATHNAME)))) Expected value: 13 Actual value: "/". SB-POSIX-TESTS::READLINK.ERROR.2 SB-POSIX-TESTS::READLINK.ERROR.3 SB-POSIX-TESTS::READLINK.ERROR.4 SB-POSIX-TESTS::READLINK.ERROR.5 SB-POSIX-TESTS::READLINK.ERROR.6 SB-POSIX-TESTS::READLINK.ERROR.7 SB-POSIX-TESTS::GETCWD.1 SB-POSIX-TESTS::MKSTEMP.1 SB-POSIX-TESTS::MKDTEMP.1 SB-POSIX-TESTS::MKTEMP.1 SB-POSIX-TESTS::MKSTEMP.NULL-TERMINATE SB-POSIX-TESTS::ENVSTUFF 2 out of 71 total tests failed: SB-POSIX-TESTS::RMDIR.ERROR.3, SB-POSIX-TESTS::READLINK.ERROR.1.WARNING: some POSIX implementations return incorrect error values for failing calls, but there is legitimate variation between implementations too. If you think the errno from your platform is valid, please contact the sbcl developers; otherwise, please submit a bug report to your kernel distributor * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-queue' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-queue")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-queue/module-setup.lisp" (written 02 DEC 2015 11:02:50 AM): ; compiling (PROVIDE :SB-QUEUE) ; compiling (REQUIRE :SB-CONCURRENCY) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-queue/module-setup.fasl written ; compilation finished in 0:00:00.001 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-queue/package.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE :SB-QUEUE ...) ; SYS:CONTRIB;SB-QUEUE;PACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.001 * echo "(defsystem :sb-queue :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-queue.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-queue")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-queue' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-rotate-byte")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-rotate-byte/module-setup.lisp" (written 02 DEC 2015 11:02:51 AM): ; compiling (PROVIDE :SB-ROTATE-BYTE) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-rotate-byte/module-setup.fasl written ; compilation finished in 0:00:00.002 * echo "(defsystem :sb-rotate-byte :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-rotate-byte.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-rotate-byte")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/rotate-byte-tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-ROTATE-BYTE") ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (FLET (#) ...) ; compiling (DEFUN PFIXNUM/C ...) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (DEFUN PFIXNUM ...) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (DEFUN UB32/C ...) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (DEFUN UB32 ...) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (DEFUN UB32-REG-PRESSURE ...) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (DEFUN UB64/C ...) ; compiling (DEFUN UB64/-C ...) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (DEFUN UB64 ...) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; compiling (ASSERT (= # ...)) ; SYS:CONTRIB;SB-ROTATE-BYTE;ROTATE-BYTE-TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.097 * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rt' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-rt")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-rt/module-setup.lisp" (written 02 DEC 2015 11:02:53 AM): ; compiling (PROVIDE :SB-RT) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-rt/module-setup.fasl written ; compilation finished in 0:00:00.001 * echo "(defsystem :sb-rt :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-rt.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-rt")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rt' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams' gmake -C ../asdf gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' gmake[2]: Nothing to be done for 'fasl'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::build-asdf-contrib "sb-simple-streams")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-simple-streams/module-setup.lisp" (written 02 DEC 2015 11:02:55 AM): ; compiling (PROVIDE :SB-SIMPLE-STREAMS) ; compiling (REQUIRE :SB-BSD-SOCKETS) ; compiling (REQUIRE :SB-POSIX) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/asdf-cache/sb-simple-streams/module-setup.fasl written ; compilation finished in 0:00:00.001 STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOMEDIUM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EMEDIUMTYPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_DSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_RSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler). STYLE-WARNING: Didn't find definition for "fdatasync" STYLE-WARNING: Didn't find definition for "setfsuid" STYLE-WARNING: Didn't find definition for "setfsgid" ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/package.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE SB-SIMPLE-STREAMS ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;PACKAGE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.003 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/iodefs.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEFUN %FILE-NAMESTRING ...) ; compiling (DEFMACRO DEF-STREAM-CLASS ...) ; compiling (SB-INT:DEFCONSTANT-EQX +FLAG-BITS+ ...) ; compiling (DEFUN %FLAGS ...) ; compiling (DEFMACRO WITH-STREAM-CLASS ...) ; compiling (DEFMACRO SM ...) ; compiling (DEFMACRO FUNCALL-STM-HANDLER ...) ; compiling (DEFMACRO FUNCALL-STM-HANDLER-2 ...) ; compiling (DEFMACRO ADD-STREAM-INSTANCE-FLAGS ...) ; compiling (DEFMACRO REMOVE-STREAM-INSTANCE-FLAGS ...) ; compiling (DEFMACRO ANY-STREAM-INSTANCE-FLAGS ...) ; compiling (DEFMACRO SIMPLE-STREAM-DISPATCH ...) ; compiling (DEFMACRO SIMPLE-STREAM-DISPATCH-2 ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;IODEFS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.147 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/classes.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEFTYPE SIMPLE-STREAM-BUFFER ...) ; compiling (DEFTYPE BLOCKING ...) ; compiling (DEFTYPE J-LISTEN-FN ...) ; compiling (DEFTYPE J-READ-CHAR-FN ...) ; compiling (DEFTYPE J-READ-CHARS-FN ...) ; compiling (DEFTYPE J-WRITE-CHAR-FN ...) ; compiling (DEFTYPE J-WRITE-CHARS-FN ...) ; compiling (DEFTYPE J-UNREAD-CHAR-FN ...) ; compiling (DEF-STREAM-CLASS SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS SINGLE-CHANNEL-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS DUAL-CHANNEL-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS STRING-SIMPLE-STREAM ...) ; compiling (DEFGENERIC DEVICE-OPEN ...) ; compiling (DEFGENERIC DEVICE-CLOSE ...) ; compiling (DEFGENERIC DEVICE-BUFFER-LENGTH ...) ; compiling (DEFGENERIC DEVICE-FILE-POSITION ...) ; compiling (DEFGENERIC (SETF DEVICE-FILE-POSITION) ...) ; compiling (DEFGENERIC DEVICE-FILE-LENGTH ...) ; compiling (DEFGENERIC DEVICE-READ ...) ; compiling (DEFGENERIC DEVICE-CLEAR-INPUT ...) ; compiling (DEFGENERIC DEVICE-WRITE ...) ; compiling (DEFGENERIC DEVICE-CLEAR-OUTPUT ...) ; compiling (DEFGENERIC DEVICE-FINISH-RECORD ...) ; compiling (DEFMETHOD SHARED-INITIALIZE ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFMETHOD DEVICE-CLOSE ...) ; compiling (DEFMETHOD DEVICE-CLOSE ...) ; compiling (DEFMETHOD DEVICE-BUFFER-LENGTH ...) ; compiling (DEFMETHOD DEVICE-FILE-POSITION ...) ; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...) ; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...) ; compiling (DEFGENERIC (SETF STREAM-EXTERNAL-FORMAT) ...) ; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...) ; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...) ; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...) ; compiling (DEFMETHOD DEVICE-READ ...) ; compiling (DEFMETHOD DEVICE-READ ...) ; compiling (DEFMETHOD DEVICE-CLEAR-INPUT ...) ; compiling (DEFMETHOD DEVICE-WRITE ...) ; compiling (DEFMETHOD DEVICE-WRITE ...) ; compiling (DEFMETHOD DEVICE-CLEAR-OUTPUT ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;CLASSES-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.311 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/internal.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DECLAIM (INLINE BUFFER-SAP ...)) ; compiling (DEFUN BUFFER-SAP ...) ; compiling (DEFUN BREF ...) ; compiling (DEFUN (SETF BREF) ...) ; compiling (DEFUN BUFFER-COPY ...) ; compiling (DEFUN ALLOCATE-BUFFER ...) ; compiling (DEFUN FREE-BUFFER ...) ; compiling (DEFUN MAKE-CONTROL-TABLE ...) ; compiling (DEFUN STD-NEWLINE-OUT-HANDLER ...) ; compiling (DEFUN STD-TAB-OUT-HANDLER ...) ; compiling (DEFUN STD-DC-NEWLINE-IN-HANDLER ...) ; compiling (DEFVAR *STD-CONTROL-OUT-TABLE* ...) ; compiling (DEFVAR *DEFAULT-EXTERNAL-FORMAT* ...) ; compiling (DEFVAR *EXTERNAL-FORMATS* ...) ; compiling (DEFVAR *EXTERNAL-FORMAT-ALIASES* ...) ; compiling (DEFSTRUCT (EXTERNAL-FORMAT # ...) ...) ; compiling (DEFUN %PRINT-EXTERNAL-FORMAT ...) ; compiling (DEFMACRO DEFINE-EXTERNAL-FORMAT ...) ; compiling (DEFUN LOAD-EXTERNAL-FORMAT-ALIASES ...) ; compiling (DEFUN FIND-EXTERNAL-FORMAT ...) ; compiling (DEFINE-CONDITION VOID-EXTERNAL-FORMAT ...) ; compiling (DEFINE-EXTERNAL-FORMAT :VOID ...) ; compiling (DEFINE-EXTERNAL-FORMAT :ISO8859-1 ...) ; compiling (DEFMACRO OCTETS-TO-CHAR ...) ; compiling (DEFMACRO CHAR-TO-OCTETS ...) ; compiling (DEFUN STRING-TO-OCTETS ...) ; compiling (DEFUN OCTETS-TO-STRING ...) ; compiling (DEFUN VECTOR-ELT-WIDTH ...) ; compiling (DEFUN ENDIAN-SWAP-VALUE ...) ; compiling (DEFUN READ-OCTETS ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/internal.lisp ; in: DEFUN READ-OCTETS ; (SB-UNIX:UNIX-READ SB-SIMPLE-STREAMS::FD ; (SB-SIMPLE-STREAMS::BUFFER-SAP SB-SIMPLE-STREAMS::BUFFER ; SB-SIMPLE-STREAMS::START) ; (THE FIXNUM ; (- SB-SIMPLE-STREAMS::END SB-SIMPLE-STREAMS::START))) ; ; note: doing SAP to pointer coercion (cost 20) ; compiling (DEFUN WRITE-OCTETS ...) ; compiling (DEFUN DO-SOME-OUTPUT ...) ; compiling (DEFUN QUEUE-WRITE ...) ; compiling (DEFUN %FD-OPEN ...) ; compiling (DEFUN OPEN-FD-STREAM ...) ; compiling (DEFSTRUCT (FILESPEC-PARSER #) ...) ; compiling (DEFVAR *FILESPEC-PARSERS* ...) ; compiling (DEFUN ADD-FILESPEC ...) ; compiling (DEFMACRO DEFINE-FILESPEC ...) ; compiling (DEFUN PARSE-FILESPEC ...) ; compiling (DEFINE-FILESPEC PATHNAME ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;INTERNAL-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.554 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/strategy.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEFUN REFILL-BUFFER ...) ; compiling (DEFUN SC-SET-DIRTY ...) ; compiling (DEFUN SC-SET-CLEAN ...) ; compiling (DEFUN SC-DIRTY-P ...) ; compiling (DEFUN FLUSH-BUFFER ...) ; compiling (DEFUN FLUSH-OUT-BUFFER ...) ; compiling (DEFUN READ-BYTE-INTERNAL ...) ; compiling (DECLAIM (FTYPE J-LISTEN-FN ...)) ; compiling (DEFUN SC-LISTEN-EF ...) ; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...)) ; compiling (DEFUN SC-READ-CHAR-EF ...) ; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...)) ; compiling (DEFUN SC-READ-CHAR-EF-MAPPED ...) ; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...)) ; compiling (DEFUN SC-READ-CHARS-EF ...) ; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...)) ; compiling (DEFUN SC-READ-CHARS-EF-MAPPED ...) ; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...)) ; compiling (DEFUN SC-UNREAD-CHAR-EF ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...)) ; compiling (DEFUN SC-WRITE-CHAR-EF ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...)) ; compiling (DEFUN SC-WRITE-CHARS-EF ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...)) ; compiling (DEFUN DC-WRITE-CHAR-EF ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...)) ; compiling (DEFUN DC-WRITE-CHARS-EF ...) ; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...)) ; compiling (DEFUN STR-READ-CHAR ...) ; compiling (DECLAIM (FTYPE J-LISTEN-FN ...)) ; compiling (DEFUN STR-LISTEN-E-CRLF ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/strategy.lisp ; in: DEFUN STR-LISTEN-E-CRLF ; (DEFUN SB-SIMPLE-STREAMS::STR-LISTEN-E-CRLF (STREAM) ; (SB-SIMPLE-STREAMS:WITH-STREAM-CLASS (SB-SIMPLE-STREAMS:COMPOSING-STREAM ; STREAM) ; (SB-SIMPLE-STREAMS:FUNCALL-STM-HANDLER SB-SIMPLE-STREAMS::J-LISTEN ; (SB-SIMPLE-STREAMS:SM ; SB-SIMPLE-STREAMS::MELDED-STREAM ; STREAM)))) ; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA SB-SIMPLE-STREAMS::STR-LISTEN-E-CRLF ; (STREAM) ; (BLOCK SB-SIMPLE-STREAMS::STR-LISTEN-E-CRLF ; (SB-SIMPLE-STREAMS:WITH-STREAM-CLASS (SB-SIMPLE-STREAMS:COMPOSING-STREAM ; STREAM) ; (SB-SIMPLE-STREAMS:FUNCALL-STM-HANDLER SB-SIMPLE-STREAMS::J-LISTEN ; (SB-SIMPLE-STREAMS:SM ; SB-SIMPLE-STREAMS::MELDED-STREAM ; STREAM))))) ; ; note: type assertion too complex to check: ; (VALUES &OPTIONAL (MEMBER T NIL) &REST T). ; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...)) ; compiling (DEFUN STR-READ-CHAR-E-CRLF ...) ; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...)) ; compiling (DEFUN STR-UNREAD-CHAR-E-CRLF ...) ; compiling (DEFUN MELDING-STREAM ...) ; compiling (DEFUN MELD ...) ; compiling (DEFUN UNMELD ...) ; compiling (DEFUN %SF ...) ; compiling (DEFUN INSTALL-SINGLE-CHANNEL-CHARACTER-STRATEGY ...) ; compiling (DEFUN INSTALL-DUAL-CHANNEL-CHARACTER-STRATEGY ...) ; compiling (DEFUN INSTALL-STRING-CHARACTER-STRATEGY ...) ; compiling (DECLAIM (SB-EXT:DEPRECATED :EARLY ...)) ; compiling (DEFUN INSTALL-STRING-INPUT-CHARACTER-STRATEGY ...) ; compiling (DEFUN INSTALL-STRING-OUTPUT-CHARACTER-STRATEGY ...) ; compiling (DEFUN INSTALL-COMPOSING-FORMAT-CHARACTER-STRATEGY ...) ; compiling (DEFUN COMPOSE-ENCAPSULATING-STREAMS ...) ; compiling (DEFMETHOD (SETF STREAM-EXTERNAL-FORMAT) ...) ; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...)) ; compiling (DEFUN NULL-READ-CHAR ...) ; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...)) ; compiling (DEFUN NULL-READ-CHARS ...) ; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...)) ; compiling (DEFUN NULL-UNREAD-CHAR ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...)) ; compiling (DEFUN NULL-WRITE-CHAR ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...)) ; compiling (DEFUN NULL-WRITE-CHARS ...) ; compiling (DECLAIM (FTYPE J-LISTEN-FN ...)) ; compiling (DEFUN NULL-LISTEN ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;STRATEGY-TMP.FASL.NEWEST written ; compilation finished in 0:00:01.119 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/terminal.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEFVAR *TERMINAL-CONTROL-IN-TABLE* ...) ; compiling (DEF-STREAM-CLASS TERMINAL-SIMPLE-STREAM ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-READ ...) ; compiling (DEFMETHOD DEVICE-CLEAR-INPUT ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;TERMINAL-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.119 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/string.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEF-STREAM-CLASS STRING-INPUT-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS STRING-OUTPUT-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS COMPOSING-STREAM ...) ; compiling (DEF-STREAM-CLASS FILL-POINTER-OUTPUT-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS XP-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS ANNOTATION-OUTPUT-SIMPLE-STREAM ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-FILE-POSITION ...) ; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...) ; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-FILE-POSITION ...) ; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;STRING-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.262 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/socket.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEF-STREAM-CLASS SOCKET-SIMPLE-STREAM ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEF-STREAM-CLASS SOCKET-BASE-SIMPLE-STREAM ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-CLOSE ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-WRITE ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;SOCKET-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.198 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/null.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEF-STREAM-CLASS NULL-SIMPLE-STREAM ...) ; compiling (DECLAIM (FTYPE J-READ-CHAR-FN ...)) ; compiling (DEFUN NULL-READ-CHAR ...) ; compiling (DECLAIM (FTYPE J-READ-CHARS-FN ...)) ; compiling (DEFUN NULL-READ-CHARS ...) ; compiling (DECLAIM (FTYPE J-UNREAD-CHAR-FN ...)) ; compiling (DEFUN NULL-UNREAD-CHAR ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHAR-FN ...)) ; compiling (DEFUN NULL-WRITE-CHAR ...) ; compiling (DECLAIM (FTYPE J-WRITE-CHARS-FN ...)) ; compiling (DEFUN NULL-WRITE-CHARS ...) ; compiling (DECLAIM (FTYPE J-LISTEN-FN ...)) ; compiling (DEFUN NULL-LISTEN ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-BUFFER-LENGTH ...) ; compiling (DEFMETHOD DEVICE-READ ...) ; compiling (DEFMETHOD DEVICE-WRITE ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;NULL-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.111 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/direct.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEF-STREAM-CLASS DIRECT-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS BUFFER-INPUT-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS BUFFER-OUTPUT-SIMPLE-STREAM ...) ; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;DIRECT-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.041 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/file.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEF-STREAM-CLASS FILE-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS MAPPED-FILE-SIMPLE-STREAM ...) ; compiling (DEF-STREAM-CLASS PROBE-SIMPLE-STREAM ...) ; compiling (DEFMETHOD PRINT-OBJECT ...) ; compiling (DEFUN OPEN-FILE-STREAM ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFUN REVERT-FILE ...) ; compiling (DEFUN DELETE-ORIGINAL ...) ; compiling (DEFMETHOD DEVICE-CLOSE ...) ; compiling (DEFMETHOD DEVICE-FILE-POSITION ...) ; compiling (DEFMETHOD (SETF DEVICE-FILE-POSITION) ...) ; compiling (DEFMETHOD DEVICE-FILE-LENGTH ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; compiling (DEFMETHOD DEVICE-CLOSE ...) ; compiling (DEFMETHOD DEVICE-WRITE ...) ; compiling (DEFMETHOD DEVICE-OPEN ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;FILE-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.448 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/fndb.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "COMMON-LISP") ; compiling (SB-C:DEFKNOWN OPEN ...) ; compiling (SB-C:DEFKNOWN LISTEN ...) ; compiling (SB-C:DEFKNOWN READ-SEQUENCE ...) ; compiling (SB-C:DEFKNOWN CLEAR-INPUT ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;FNDB-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.003 ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/impl.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (IN-PACKAGE "SB-SIMPLE-STREAMS") ; compiling (DEFUN %UNINITIALIZED ...) ; compiling (DEFUN %CHECK ...) ; compiling (DEFMETHOD INPUT-STREAM-P ...) ; compiling (DEFMETHOD OUTPUT-STREAM-P ...) ; compiling (DEFMETHOD OPEN-STREAM-P ...) ; compiling (DEFMETHOD CLOSE ...) ; compiling (DEFUN %FILE-POSITION ...) ; compiling (DEFUN %FILE-LENGTH ...) ; compiling (DEFUN %FILE-NAME ...) ; compiling (DEFUN %FILE-RENAME ...) ; compiling (DEFUN %FILE-STRING-LENGTH ...) ; compiling (DEFUN %READ-LINE ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/impl.lisp ; in: DEFUN %READ-LINE ; (REPLACE SB-SIMPLE-STREAMS::CBUF SB-SIMPLE-STREAMS::BUF :START1 ; SB-SIMPLE-STREAMS::IDX) ; ; note: unable to ; optimize ; due to type uncertainty: ; The second argument is a SIMPLE-STRING, not a (SIMPLE-ARRAY CHARACTER (*)). ; ; note: unable to ; optimize ; due to type uncertainty: ; The second argument is a SIMPLE-STRING, not a SIMPLE-BASE-STRING. ; (SB-SIMPLE-STREAMS:FUNCALL-STM-HANDLER SB-SIMPLE-STREAMS::J-READ-CHARS ; SB-SIMPLE-STREAMS::ENCAP ; SB-SIMPLE-STREAMS::CBUF #\Newline ; SB-SIMPLE-STREAMS::INDEX ; (LENGTH SB-SIMPLE-STREAMS::CBUF) T) ; --> LET FUNCALL SB-C::%FUNCALL THE ; ==> ; (SB-KERNEL:%COERCE-CALLABLE-TO-FUN ; (SB-SIMPLE-STREAMS:SM SB-SIMPLE-STREAMS::J-READ-CHARS #:G326)) ; ; note: unable to ; optimize away possible call to FDEFINITION at runtime ; because: ; not known to be a function ; (REPLACE STRING SB-SIMPLE-STREAMS::BUF :START1 SB-SIMPLE-STREAMS::INDEX) ; ; note: unable to ; optimize ; due to type uncertainty: ; The second argument is a SIMPLE-STRING, not a (SIMPLE-ARRAY CHARACTER (*)). ; ; note: unable to ; optimize ; due to type uncertainty: ; The second argument is a SIMPLE-STRING, not a SIMPLE-BASE-STRING. ; compiling (DEFUN %READ-CHAR ...) ; compiling (DEFUN %UNREAD-CHAR ...) ; compiling (DEFUN %PEEK-CHAR ...) ; compiling (DEFUN %LISTEN ...) ; compiling (DEFUN %CLEAR-INPUT ...) ; compiling (DEFUN %READ-BYTE ...) ; compiling (DEFUN %WRITE-CHAR ...) ; compiling (DEFUN %FRESH-LINE ...) ; compiling (DEFUN %WRITE-STRING ...) ; compiling (DEFUN %LINE-LENGTH ...) ; compiling (DEFUN %FINISH-OUTPUT ...) ; compiling (DEFUN %FORCE-OUTPUT ...) ; compiling (DEFUN %CLEAR-OUTPUT ...) ; compiling (DEFUN %WRITE-BYTE ...) ; compiling (DEFUN %READ-SEQUENCE ...) ; compiling (DEFUN %WRITE-SEQUENCE ...) ; compiling (DEFUN READ-VECTOR ...) ; compiling (DEFMETHOD OPEN-STREAM-P ...) ; compiling (DEFMETHOD INPUT-STREAM-P ...) ; compiling (DEFMETHOD OUTPUT-STREAM-P ...) ; compiling (DEFMETHOD STREAM-ELEMENT-TYPE ...) ; compiling (DEFUN INTERACTIVE-STREAM-P ...) ; compiling (DEFUN (SETF INTERACTIVE-STREAM-P) ...) ; compiling (DEFUN FILE-STRING-LENGTH ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/impl.lisp ; in: DEFUN FILE-STRING-LENGTH ; (SB-SIMPLE-STREAMS::%FILE-STRING-LENGTH STREAM SB-SIMPLE-STREAMS::OBJECT) ; ==> ; STREAM ; ; note: deleting unreachable code ; compiling (DEFUN STREAM-EXTERNAL-FORMAT ...) ; compiling (DEFUN OPEN ...) ; compiling (DECLAIM (INLINE READ-BYTE ...)) ; compiling (DEFUN READ-BYTE ...) ; compiling (DEFUN READ-CHAR ...) ; compiling (DEFUN READ-CHAR-NO-HANG ...) ; compiling (DEFUN UNREAD-CHAR ...) ; compiling (DECLAIM (NOTINLINE READ-BYTE ...)) ; compiling (DEFUN PEEK-CHAR ...) ; compiling (DEFUN LISTEN ...) ; compiling (DEFUN READ-LINE ...) ; compiling (DEFUN READ-SEQUENCE ...) ; compiling (DEFUN CLEAR-INPUT ...) ; compiling (DEFUN WRITE-BYTE ...) ; compiling (DEFUN WRITE-CHAR ...) ; compiling (DEFUN WRITE-STRING ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/impl.lisp ; in: DEFUN WRITE-STRING ; (DEFUN WRITE-STRING ; (STRING ; &OPTIONAL (STREAM *STANDARD-OUTPUT*) ; &KEY (SB-SIMPLE-STREAMS::START 0) (SB-SIMPLE-STREAMS::END NIL)) ; "Outputs the String to the given Stream." ; (DECLARE (SB-INT:EXPLICIT-CHECK)) ; (LET ((STREAM (SB-INT:OUT-SYNONYM-OF STREAM)) ; (SB-SIMPLE-STREAMS::END ; (SB-KERNEL:%CHECK-VECTOR-SEQUENCE-BOUNDS STRING ; SB-SIMPLE-STREAMS::START ; SB-SIMPLE-STREAMS::END))) ; (ETYPECASE STREAM ; (SB-SIMPLE-STREAMS:SIMPLE-STREAM ; (SB-SIMPLE-STREAMS::%WRITE-STRING STREAM STRING ; SB-SIMPLE-STREAMS::START SB-SIMPLE-STREAMS::END) ; STRING) ; (SB-KERNEL:ANSI-STREAM ; (SB-IMPL::ANSI-STREAM-WRITE-STRING STRING STREAM ; SB-SIMPLE-STREAMS::START ; SB-SIMPLE-STREAMS::END)) ; (FUNDAMENTAL-STREAM ; (STREAM-WRITE-STRING STREAM STRING SB-SIMPLE-STREAMS::START ; SB-SIMPLE-STREAMS::END))))) ; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA WRITE-STRING ; (STRING &OPTIONAL (STREAM *STANDARD-OUTPUT*) &KEY ; (SB-SIMPLE-STREAMS::START 0) (SB-SIMPLE-STREAMS::END NIL)) ; "Outputs the String to the given Stream." ; (DECLARE (SB-INT:EXPLICIT-CHECK)) ; (BLOCK WRITE-STRING ; (LET ((STREAM #) (SB-SIMPLE-STREAMS::END #)) ; (ETYPECASE STREAM ; (SB-SIMPLE-STREAMS:SIMPLE-STREAM # STRING) ; (SB-KERNEL:ANSI-STREAM #) ; (FUNDAMENTAL-STREAM #))))) ; ; caught STYLE-WARNING: ; &OPTIONAL and &KEY found in the same lambda list: (STRING &OPTIONAL ; (STREAM ; *STANDARD-OUTPUT*) ; &KEY (START 0) ; (END NIL)) ; compiling (DEFUN WRITE-LINE ...) ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/impl.lisp ; in: DEFUN WRITE-LINE ; (DEFUN WRITE-LINE ; (STRING ; &OPTIONAL (STREAM *STANDARD-OUTPUT*) ; &KEY (SB-SIMPLE-STREAMS::START 0) SB-SIMPLE-STREAMS::END) ; (DECLARE (TYPE STRING STRING)) ; (DECLARE (SB-INT:EXPLICIT-CHECK)) ; (LET ((STREAM (SB-INT:OUT-SYNONYM-OF STREAM)) ; (SB-SIMPLE-STREAMS::END ; (SB-KERNEL:%CHECK-VECTOR-SEQUENCE-BOUNDS STRING ; SB-SIMPLE-STREAMS::START ; SB-SIMPLE-STREAMS::END))) ; (ETYPECASE STREAM ; (SB-SIMPLE-STREAMS:SIMPLE-STREAM ; (SB-SIMPLE-STREAMS::%CHECK STREAM :OUTPUT) ; (SB-SIMPLE-STREAMS:WITH-STREAM-CLASS # ; # ; #)) ; (SB-KERNEL:ANSI-STREAM ; (SB-IMPL::ANSI-STREAM-WRITE-STRING STRING STREAM ; SB-SIMPLE-STREAMS::START ; SB-SIMPLE-STREAMS::END) ; (FUNCALL # STREAM #\Newline)) ; (FUNDAMENTAL-STREAM ; (STREAM-WRITE-STRING STREAM STRING SB-SIMPLE-STREAMS::START ; SB-SIMPLE-STREAMS::END) ; (STREAM-TERPRI STREAM)))) ; STRING) ; --> PROGN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA ; ==> ; #'(SB-INT:NAMED-LAMBDA WRITE-LINE ; (STRING &OPTIONAL (STREAM *STANDARD-OUTPUT*) &KEY ; (SB-SIMPLE-STREAMS::START 0) SB-SIMPLE-STREAMS::END) ; (DECLARE (TYPE STRING STRING)) ; (DECLARE (SB-INT:EXPLICIT-CHECK)) ; (BLOCK WRITE-LINE ; (LET ((STREAM #) (SB-SIMPLE-STREAMS::END #)) ; (ETYPECASE STREAM ; (SB-SIMPLE-STREAMS:SIMPLE-STREAM # #) ; (SB-KERNEL:ANSI-STREAM # #) ; (FUNDAMENTAL-STREAM # #))) ; STRING)) ; ; caught STYLE-WARNING: ; &OPTIONAL and &KEY found in the same lambda list: (STRING &OPTIONAL ; (STREAM ; *STANDARD-OUTPUT*) ; &KEY (START 0) END) ; compiling (DEFUN WRITE-SEQUENCE ...) ; compiling (DEFUN TERPRI ...) ; compiling (DEFUN FRESH-LINE ...) ; compiling (DEFUN FINISH-OUTPUT ...) ; compiling (DEFUN FORCE-OUTPUT ...) ; compiling (DEFUN CLEAR-OUTPUT ...) ; compiling (DEFUN FILE-POSITION ...) ; compiling (DEFUN FILE-LENGTH ...) ; compiling (DEFUN CHARPOS ...) ; compiling (DEFUN LINE-LENGTH ...) ; compiling (DEFUN WAIT-FOR-INPUT-AVAILABLE ...) ; compiling (DEFUN SB-INT:FILE-NAME ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;IMPL-TMP.FASL.NEWEST written ; compilation finished in 0:00:01.528 WARNING: Lisp compilation had style-warnings while compiling # ; file: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/internal.lisp ; in: DEFUN SB-SIMPLE-STREAMS:READ-OCTETS ; (SB-SIMPLE-STREAMS::%READ-VECTOR SB-SIMPLE-STREAMS::BUFFER ; SB-SIMPLE-STREAMS::FD SB-SIMPLE-STREAMS::START SB-SIMPLE-STREAMS::END ; :BYTE-8 ; (IF SB-SIMPLE-STREAMS::BLOCKING ; :BNB ; NIL)) ; ; caught STYLE-WARNING: ; undefined function: SB-SIMPLE-STREAMS::%READ-VECTOR ; ; compilation unit finished ; Undefined function: ; SB-SIMPLE-STREAMS::%READ-VECTOR ; caught 3 STYLE-WARNING conditions ; printed 8 notes * echo "(defsystem :sb-simple-streams :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-simple-streams.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --load ../asdf-stub.lisp \ --eval '(asdf::test-asdf-contrib "sb-simple-streams")' WARNING: redefining ASDF/SOURCE-REGISTRY:WRAPPING-SOURCE-REGISTRY in DEFUN STYLE-WARNING: Couldn't grovel for SIGPWR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECHRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2NSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL3RST (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELNRNG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUNATCH (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOCSI (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EL2HLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EXFULL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOANO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADRQC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADSLT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDEADLOCK (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBFONT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSTR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENODATA (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ETIME (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOSR (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENONET (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOPKG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EADV (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESRMNT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ECOMM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EDOTDOT (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTUNIQ (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EBADFD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMCHG (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBACC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBBAD (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBSCN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBMAX (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ELIBEXEC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ERESTART (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ESTRPIPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EUCLEAN (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOTNAM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENAVAIL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EREMOTEIO (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for ENOMEDIUM (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for EMEDIUMTYPE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_LARGEFILE (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_DSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for O_RSYNC (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFDEL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for OFILL (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NLDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for NL1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CRDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for CR3 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for TAB2 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BSDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for BS1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VTDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for VT1 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FFDLY (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF0 (unknown to the C compiler). STYLE-WARNING: Couldn't grovel for FF1 (unknown to the C compiler). STYLE-WARNING: Didn't find definition for "fdatasync" STYLE-WARNING: Didn't find definition for "setfsuid" STYLE-WARNING: Didn't find definition for "setfsgid" STYLE-WARNING: Generic function OPEN-STREAM-P clobbers an earlier FTYPE proclamation (FUNCTION (STREAM) (VALUES (MEMBER T NIL) &OPTIONAL)) for the same name with (FUNCTION (T) *). STYLE-WARNING: Generic function CLOSE clobbers an earlier FTYPE proclamation (FUNCTION (STREAM &KEY (:ABORT T)) (VALUES (MEMBER T) &OPTIONAL)) for the same name with (FUNCTION (T &KEY (:ABORT T)) *). WARNING: redefining COMMON-LISP:INTERACTIVE-STREAM-P in DEFUN WARNING: redefining COMMON-LISP:FILE-STRING-LENGTH in DEFUN WARNING: redefining COMMON-LISP:STREAM-EXTERNAL-FORMAT in DEFUN WARNING: redefining COMMON-LISP:OPEN in DEFUN WARNING: redefining COMMON-LISP:READ-BYTE in DEFUN WARNING: redefining COMMON-LISP:READ-CHAR in DEFUN WARNING: redefining COMMON-LISP:READ-CHAR-NO-HANG in DEFUN WARNING: redefining COMMON-LISP:UNREAD-CHAR in DEFUN WARNING: redefining COMMON-LISP:PEEK-CHAR in DEFUN WARNING: redefining COMMON-LISP:LISTEN in DEFUN WARNING: redefining COMMON-LISP:READ-LINE in DEFUN WARNING: redefining COMMON-LISP:READ-SEQUENCE in DEFUN WARNING: redefining COMMON-LISP:CLEAR-INPUT in DEFUN WARNING: redefining COMMON-LISP:WRITE-BYTE in DEFUN WARNING: redefining COMMON-LISP:WRITE-CHAR in DEFUN WARNING: redefining COMMON-LISP:WRITE-STRING in DEFUN WARNING: redefining COMMON-LISP:WRITE-LINE in DEFUN WARNING: redefining COMMON-LISP:WRITE-SEQUENCE in DEFUN WARNING: redefining COMMON-LISP:TERPRI in DEFUN WARNING: redefining COMMON-LISP:FRESH-LINE in DEFUN WARNING: redefining COMMON-LISP:FINISH-OUTPUT in DEFUN WARNING: redefining COMMON-LISP:FORCE-OUTPUT in DEFUN WARNING: redefining COMMON-LISP:CLEAR-OUTPUT in DEFUN WARNING: redefining COMMON-LISP:FILE-POSITION in DEFUN WARNING: redefining COMMON-LISP:FILE-LENGTH in DEFUN WARNING: redefining SB-KERNEL:CHARPOS in DEFUN WARNING: redefining SB-KERNEL:LINE-LENGTH in DEFUN WARNING: redefining SB-INT:FILE-NAME in DEFUN WARNING: redefining SB-SIMPLE-STREAMS::NULL-READ-CHAR in DEFUN WARNING: redefining SB-SIMPLE-STREAMS::NULL-READ-CHARS in DEFUN WARNING: redefining SB-SIMPLE-STREAMS::NULL-UNREAD-CHAR in DEFUN WARNING: redefining SB-SIMPLE-STREAMS::NULL-WRITE-CHAR in DEFUN WARNING: redefining SB-SIMPLE-STREAMS::NULL-WRITE-CHARS in DEFUN WARNING: redefining SB-SIMPLE-STREAMS::NULL-LISTEN in DEFUN ; compiling file "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/simple-stream-tests.lisp" (written 27 NOV 2015 10:15:54 AM): ; compiling (DEFPACKAGE SB-SIMPLE-STREAMS-TEST ...) ; compiling (IN-PACKAGE #:SB-SIMPLE-STREAMS-TEST) ; compiling (DEFPARAMETER *DUMB-STRING* ...) ; compiling (DEFPARAMETER *TEST-PATH* ...) ; compiling (DEFPARAMETER *TEST-FILE* ...) ; compiling (ENSURE-DIRECTORIES-EXIST *TEST-PATH* ...) ; compiling (DEFUN REMOVE-KEY ...) ; compiling (DEFUN CREATE-TEST-FILE ...) ; compiling (DEFUN REMOVE-TEST-FILE ...) ; compiling (DEFMACRO WITH-TEST-FILE ...) ; compiling (DEFTEST NON-EXISTENT-CLASS ...) ; compiling (DEFTEST NON-STREAM-CLASS ...) ; compiling (DEFTEST CREATE-FILE-1 ...) ; compiling (DEFTEST CREATE-FILE-2 ...) ; compiling (DEFTEST CREATE-READ-FILE-1 ...) ; compiling (DEFTEST CREATE-READ-MAPPED-FILE-1 ...) ; compiling (DEFTEST WRITE-READ-INET ...) ; compiling (DEFTEST WRITE-READ-LARGE-SC-1 ...) ; compiling (DEFTEST WRITE-READ-LARGE-SC-2 ...) ; compiling (DEFTEST WRITE-READ-LARGE-SC-3 ...) ; compiling (DEFTEST WRITE-READ-LARGE-DC-1 ...) ; compiling (DEFTEST FILE-POSITION-1 ...) ; compiling (DEFTEST FILE-POSITION-2 ...) ; compiling (DEFTEST FILE-POSITION-3 ...) ; compiling (DEFTEST FILE-POSITION-4 ...) ; compiling (DEFTEST FILE-POSITION-5 ...) ; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-1 ...) ; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-2 ...) ; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-3 ...) ; compiling (DEFTEST WRITE-READ-UNFLUSHED-SC-4 ...) ; compiling (DEFTEST WRITE-READ-APPEND-SC-1 ...) ; compiling (DEFTEST WRITE-READ-MIXED-SC-1 ...) ; compiling (DEFPARAMETER *MULTI-LINE-STRING* ...) ; compiling (DEFMACRO WITH-DC-TEST-STREAM ...) ; compiling (DEFMACRO WITH-SC-TEST-STREAM ...) ; compiling (DEFTEST LISTEN-DC-1 ...) ; compiling (DEFTEST LISTEN-DC-2 ...) ; compiling (DEFTEST LISTEN-DC-3 ...) ; compiling (DEFTEST CHARPOS-1 ...) ; compiling (DEFTEST CHARPOS-2 ...) ; compiling (DEFTEST READER-1 ...) ; compiling (DEFTEST LINE-LENGTH-DC-1 ...) ; compiling (DEFVAR *SYNONYM*) ; compiling (DEFTEST SYNONYM-STREAM-1 ...) ; compiling (DEFTEST SYNONYM-STREAM-2 ...) ; compiling (DEFTEST SYNONYM-STREAM-3 ...) ; compiling (DEFTEST SYNONYM-STREAM-4 ...) ; compiling (DEFTEST SYNONYM-STREAM-5 ...) ; compiling (DEFTEST SYNONYM-STREAM-6 ...) ; compiling (DEFTEST SYNONYM-STREAM-7 ...) ; compiling (DEFTEST SYNONYM-STREAM-8 ...) ; compiling (DEFTEST SYNONYM-STREAM-9 ...) ; compiling (DEFTEST SYNONYM-STREAM-10 ...) ; compiling (DEFTEST SYNONYM-STREAM-11 ...) ; compiling (DEFTEST SYNONYM-STREAM-12 ...) ; compiling (DEFTEST SYNONYM-STREAM-13 ...) ; compiling (DEFTEST SYNONYM-STREAM-14 ...) ; compiling (DEFTEST SYNONYM-STREAM-15 ...) ; compiling (DEFTEST SYNONYM-STREAM-16 ...) ; compiling (DEFTEST BROADCAST-STREAM-4 ...) ; compiling (DEFTEST BROADCAST-STREAM-5 ...) ; compiling (DEFTEST BROADCAST-STREAM-6 ...) ; compiling (DEFTEST BROADCAST-STREAM-9 ...) ; compiling (DEFTEST BROADCAST-STREAM-10 ...) ; compiling (DEFTEST BROADCAST-STREAM-11 ...) ; compiling (DEFTEST BROADCAST-STREAM-12 ...) ; compiling (DEFTEST BROADCAST-STREAM-13 ...) ; compiling (DEFTEST BROADCAST-STREAM-14 ...) ; compiling (DEFTEST BROADCAST-STREAM-16 ...) ; compiling (DEFTEST TWO-WAY-STREAM-1 ...) ; compiling (DEFTEST TWO-WAY-STREAM-2 ...) ; compiling (DEFTEST TWO-WAY-STREAM-3 ...) ; compiling (DEFTEST TWO-WAY-STREAM-4 ...) ; compiling (DEFTEST TWO-WAY-STREAM-5 ...) ; compiling (DEFTEST TWO-WAY-STREAM-6 ...) ; compiling (DEFTEST TWO-WAY-STREAM-7 ...) ; compiling (DEFTEST TWO-WAY-STREAM-8 ...) ; compiling (DEFTEST TWO-WAY-STREAM-9 ...) ; compiling (DEFTEST TWO-WAY-STREAM-10 ...) ; compiling (DEFTEST TWO-WAY-STREAM-11 ...) ; compiling (DEFTEST TWO-WAY-STREAM-12 ...) ; compiling (DEFTEST TWO-WAY-STREAM-13 ...) ; compiling (DEFTEST TWO-WAY-STREAM-14 ...) ; compiling (DEFTEST TWO-WAY-STREAM-16 ...) ; compiling (DEFTEST ECHO-STREAM-1 ...) ; compiling (DEFTEST ECHO-STREAM-2 ...) ; compiling (DEFTEST ECHO-STREAM-3 ...) ; compiling (DEFTEST ECHO-STREAM-7 ...) ; compiling (DEFTEST ECHO-STREAM-8 ...) ; compiling (DEFTEST ECHO-STREAM-11 ...) ; compiling (DEFTEST ECHO-STREAM-12 ...) ; compiling (DEFTEST ECHO-STREAM-13 ...) ; compiling (DEFTEST ECHO-STREAM-14 ...) ; compiling (DEFTEST ECHO-STREAM-16 ...) ; compiling (DEFTEST CONCATENATED-STREAM-1 ...) ; compiling (DEFTEST CONCATENATED-STREAM-2 ...) ; compiling (DEFTEST CONCATENATED-STREAM-3 ...) ; compiling (DEFTEST CONCATENATED-STREAM-7 ...) ; compiling (DEFTEST CONCATENATED-STREAM-8 ...) ; compiling (DEFTEST CONCATENATED-STREAM-11 ...) ; compiling (DEFTEST CONCATENATED-STREAM-12 ...) ; compiling (DEFTEST CONCATENATED-STREAM-13 ...) ; compiling (DEFTEST CONCATENATED-STREAM-14 ...) ; compiling (DEFTEST CONCATENATED-STREAM-16 ...) ; compiling (DEFTEST FILE-SIMPLE-STREAM-1 ...) ; compiling (DEFTEST STRING-SIMPLE-STREAM-1 ...) ; compiling (DEFTEST EXTERNAL-FORMAT-1 ...) ; compiling (DEFTEST LP491087 ...) ; SYS:CONTRIB;SB-SIMPLE-STREAMS;SIMPLE-STREAM-TESTS-TMP.FASL.NEWEST written ; compilation finished in 0:00:00.086 * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams' gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-sprof' /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "sb-sprof" "sb-sprof") :output-file (parse-native-namestring "/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-sprof.fasl"))' NODE*) ; compiling (DEFMACRO WITH-LOOKUP-TABLES ...) ; compiling (DEFUN LOOKUP-NODE ...) ; compiling (DEFUN COLLECT-NODES ...) ; compiling (DEFUN MAKE-CALL-GRAPH-1 ...) ; compiling (DEFUN REDUCE-CALL-GRAPH ...) ; compiling (DEFUN COMPUTE-ACCRUED-COUNTS ...) ; compiling (DEFUN MAKE-CALL-GRAPH ...) ; compiling (DEFUN PRINT-SEPARATOR ...) ; compiling (DEFUN SAMPLES-PERCENT ...) ; compiling (DEFUN PRINT-CALL-GRAPH-HEADER ...) ; compiling (DECLAIM (TYPE # ...)) ; compiling (DEFVAR *REPORT-SORT-BY* ...) ; compiling (DECLAIM (TYPE # ...)) ; compiling (DEFVAR *REPORT-SORT-ORDER* ...) ; compiling (DEFUN PRINT-FLAT ...) ; compiling (DEFUN PRINT-CYCLES ...) ; compiling (DEFUN PRINT-GRAPH ...) ; compiling (DEFUN REPORT ...) ; compiling (DEFUN SAMPLE-PC-FROM-PC-OR-OFFSET ...) ; compiling (DEFUN ADD-DISASSEMBLY-PROFILE-NOTE ...) ; compiling (PUSHNEW (QUOTE ADD-DISASSEMBLY-PROFILE-NOTE) ...) ; compiling (DEFUN PROFILE-CALL-COUNTS ...) ; compiling (DEFUN PROFILE-CALL-COUNTS-FOR-FUNCTION ...) ; compiling (DEFUN UNPROFILE-CALL-COUNTS ...) ; compiling (DEFUN ENABLE-CALL-COUNTING ...) ; compiling (DEFUN DISABLE-CALL-COUNTING ...) ; compiling (DEFUN ENABLE-CALL-COUNTING-FOR-FUNCTION ...) ; compiling (PROVIDE (QUOTE SB-SPROF)) ; /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-sprof.fasl written ; compilation finished in 0:00:01.285 * echo "(defsystem :sb-sprof :class require-system)" > /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib//sb-sprof.asd /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl --noinform --core /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval '(load (format nil "SYS:CONTRIB;~:@(~A~);TEST.LISP" "sb-sprof"))' Callers Total. Function Count % Count % Callees ------------------------------------------------------------------------ 207 100.0 TEST [3] 1 0.5 TEST-0 [1] 158 76.3 207 100.0 TEST-0 [1] 49 23.7 SB-VM::GENERIC-+ [2] 1 0.5 TEST-0 [1] ------------------------------------------------------------------------ 49 23.7 TEST-0 [1] 49 23.7 49 23.7 SB-VM::GENERIC-+ [2] ------------------------------------------------------------------------ 207 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4] 0 0.0 207 100.0 TEST [3] 207 100.0 TEST-0 [1] ------------------------------------------------------------------------ 207 100.0 EVAL [12] 207 100.0 EVAL-TLF [5] 0 0.0 207 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4] 1 0.5 LOAD [11] 207 100.0 TEST [3] ------------------------------------------------------------------------ 207 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [6] 0 0.0 207 100.0 EVAL-TLF [5] 207 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4] ------------------------------------------------------------------------ 207 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [7] 0 0.0 207 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [6] 207 100.0 EVAL-TLF [5] ------------------------------------------------------------------------ 207 100.0 SB-C::%DO-FORMS-FROM-INFO [8] 0 0.0 207 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [7] 207 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [6] ------------------------------------------------------------------------ 207 100.0 SB-INT:LOAD-AS-SOURCE [9] 0 0.0 207 100.0 SB-C::%DO-FORMS-FROM-INFO [8] 207 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [7] ------------------------------------------------------------------------ 207 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [10] 0 0.0 207 100.0 SB-INT:LOAD-AS-SOURCE [9] 207 100.0 SB-C::%DO-FORMS-FROM-INFO [8] ------------------------------------------------------------------------ 207 100.0 LOAD [11] 0 0.0 207 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [10] 207 100.0 SB-INT:LOAD-AS-SOURCE [9] ------------------------------------------------------------------------ 1 0.5 SB-INT:SIMPLE-EVAL-IN-LEXENV [4] 0 0.0 207 100.0 LOAD [11] 207 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [10] ------------------------------------------------------------------------ 207 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [13] 0 0.0 207 100.0 EVAL [12] 207 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [4] ------------------------------------------------------------------------ 207 100.0 SB-IMPL::TOPLEVEL-INIT [14] 0 0.0 207 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [13] 207 100.0 EVAL [12] ------------------------------------------------------------------------ 207 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) [15] 0 0.0 207 100.0 SB-IMPL::TOPLEVEL-INIT [14] 207 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [13] ------------------------------------------------------------------------ 207 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [16] 0 0.0 207 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) [15] 207 100.0 SB-IMPL::TOPLEVEL-INIT [14] ------------------------------------------------------------------------ 0 0.0 207 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [16] 207 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) [15] ------------------------------------------------------------------------ Self Total Cumul Nr Count % Count % Count % Calls Function ------------------------------------------------------------------------ 1 158 76.3 207 100.0 158 76.3 - TEST-0 2 49 23.7 49 23.7 207 100.0 - SB-VM::GENERIC-+ 3 0 0.0 207 100.0 207 100.0 - TEST 4 0 0.0 207 100.0 207 100.0 - SB-INT:SIMPLE-EVAL-IN-LEXENV 5 0 0.0 207 100.0 207 100.0 - EVAL-TLF 6 0 0.0 207 100.0 207 100.0 - (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) 7 0 0.0 207 100.0 207 100.0 - (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) 8 0 0.0 207 100.0 207 100.0 - SB-C::%DO-FORMS-FROM-INFO 9 0 0.0 207 100.0 207 100.0 - SB-INT:LOAD-AS-SOURCE 10 0 0.0 207 100.0 207 100.0 - (FLET SB-FASL::LOAD-STREAM :IN LOAD) 11 0 0.0 207 100.0 207 100.0 - LOAD 12 0 0.0 207 100.0 207 100.0 - EVAL 13 0 0.0 207 100.0 207 100.0 - SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS 14 0 0.0 207 100.0 207 100.0 - SB-IMPL::TOPLEVEL-INIT 15 0 0.0 207 100.0 207 100.0 - (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) 16 0 0.0 207 100.0 207 100.0 - (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) ------------------------------------------------------------------------ 0 0.0 elsewhere . Number of samples: 1398 Sample interval: 0.01 seconds Total sampling time: 13.98 seconds Number of cycles: 0 Sampled threads: # Callers Total. Function Count % Count % Callees ------------------------------------------------------------------------ 1105 79.0 CONSING-TEST [5] 1105 79.0 1105 79.0 CONSALOT [1] ------------------------------------------------------------------------ 290 20.7 "foreign function interrupt_handle_pending" [19] 290 20.7 290 20.7 "foreign function _sigprocmask" [2] ------------------------------------------------------------------------ 2 0.1 CONSING-TEST [5] 2 0.1 2 0.1 "foreign function __sys_gettimeofday" [3] ------------------------------------------------------------------------ 1 0.1 "foreign function interrupt_handle_pending" [19] 1 0.1 1 0.1 "foreign function maybe_gc" [4] ------------------------------------------------------------------------ 1398 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6] 0 0.0 1398 100.0 CONSING-TEST [5] 2 0.1 "foreign function __sys_gettimeofday" [3] 1105 79.0 CONSALOT [1] ------------------------------------------------------------------------ 1398 100.0 EVAL [14] 1398 100.0 EVAL-TLF [7] 0 0.0 1398 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6] 1 0.1 LOAD [13] 1398 100.0 CONSING-TEST [5] ------------------------------------------------------------------------ 1398 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [8] 0 0.0 1398 100.0 EVAL-TLF [7] 1398 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6] ------------------------------------------------------------------------ 1398 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [9] 0 0.0 1398 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [8] 1398 100.0 EVAL-TLF [7] ------------------------------------------------------------------------ 1398 100.0 SB-C::%DO-FORMS-FROM-INFO [10] 0 0.0 1398 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [9] 1398 100.0 (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) [8] ------------------------------------------------------------------------ 1398 100.0 SB-INT:LOAD-AS-SOURCE [11] 0 0.0 1398 100.0 SB-C::%DO-FORMS-FROM-INFO [10] 1398 100.0 (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) [9] ------------------------------------------------------------------------ 1398 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [12] 0 0.0 1398 100.0 SB-INT:LOAD-AS-SOURCE [11] 1398 100.0 SB-C::%DO-FORMS-FROM-INFO [10] ------------------------------------------------------------------------ 1398 100.0 LOAD [13] 0 0.0 1398 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [12] 1398 100.0 SB-INT:LOAD-AS-SOURCE [11] ------------------------------------------------------------------------ 1 0.1 SB-INT:SIMPLE-EVAL-IN-LEXENV [6] 0 0.0 1398 100.0 LOAD [13] 1398 100.0 (FLET SB-FASL::LOAD-STREAM :IN LOAD) [12] ------------------------------------------------------------------------ 1398 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [15] 0 0.0 1398 100.0 EVAL [14] 1398 100.0 SB-INT:SIMPLE-EVAL-IN-LEXENV [6] ------------------------------------------------------------------------ 1398 100.0 SB-IMPL::TOPLEVEL-INIT [16] 0 0.0 1398 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [15] 1398 100.0 EVAL [14] ------------------------------------------------------------------------ 1398 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) [17] 0 0.0 1398 100.0 SB-IMPL::TOPLEVEL-INIT [16] 1398 100.0 SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS [15] ------------------------------------------------------------------------ 1398 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [18] 0 0.0 1398 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) [17] 1398 100.0 SB-IMPL::TOPLEVEL-INIT [16] ------------------------------------------------------------------------ 0 0.0 1398 100.0 (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) [18] 1398 100.0 (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) [17] ------------------------------------------------------------------------ 291 20.8 "foreign function handle_trap" [20] 0 0.0 291 20.8 "foreign function interrupt_handle_pending" [19] 1 0.1 "foreign function maybe_gc" [4] 290 20.7 "foreign function _sigprocmask" [2] ------------------------------------------------------------------------ 291 20.8 "foreign function undoably_install_low_level_interrupt_handler" [21] 0 0.0 291 20.8 "foreign function handle_trap" [20] 291 20.8 "foreign function interrupt_handle_pending" [19] ------------------------------------------------------------------------ 0 0.0 291 20.8 "foreign function undoably_install_low_level_interrupt_handler" [21] 291 20.8 "foreign function handle_trap" [20] ------------------------------------------------------------------------ Self Total Cumul Nr Count % Count % Count % Calls Function ------------------------------------------------------------------------ 1 1105 79.0 1105 79.0 1105 79.0 - CONSALOT 2 290 20.7 290 20.7 1395 99.8 - "foreign function _sigprocmask" 3 2 0.1 2 0.1 1397 99.9 - "foreign function __sys_gettimeofday" 4 1 0.1 1 0.1 1398 100.0 - "foreign function maybe_gc" 5 0 0.0 1398 100.0 1398 100.0 - CONSING-TEST 6 0 0.0 1398 100.0 1398 100.0 - SB-INT:SIMPLE-EVAL-IN-LEXENV 7 0 0.0 1398 100.0 1398 100.0 - EVAL-TLF 8 0 0.0 1398 100.0 1398 100.0 - (LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) 9 0 0.0 1398 100.0 1398 100.0 - (LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) 10 0 0.0 1398 100.0 1398 100.0 - SB-C::%DO-FORMS-FROM-INFO 11 0 0.0 1398 100.0 1398 100.0 - SB-INT:LOAD-AS-SOURCE 12 0 0.0 1398 100.0 1398 100.0 - (FLET SB-FASL::LOAD-STREAM :IN LOAD) 13 0 0.0 1398 100.0 1398 100.0 - LOAD 14 0 0.0 1398 100.0 1398 100.0 - EVAL 15 0 0.0 1398 100.0 1398 100.0 - SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS 16 0 0.0 1398 100.0 1398 100.0 - SB-IMPL::TOPLEVEL-INIT 17 0 0.0 1398 100.0 1398 100.0 - (FLET #:WITHOUT-INTERRUPTS-BODY-82 :IN SAVE-LISP-AND-DIE) 18 0 0.0 1398 100.0 1398 100.0 - (LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE) 19 0 0.0 291 20.8 1398 100.0 - "foreign function interrupt_handle_pending" 20 0 0.0 291 20.8 1398 100.0 - "foreign function handle_trap" 21 0 0.0 291 20.8 1398 100.0 - "foreign function undoably_install_low_level_interrupt_handler" ------------------------------------------------------------------------ 0 0.0 elsewhere ; disassembly for CONSALOT ; Size: 227 bytes. Origin: #x1002DFBDA8 ; DA8: 488B0C2558081020 MOV RCX, [#x20100858] ; no-arg-parsing entry point ; DB0: 48894DF8 MOV [RBP-8], RCX ; DB4: BA17001020 MOV EDX, 537919511 ; DB9: BB204E0000 MOV EBX, 20000 ; DBE: E998000000 JMP L5 ; DC3: 660F1F840000000000 NOP ; DCC: 0F1F4000 NOP ; DD0: L0: 4883EB02 SUB RBX, 2 ; 7/1398 samples ; DD4: 48892C25F8071020 MOV [#x201007F8], RBP ; 9/1398 samples ; DDC: 4C8B1C25B86E6300 MOV R11, [#x636EB8] ; boxed_region ; DE4: 498D7360 LEA RSI, [R11+96] ; DE8: 483B3425C06E6300 CMP RSI, [#x636EC0] ; boxed_region ; DF0: 777A JNBE L6 ; DF2: 48893425B86E6300 MOV [#x636EB8], RSI ; boxed_region ; DFA: 498D730F LEA RSI, [R11+15] ; DFE: L1: 48C746F1D9000000 MOV QWORD PTR [RSI-15], 217 ; E06: 48C746F914000000 MOV QWORD PTR [RSI-7], 20 ; E0E: 48312C25F8071020 XOR [#x201007F8], RBP ; E16: 7402 JEQ L2 ; 14/1398 samples ; E18: CC09 BREAK 9 ; pending interrupt trap ; E1A: L2: 48892C25F8071020 MOV [#x201007F8], RBP ; 981/1398 samples ; E22: 4C8B1C25B86E6300 MOV R11, [#x636EB8] ; boxed_region ; E2A: 498D4B10 LEA RCX, [R11+16] ; E2E: 483B0C25C06E6300 CMP RCX, [#x636EC0] ; boxed_region ; E36: 7744 JNBE L7 ; E38: 48890C25B86E6300 MOV [#x636EB8], RCX ; boxed_region ; E40: 498D4B07 LEA RCX, [R11+7] ; E44: L3: 48312C25F8071020 XOR [#x201007F8], RBP ; E4C: 7402 JEQ L4 ; 7/1398 samples ; E4E: CC09 BREAK 9 ; pending interrupt trap ; E50: L4: 488971F9 MOV [RCX-7], RSI ; 58/1398 samples ; E54: 48895101 MOV [RCX+1], RDX ; 21/1398 samples ; E58: 488BD1 MOV RDX, RCX ; 7/1398 samples ; E5B: L5: 4885DB TEST RBX, RBX ; E5E: 0F8F6CFFFFFF JNLE L0 ; 1/1398 samples ; E64: 488BE5 MOV RSP, RBP ; E67: F8 CLC ; E68: 5D POP RBP ; E69: C3 RET ; E6A: CC10 BREAK 16 ; Invalid argument count trap ; E6C: L6: 6A60 PUSH 96 ; E6E: BE401B4200 MOV ESI, 4332352 ; alloc_tramp ; E73: FFD6 CALL RSI ; E75: 5E POP RSI ; E76: 4080CE0F OR SIL, 15 ; E7A: EB82 JMP L1 ; E7C: L7: 6A10 PUSH 16 ; E7E: B9401B4200 MOV ECX, 4332352 ; alloc_tramp ; E83: FFD1 CALL RCX ; E85: 59 POP RCX ; E86: 80C907 OR CL, 7 ; E89: EBB9 JMP L3 * gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-sprof' 95.87 real 85.55 user 7.82 sys The build seems to have finished successfully, including 18 (out of 18) contributed modules. If you would like to run more extensive tests on the new SBCL, you can try: cd tests && sh ./run-tests.sh (All tests should pass on x86/Linux, x86/FreeBSD4, and ppc/Darwin. On other platforms some failures are currently expected; patches welcome as always.) To build documentation: cd doc/manual && make To install SBCL (more information in INSTALL): sh install.sh //build started: Wed Dec 2 10:51:55 UTC 2015 //build finished: Wed Dec 2 11:03:19 UTC 2015 /bin/rm -f -rf /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/test-output /usr/bin/sed -i.bak -E -e 's|\$Date\$|'"`/usr/bin/env LANG=C /bin/date '+%B %d, %Y'`|g" /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/doc/sbcl.1 =========================================================================== ====>> Checking for filesystem violations... done =================================================== =========================================================================== ====>> Recording filesystem state for prestage... done =================================================== ===> Staging for sbcl-1.3.1,1 ===> sbcl-1.3.1,1 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> Generating temporary packing list /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/contrib /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/site-systems install -s -m 555 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/src/runtime/sbcl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/bin install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/output/sbcl_core /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/contrib/ install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/obj/sbcl-home/contrib/*.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/contrib/ /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/asdf install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/asdf install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/asdf install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf/asdf.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/asdf install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf/asdf.asd: No such file or directory *** Error code 71 (ignored) /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-aclrepl install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-aclrepl install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-aclrepl install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/sb-aclrepl.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-aclrepl /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-bsd-sockets install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-bsd-sockets install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-bsd-sockets install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/sb-bsd-sockets.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-bsd-sockets /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cltl2 install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cltl2 install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cltl2 install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cltl2/sb-cltl2.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cltl2 /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-concurrency install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-concurrency install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-concurrency install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-concurrency/sb-concurrency.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-concurrency /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cover install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cover install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cover install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-cover/sb-cover.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-cover /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-executable install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-executable/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-executable install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-executable/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-executable install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-executable/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-executable/sb-executable.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-executable install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-executable/sb-executable.asd: No such file or directory *** Error code 71 (ignored) /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-gmp install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-gmp install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-gmp install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/sb-gmp.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-gmp /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-grovel install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-grovel install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-grovel install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-grovel/sb-grovel.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-grovel /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-introspect install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-introspect install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-introspect install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-introspect/sb-introspect.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-introspect /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-md5 install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-md5 install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-md5 install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/sb-md5.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-md5 /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-mpfr install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-mpfr install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-mpfr install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/sb-mpfr.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-mpfr /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-posix install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-posix install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-posix install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/sb-posix.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-posix /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-queue install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-queue/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-queue install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-queue/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-queue install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-queue/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-queue/sb-queue.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-queue /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rotate-byte install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rotate-byte install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rotate-byte install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/sb-rotate-byte.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rotate-byte /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rt install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rt/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rt install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rt/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rt install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rt/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rt/sb-rt.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-rt /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-simple-streams install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-simple-streams install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-simple-streams install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/sb-simple-streams.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-simple-streams /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-sprof install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-sprof/*.lisp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-sprof install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-sprof/*.fasl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-sprof install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-sprof/*.fasl: No such file or directory *** Error code 71 (ignored) install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-sprof/sb-sprof.asd /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/lib/sbcl/sb-sprof install: /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-sprof/sb-sprof.asd: No such file or directory *** Error code 71 (ignored) /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/ install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/doc/manual/asdf.html /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/doc/manual/sbcl.html /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/ install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/BUGS /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/CREDITS /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/COPYING /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/NEWS /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/PRINCIPLES /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/TLA /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/TODO /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/ /bin/mkdir -p /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/asdf /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-aclrepl /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-bsd-sockets /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-gmp /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-md5 /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-mpfr /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-posix /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-rotate-byte /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-simple-streams install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf/README.md /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/asdf/README.md install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/asdf/README.SBCL /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/asdf/README.SBCL install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-aclrepl/README /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-aclrepl/README install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/FAQ /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-bsd-sockets/FAQ install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-bsd-sockets/NEWS /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-bsd-sockets/NEWS install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-gmp/README.md /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-gmp/README.md install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-md5/README /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-md5/README install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-mpfr/README.md /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-mpfr/README.md install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-posix/README /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-posix/README install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-rotate-byte/README /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-rotate-byte/README install -m 0644 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/contrib/sb-simple-streams/README /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/share/doc/sbcl/sb-simple-streams/README install -m 444 /wrkdirs/usr/ports/lang/sbcl/work/sbcl-1.3.1/doc/sbcl.1 /wrkdirs/usr/ports/lang/sbcl/work/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) =========================================================================== ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) ====>> Checking for staging violations... done =================================================== ===> Building package for sbcl-1.3.1,1 =========================================================================== =================================================== =========================================================================== ====>> Recording filesystem state for preinst... done =================================================== ===> Installing for sbcl-1.3.1,1 ===> sbcl-1.3.1,1 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> Checking if sbcl already installed ===> Registering installation for sbcl-1.3.1,1 [102amd64-default] Installing sbcl-1.3.1,1... ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/sbcl If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://sbcl.sourceforge.net/ =========================================================================== ====>> Checking shared library dependencies 0x0000000000000001 (NEEDED) Shared library: [libc.so.7] 0x0000000000000001 (NEEDED) Shared library: [libm.so.5] 0x0000000000000001 (NEEDED) Shared library: [libutil.so.9] 0x0000000000000001 (NEEDED) Shared library: [libz.so.6] =================================================== ===> Deinstalling for sbcl ===> Deinstalling sbcl-1.3.1,1 Updating database digests format: ..... done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: sbcl-1.3.1,1 The operation will free 53 MiB. [102amd64-default] [1/1] Deinstalling sbcl-1.3.1,1... [102amd64-default] [1/1] Deleting files for sbcl-1.3.1,1: .......... done =========================================================================== ====>> Checking for extra files and directories [00:14:54] ====>> Installing from package [102amd64-default] Installing sbcl-1.3.1,1... [102amd64-default] Extracting sbcl-1.3.1,1: .......... done [00:14:55] ====>> Cleaning up ===> Cleaning for sbcl-1.3.1,1 [00:14:56] ====>> Deinstalling package Updating database digests format: . done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: sbcl-1.3.1,1 The operation will free 53 MiB. [102amd64-default] [1/1] Deinstalling sbcl-1.3.1,1... [102amd64-default] [1/1] Deleting files for sbcl-1.3.1,1: .......... done build of lang/sbcl ended at Wed Dec 2 16:04:24 YEKT 2015 build time: 00:12:40 [00:14:56] ====>> Cleaning up [00:14:56] ====>> Umounting file systems