Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Uhhh...I can't build Myrddin again...


Argh. Forgot to regenerate bootstrap scripts. I think this breakage was
from 417f0a16689949f856017623247835f1b7d8f335.

If you back it out, it should be able to build again.

Once that's built and installed, 'make bootstrap' should give you a
working bootstrap file. If you want to commit thatand send a pull
request, I'd appreciate it; Otherwise, I'll do that later.

We really need to either move to fetching "blessed binaries" for
bootstrap, or at least get a builder that updates bootstrap files.

On Thu, 18 Feb 2016 12:06:29 -0600
Ryan Gonzalez <rymg19@xxxxxxxxx> wrote:

> This is a freshly-cloned repo, completely clean. I also deleted
> /usr/local/lib/myr.
> 
> 
> ...
> Lots of output to emulate automake... ok
> Testing for things you'll never use... fail
> Satisfying the fortran77 lobby... ok
> Burning CPU time checking for the bloody obvious... ok
> Automake emulated successfully
>     Building with:
>         prefix=/usr/local
> make[1]: Entering directory `/media/ryan/stuff/mc/parse'
> rm -f gram.h y.tab.h
> yacc -d -ogram.c gram.y
> [ -f y.tab.h ] && mv y.tab.h gram.h || [ -f gram.h ]
> mkdir -p .deps && touch .deps/stamp
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/bitset.d   bitset.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/dump.d   dump.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/fold.d   fold.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/gram.d   gram.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/htab.d   htab.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/infer.d   infer.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/names.d   names.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/node.d   node.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/specialize.d   specialize.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/stab.d   stab.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/tok.d   tok.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/type.d   type.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/use.d   use.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/util.d   util.c
> ar -rcs libparse.a bitset.o dump.o fold.o gram.o htab.o infer.o names.o
> node.o specialize.o stab.o tok.o type.o use.o util.o
> make[1]: Leaving directory `/media/ryan/stuff/mc/parse'
> make[1]: Entering directory `/media/ryan/stuff/mc/mi'
> mkdir -p .deps && touch .deps/stamp
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/cfg.d -I../parse/  cfg.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/dfcheck.d -I../parse/  dfcheck.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/match.d -I../parse/  match.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/reaching.d -I../parse/  reaching.c
> ar -rcs libmi.a cfg.o dfcheck.o match.o reaching.o
> make[1]: Leaving directory `/media/ryan/stuff/mc/mi'
> make[1]: Entering directory `/media/ryan/stuff/mc/6'
> mkdir -p .deps && touch .deps/stamp
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/blob.d -I../parse/ -I../mi/  blob.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/gen.d -I../parse/ -I../mi/  gen.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/gengas.d -I../parse/ -I../mi/  gengas.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/genp9.d -I../parse/ -I../mi/  genp9.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/isel.d -I../parse/ -I../mi/  isel.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/locs.d -I../parse/ -I../mi/  locs.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/main.d -I../parse/ -I../mi/  main.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/ra.d -I../parse/ -I../mi/  ra.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/peep.d -I../parse/ -I../mi/  peep.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/simp.d -I../parse/ -I../mi/  simp.c
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/typeinfo.d -I../parse/ -I../mi/  typeinfo.c
> clang -o 6m blob.o gen.o gengas.o genp9.o isel.o locs.o main.o ra.o peep.o
> simp.o typeinfo.o  -L../parse/ -L../mi/ -lparse -lmi
> make[1]: Leaving directory `/media/ryan/stuff/mc/6'
> make[1]: Entering directory `/media/ryan/stuff/mc/muse'
> mkdir -p .deps && touch .deps/stamp
> clang -c -Wall -Wextra -Werror -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-array-bounds -g -O0
> -MMD -MP -MF .deps/muse.d -I../parse/  muse.c
> clang -o muse muse.o -L../parse/ -lparse
> make[1]: Leaving directory `/media/ryan/stuff/mc/muse'
> make[1]: Entering directory `/media/ryan/stuff/mc/rt'
> cp start-linux.s start.s
> cp abort-linux.s abort.s
> cat start.s common.s abort.s > _myrrt.s
> as -g -o _myrrt.o _myrrt.s
> make[1]: Leaving directory `/media/ryan/stuff/mc/rt'
> make[1]: Entering directory `/media/ryan/stuff/mc/doc'
> make[1]: Leaving directory `/media/ryan/stuff/mc/doc'
> ./mbldwrap.sh
> ./mbldwrap.sh: 22: ./mbldwrap.sh: ./mbld/mbld: not found
> could not open file 'bldfile'
> cd /home/ryan/stuff/mc/lib/sys
> /home/ryan/stuff/mc/6/6m syserrno+linux.myr
> /home/ryan/stuff/mc/6/6m systypes.myr
> /home/ryan/stuff/mc/6/6m sys+linux-x64.myr
> /home/ryan/stuff/mc/6/6m ifreq+linux.myr
> as -g -o util.o util+posixy-x64.s
> as -g -o syscall.o syscall+linux-x64.s
> /home/ryan/stuff/mc/muse/muse -o sys ifreq.use syserrno.use systypes.use
> sys.use
> ar -rcs libsys.a ifreq.o util.o syserrno.o syscall.o systypes.o sys.o
> cd /home/ryan/stuff/mc/lib/std
> /home/ryan/stuff/mc/6/6m -I ../sys -I . types.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . cstrconv.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . errno.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . option.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . result.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . syswrap+posixy.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . die.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . sleq.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . hassuffix.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . extremum.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . units.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . memops.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . alloc.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . chartype.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . utf.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . cmp.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . hasprefix.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . slcp.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . sldup.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . slfill.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . slpush.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . striter.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . bigint.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . fltbits.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . strbuf.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . fltfmt.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . hashfuncs.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . htab.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . intparse.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . introspect.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . strfind.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . strsplit.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . syswrap-ss+linux.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . varargs.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . writeall.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . fmt.myr
> could not open usefile consts in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . assert.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . now.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . rand.myr
> could not open usefile assert in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . sljoin.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . slurp.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . dirname.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . optparse.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . dir+linux.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . ipparse.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . env+posixy.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . execvp.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . slput.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . spork.myr
> could not open usefile execvp in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . getint.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . blat.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . diriter.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . clear.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . wait+posixy.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . strjoin.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . mk.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . pathjoin.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . mktemp.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . fndup.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . putint.myr
> could not open usefile assert in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . mkpath.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . endian.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . strstrip.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . resolve+posixy.myr
> could not open usefile ipparse in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . consts.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . slpop.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . bitset.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . fmtfuncs.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . try.myr
> could not open usefile fmt in search path:
> ../sys
> .
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . sort.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . search.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . getcwd.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . swap.myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I . dial+posixy.myr
> could not open usefile ipparse in search path:
> ../sys
> .
> /usr/local/lib/myr
> as -g -o memops-impl.o memops-impl+posixy-x64.s
> /home/ryan/stuff/mc/muse/muse -o std fmtfuncs.use fmt.use try.use
> pathjoin.use strjoin.use dir.use sljoin.use slpush.use strstrip.use
> htab.use now.use getcwd.use rand.use slurp.use varargs.use strbuf.use
> clear.use slput.use strsplit.use introspect.use mktemp.use alloc.use
> optparse.use memops.use fltbits.use striter.use sldup.use fltfmt.use
> extremum.use option.use slcp.use errno.use wait.use writeall.use putint.use
> consts.use syswrap.use sort.use blat.use diriter.use mk.use swap.use
> hassuffix.use execvp.use ipparse.use types.use slpop.use strfind.use
> utf.use cstrconv.use search.use die.use units.use result.use bitset.use
> env.use resolve.use intparse.use hasprefix.use mkpath.use getint.use
> dirname.use sleq.use endian.use spork.use assert.use cmp.use syswrap-ss.use
> chartype.use bigint.use hashfuncs.use slfill.use fndup.use dial.use
> Couldn't open fmtfuncs.use
> 
> Aborted (core dumped)
> ar -rcs libstd.a fmtfuncs.o fmt.o try.o pathjoin.o strjoin.o dir.o
> memops-impl.o sljoin.o slpush.o strstrip.o htab.o now.o getcwd.o rand.o
> slurp.o varargs.o strbuf.o clear.o slput.o strsplit.o introspect.o mktemp.o
> alloc.o optparse.o memops.o fltbits.o striter.o sldup.o fltfmt.o extremum.o
> option.o slcp.o errno.o wait.o writeall.o putint.o consts.o syswrap.o
> sort.o blat.o diriter.o mk.o swap.o hassuffix.o execvp.o ipparse.o types.o
> slpop.o strfind.o utf.o cstrconv.o search.o die.o units.o result.o bitset.o
> env.o resolve.o intparse.o hasprefix.o mkpath.o getint.o dirname.o sleq.o
> endian.o spork.o assert.o cmp.o syswrap-ss.o chartype.o bigint.o
> hashfuncs.o slfill.o fndup.o dial.o
> ar: fmtfuncs.o: No such file or directory
> cd /home/ryan/stuff/mc/lib/regex
> /home/ryan/stuff/mc/6/6m -I ../std -I ../sys types.myr
> could not open usefile std in search path:
> ../std
> ../sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../std -I ../sys interp.myr
> could not open usefile std in search path:
> ../std
> ../sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../std -I ../sys ranges.myr
> /home/ryan/stuff/mc/6/6m -I ../std -I ../sys compile.myr
> could not open usefile std in search path:
> ../std
> ../sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/muse/muse -o regex interp.use types.use compile.use
> ranges.use
> Couldn't open interp.use
> 
> Aborted (core dumped)
> ar -rcs libregex.a interp.o types.o compile.o ranges.o
> ar: interp.o: No such file or directory
> cd /home/ryan/stuff/mc/lib/bio
> /home/ryan/stuff/mc/6/6m -I ../sys -I ../std bio.myr
> could not open usefile std in search path:
> ../sys
> ../std
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I ../std puti.myr
> could not open usefile std in search path:
> ../sys
> ../std
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I ../std iter.myr
> could not open usefile std in search path:
> ../sys
> ../std
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../sys -I ../std geti.myr
> could not open usefile std in search path:
> ../sys
> ../std
> /usr/local/lib/myr
> /home/ryan/stuff/mc/muse/muse -o bio puti.use bio.use geti.use iter.use
> Couldn't open puti.use
> 
> Aborted (core dumped)
> ar -rcs libbio.a puti.o bio.o geti.o iter.o
> ar: puti.o: No such file or directory
> cd /home/ryan/stuff/mc/mbld
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys config.myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys opts.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys types.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys util.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys deps.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys syssel.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys parse.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys build.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys install.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys clean.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys test.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> /home/ryan/stuff/mc/6/6m -I ../lib/regex -I ../lib/bio -I ../lib/std -I
> ../lib/sys main.myr
> could not open usefile std in search path:
> ../lib/regex
> ../lib/bio
> ../lib/std
> ../lib/sys
> /usr/local/lib/myr
> ld -o mbld /home/ryan/stuff/mc/rt/_myrrt.o clean.o config.o deps.o types.o
> syssel.o util.o parse.o main.o build.o opts.o install.o test.o
> -L../lib/regex -L../lib/bio -L../lib/std -L../lib/sys -lregex -lbio -lstd
> -lsys
> /usr/bin/ld.bfd.real: cannot find clean.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find deps.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find types.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find syssel.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find util.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find parse.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find main.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find build.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find opts.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find install.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find test.o: No such file or directory
> /usr/bin/ld.bfd.real: cannot find -lregex
> /usr/bin/ld.bfd.real: cannot find -lbio
> /usr/bin/ld.bfd.real: cannot find -lstd
> make: *** [buildmyr] Error 1
> ryan@DevPC-LX:~/stuff/mc$ l
> 6/        config.mk        genbootstrap.sh*  mbld/         mkfile     rt/
> bench/    configure*       lib/              mbldwrap.sh*  muse/
>  support/
> bld.proj  configvar_cache  LICENSE           mi/           parse/     test/
> config.h  doc/             Makefile          mk/           README.md
> ryan@DevPC-LX:~/stuff/mc$
> 
> -- 
> Ryan
> [ERROR]: Your autotools build scripts are 200 lines longer than your
> program. Something’s wrong.
> http://kirbyfan64.github.io/


-- 
Ori Bernstein <ori@xxxxxxxxxxxxxx>

Follow-Ups:
Re: Uhhh...I can't build Myrddin again...Ryan Gonzalez <rymg19@xxxxxxxxx>
References:
Uhhh...I can't build Myrddin again...Ryan Gonzalez <rymg19@xxxxxxxxx>