<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>52414</integer>
    </number>
    <user>
      <string>housel</string>
    </user>
    <title>
      <string>Patched build system errors</string>
    </title>
    <contents>
      <string>housel ~/nwork/gd/djv-fundev % ./autogen.sh
processing (ignore errors and warnings from automake and libtoolize)...
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `build-aux'.
cd: can't cd to build-aux
configure.ac:5: required directory ./build-aux does not exist
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
configure.ac: installing `build-aux/install-sh'; error while making link: No such file or directory
configure.ac: installing `build-aux/missing'; error while making link: No such file or directory
automake-1.9: no `Makefile.am' found for any configure output
configure.ac:39: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:43: error: possibly undefined macro: AC_PROG_LIBTOOL
</string>
    </contents>
    <universal-time>
      <integer>3406509705</integer>
    </universal-time>
    <channel>
      <string>#dylan</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </paste>
  <annotation>
    <number>
      <integer>2</integer>
    </number>
    <user>
      <string>housel</string>
    </user>
    <title>
      <string>Dylan library build failure</string>
    </title>
    <contents>
      <string>housel ~/nwork/gd/djv-odbuild % mkdir Bootstrap/lib/runtime/
housel ~/nwork/gd/djv-odbuild % make
Building Open Dylan bootstrap...
cp -fp x86-linux-collector.o  runtime.o  x86-linux-threads-primitives.o  linux-spy-interfaces.o  linux-support.o /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib/runtime/
cp -fp /home/housel/work/gd/mps-kit-1.108.0/code/fri4gc/hi/mmdw.a /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib/libmmdw.a
cp -fp /home/housel/work/gd/mps-kit-1.108.0/code/fri4gc/hi/mpsplan.a /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib/libmpsplan.a
cp -fp /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib
cp -fp /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/mini-jambase.jam /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib
cp -fp /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd/dylan-elf-dll.script /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib
cp -fp /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd/dylan-elf-exe.script /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib
Building dylan... /home/housel/nwork/gd/djv-odbuild/Bootstrap/build/dylan/dfmc-boot.s: Assembler messages:
/home/housel/nwork/gd/djv-odbuild/Bootstrap/build/dylan/dfmc-boot.s:9007: Error: symbol `Kclass_implementation_classVKeHLclassG' is already defined
/home/housel/nwork/gd/djv-odbuild/Bootstrap/build/dylan/dfmc-boot.s:20299: Error: symbol `Kdebug_nameVKeHLclassG' is already defined
/home/housel/nwork/gd/djv-odbuild/Bootstrap/build/dylan/dfmc-boot.s:20312: Error: symbol `Kclass_subtype_bitVKeHLclassG' is already defined
/home/housel/nwork/gd/djv-odbuild/Bootstrap/build/dylan/dfmc-boot.s:20325: Error: symbol `Kclass_moduleVKeHLclassG' is already defined

fdmake: compile failed (65280), see /home/housel/nwork/gd/djv-odbuild/Bootstrap/build/logs/compile-dylan.txt
*** Error code 1
</string>
    </contents>
    <universal-time>
      <integer>3406510117</integer>
    </universal-time>
    <channel>
      <string>#dylan</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </annotation>
  <annotation>
    <number>
      <integer>1</integer>
    </number>
    <user>
      <string>housel</string>
    </user>
    <title>
      <string>Runtime build error</string>
    </title>
    <contents>
      <string>housel ~/nwork/gd/djv-odbuild % make
mkdir /home/housel/nwork/gd/djv-odbuild/Bootstrap
mkdir /home/housel/nwork/gd/djv-odbuild/Bootstrap/bin
mkdir /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib
mkdir /home/housel/nwork/gd/djv-odbuild/Bootstrap/build
mkdir /home/housel/nwork/gd/djv-odbuild/Bootstrap/build/logs
Building Open Dylan bootstrap...
cc -D_REENTRANT=1  -O -g -DEXPIRATION=-1  -I/home/housel/work/gd/mps-kit-1.108.0/code -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time -c /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd/x86-linux-collector.c
as -L -o runtime.o /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd/runtime.s
cc -D_REENTRANT=1  -O -g -DEXPIRATION=-1  -I/home/housel/work/gd/mps-kit-1.108.0/code -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time -c /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd/x86-linux-threads-primitives.c
cc -D_REENTRANT=1  -O -g -DEXPIRATION=-1  -I/home/housel/work/gd/mps-kit-1.108.0/code -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time -c -o linux-spy-interfaces.o /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/linux-spy-interfaces.c
cc -D_REENTRANT=1  -O -g -DEXPIRATION=-1  -I/home/housel/work/gd/mps-kit-1.108.0/code -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time/pentium-freebsd -I/home/housel/nwork/gd/djv-fundev/sources/lib/run-time -c -o linux-support.o /home/housel/nwork/gd/djv-fundev/sources/lib/run-time/linux-support.c
/home/housel/nwork/gd/djv-fundev/sources/lib/run-time/linux-support.c:65: warning: array 'TargvT' assumed to have one element
cp -fp x86-linux-collector.o  runtime.o  x86-linux-threads-primitives.o  linux-spy-interfaces.o  linux-support.o /home/housel/nwork/gd/djv-odbuild/Bootstrap/lib/runtime/
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-lpv] source_file target_file
       cp [-R [-H | -L | -P]] [-f | -i | -n] [-lpv] source_file ... target_directory
*** Error code 64

Stop in /home/housel/nwork/gd/djv-odbuild/sources/lib/run-time/pentium-freebsd.
*** Error code 1

Stop in /home/housel/nwork/gd/djv-odbuild.
</string>
    </contents>
    <universal-time>
      <integer>3406509963</integer>
    </universal-time>
    <channel>
      <string>#dylan</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </annotation>
</paste-with-annotations>