dist flags:  
building distdir
{ test ! -d aster-0.1pre18382 || { find aster-0.1pre18382 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr aster-0.1pre18382; }; }
test -d aster-0.1pre18382 || mkdir aster-0.1pre18382
list='syntax runtime trans tests'; for subdir in $list; do \
	  if test "$subdir" = .; then :; else \
	    test -d "aster-0.1pre18382/$subdir" \
	    || /nix/store/68afga4khv0ws37n00qy06m11srx1lhj-coreutils-6.12/bin/mkdir -p "aster-0.1pre18382/$subdir" \
	    || exit 1; \
	    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd aster-0.1pre18382 && pwd`; \
	    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd aster-0.1pre18382 && pwd`; \
	    (cd $subdir && \
	      make  \
	        top_distdir="$top_distdir" \
	        distdir="$distdir/$subdir" \
		am__remove_distdir=: \
		am__skip_length_check=: \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
make[1]: Entering directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/syntax'
building Stratego-Attributes.def
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/pack-sdf  -i Stratego-Attributes.sdf -o Stratego-Attributes.def --dep Stratego-Attributes.dep
  including ./Stratego-Attributes.sdf
  including Stratego-Sugar from XTC repository
  including Stratego-Sugar-Layout from XTC repository
  including Stratego-Core-Layout from XTC repository
  including Stratego-Core-Identifiers from XTC repository
  including Stratego-Sugar-Constants from XTC repository
  including Stratego-Core-Constants from XTC repository
  including Stratego-Sugar-Modules from XTC repository
  including Stratego-Core-Modules from XTC repository
  including Stratego-Core-Strategies from XTC repository
  including Stratego-Core-Terms from XTC repository
  including Stratego-Core-Signatures from XTC repository
  including Stratego-Sugar-Signatures from XTC repository
  including Stratego-Sugar-Terms from XTC repository
  including Stratego-Sugar-Strategies from XTC repository
  including Stratego-Sugar-Rules from XTC repository
  including Stratego-Sugar-DynamicRules from XTC repository
  including Stratego-Sugar-Overlays from XTC repository
  including ./ResultTerms.sdf
building Stratego-Attributes.tbl
/nix/store/p33jx0h4f1s7w5j3fi7s35srkffbsv0y-sdf2-bundle-2.4pre212034-37nm9z7p/bin/sdf2table -m Stratego-Attributes -i Stratego-Attributes.def -o Stratego-Attributes.tbl 
SdfChecker:error: Main module not defined
--- Main
SdfChecker:error: symbol is not defined by any production
--- UNDEFINED [file: Stratego-Attributes.def line: 929 col: 4]
SdfChecker:warning: bracket attribute should be applied to productions of the form '"..." X "..." -> X'
--- "<" Strategy ">" -> StrategyAngle { bracket } [file: Stratego-Attributes.def line: 220 col: 5]
SdfChecker:warning: bracket attribute should be applied to productions of the form '"..." X "..." -> X'
--- "(" Type ")" -> ArgType { bracket } [file: Stratego-Attributes.def line: 408 col: 4]
building Stratego-Attributes.rtg
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/sdf2rtg -m Stratego-Attributes --ignore-missing-cons -i Stratego-Attributes.def -o Stratego-Attributes.rtg
SdfChecker:error: Main module not defined
--- Main
SdfChecker:error: symbol is not defined by any production
--- UNDEFINED [file: Stratego-Attributes.def line: 929 col: 4]
SdfChecker:warning: bracket attribute should be applied to productions of the form '"..." X "..." -> X'
--- "<" Strategy ">" -> StrategyAngle { bracket } [file: Stratego-Attributes.def line: 220 col: 5]
SdfChecker:warning: bracket attribute should be applied to productions of the form '"..." X "..." -> X'
--- "(" Type ")" -> ArgType { bracket } [file: Stratego-Attributes.def line: 408 col: 4]
[ sdf2rtg | error ] No constructor name specified in production:
[ sdf2rtg | error ]   "plain" -> <DecoratorId-CF> {prefer}
[ sdf2rtg | error ] Resolution: please add a cons attribute to this production.
[ sdf2rtg | error ] Production in abstract syntax: 
        prod([lit("plain")],cf(sort("DecoratorId")),attrs([prefer]))
[ sdf2rtg | error ] No constructor name specified in production:
[ sdf2rtg | error ]   "*" -> <DecoratorId-CF>
[ sdf2rtg | error ] Resolution: please add a cons attribute to this production.
[ sdf2rtg | error ] Production in abstract syntax: 
        prod([lit("*")],cf(sort("DecoratorId")),attrs([]))
[ sdf2rtg | error ] No constructor name specified in production:
[ sdf2rtg | error ]   "<" <LAYOUT?-CF> <Strategy-CF> <LAYOUT?-CF> ">" <SingleLineLayout*-LEX> <Term-CF>-> <ResultTerm-CF> {ast("App(<1>, <3>)")}
[ sdf2rtg | error ] Resolution: please add a cons attribute to this production.
[ sdf2rtg | error ] Production in abstract syntax: 
        prod([lit("<"),cf(opt(layout)),cf(sort("Strategy")),cf(opt(layout)),lit(">"),lex(iter-star(sort("SingleLineLayout"))),cf(sort("Term"))],cf(sort("ResultTerm")),attrs([term(ast("App(<1>, <3>)"))]))
[ sdf2rtg | error ] No constructor name specified in production:
[ sdf2rtg | error ]   <StrategyAngle-CF> <SingleLineLayout*-LEX> <LineEnd-CF> -> <ResultTerm-CF>{ast("RootApp(<1>)")}
[ sdf2rtg | error ] Resolution: please add a cons attribute to this production.
[ sdf2rtg | error ] Production in abstract syntax: 
        prod([cf(sort("StrategyAngle")),lex(iter-star(sort("SingleLineLayout"))),cf(sort("LineEnd"))],cf(sort("ResultTerm")),attrs([term(ast("RootApp(<1>)"))]))
building Stratego-Attributes.str
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/rtg2sig --module `basename "Stratego-Attributes"` -i Stratego-Attributes.rtg -o Stratego-Attributes.str
building Stratego-Attributes-in-Stratego.def
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/pack-sdf  -i Stratego-Attributes-in-Stratego.sdf -o Stratego-Attributes-in-Stratego.def --dep Stratego-Attributes-in-Stratego.dep
  including ./Stratego-Attributes-in-Stratego.sdf
  including Stratego-Sugar-in-Stratego from XTC repository
  including Stratego-Sugar from XTC repository
  including Stratego-Sugar-Layout from XTC repository
  including Stratego-Core-Layout from XTC repository
  including Stratego-Core-Identifiers from XTC repository
  including Stratego-Sugar-Constants from XTC repository
  including Stratego-Core-Constants from XTC repository
  including Stratego-Sugar-Modules from XTC repository
  including Stratego-Core-Modules from XTC repository
  including Stratego-Core-Strategies from XTC repository
  including Stratego-Core-Terms from XTC repository
  including Stratego-Core-Signatures from XTC repository
  including Stratego-Sugar-Signatures from XTC repository
  including Stratego-Sugar-Terms from XTC repository
  including Stratego-Sugar-Strategies from XTC repository
  including Stratego-Sugar-Rules from XTC repository
  including Stratego-Sugar-DynamicRules from XTC repository
  including Stratego-Sugar-Overlays from XTC repository
  including StrategoRenamed from XTC repository
  including Stratego from XTC repository
  including ./Stratego-Attributes.sdf
  including ./ResultTerms.sdf
building Stratego-Attributes-in-Stratego.tbl
/nix/store/p33jx0h4f1s7w5j3fi7s35srkffbsv0y-sdf2-bundle-2.4pre212034-37nm9z7p/bin/sdf2table -m Stratego-Attributes-in-Stratego -i Stratego-Attributes-in-Stratego.def -o Stratego-Attributes-in-Stratego.tbl 
SdfChecker:error: Main module not defined
--- Main
SdfChecker:error: symbol is not defined by any production
--- StrategoVeryLongCom [file: Stratego-Attributes-in-Stratego.def line: 1227 col: 4]
SdfChecker:error: symbol is not defined by any production
--- StratRule [file: Stratego-Attributes-in-Stratego.def line: 1068 col: 18]
SdfChecker:error: symbol is not defined by any production
--- UNDEFINED [file: Stratego-Attributes-in-Stratego.def line: 198 col: 4]
SdfChecker:error: start-symbol not defined by any production
--- StrategoModule [file: Stratego-Attributes-in-Stratego.def line: 1237 col: 29]
SdfChecker:warning: bracket attribute should be applied to productions of the form '"..." X "..." -> X'
--- "<" StrategoStrategy ">" -> StrategoStrategyAngle { bracket } [file: Stratego-Attributes-in-Stratego.def line: 1131 col: 4]
SdfChecker:warning: undeclared sort
--- StrategoVeryLongCom [file: Stratego-Attributes-in-Stratego.def line: 1227 col: 4]
SdfChecker:warning: undeclared sort
--- StratRule [file: Stratego-Attributes-in-Stratego.def line: 1068 col: 18]
SdfChecker:error: start-symbol not defined by any production
--- StrategoModule [file: Stratego-Attributes-in-Stratego.def line: 1034 col: 29]
SdfChecker:warning: bracket attribute should be applied to productions of the form '"..." X "..." -> X'
--- "<" Strategy ">" -> StrategyAngle { bracket } [file: Stratego-Attributes-in-Stratego.def line: 478 col: 5]
SdfChecker:warning: bracket attribute should be applied to productions of the form '"..." X "..." -> X'
--- "(" Type ")" -> ArgType { bracket } [file: Stratego-Attributes-in-Stratego.def line: 666 col: 4]
building distdir
rm Stratego-Attributes.rtg
make[1]: Leaving directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/syntax'
make[1]: Entering directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/runtime'
building aster-runtime.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster-runtime.str -o aster-runtime.rtree 
building aster/lang/annotations.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster/lang/annotations.str -o aster/lang/annotations.rtree 
building aster/lang/attributes.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster/lang/attributes.str -o aster/lang/attributes.rtree 
building aster/lang/debug.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster/lang/debug.str -o aster/lang/debug.rtree 
building aster/lang/hashtables.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster/lang/hashtables.str -o aster/lang/hashtables.rtree 
building aster/lang/lists.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster/lang/lists.str -o aster/lang/lists.rtree 
building aster/lang/parents.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster/lang/parents.str -o aster/lang/parents.rtree 
building aster/lang/rewrites.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego  -i aster/lang/rewrites.str -o aster/lang/rewrites.rtree 
building aster/attributes/collection.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/attributes/collection.astr -o aster/attributes/collection.rtree
building aster/attributes/common.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/attributes/common.astr -o aster/attributes/common.rtree
building aster/attributes/debug.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/attributes/debug.astr -o aster/attributes/debug.rtree
building aster/attributes/lang.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/attributes/lang.astr -o aster/attributes/lang.rtree
building aster/attributes/reflection.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/attributes/reflection.astr -o aster/attributes/reflection.rtree
building aster/attributes/tree-access.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/attributes/tree-access.astr -o aster/attributes/tree-access.rtree
building aster/decorators/assert.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/assert.astr -o aster/decorators/assert.rtree
building aster/decorators/caching.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/caching.astr -o aster/decorators/caching.rtree
building aster/decorators/circular.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/circular.astr -o aster/decorators/circular.rtree
building aster/decorators/collection.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/collection.astr -o aster/decorators/collection.rtree
building aster/decorators/common.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/common.astr -o aster/decorators/common.rtree
building aster/decorators/debug.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/debug.astr -o aster/decorators/debug.rtree
building aster/decorators/flow.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/flow.astr -o aster/decorators/flow.rtree
building aster/decorators/lang.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/lang.astr -o aster/decorators/lang.rtree
building aster/decorators/lookup.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/lookup.astr -o aster/decorators/lookup.rtree
building aster/decorators/rewriting.rtree
sglri -p ../syntax/Stratego-Attributes.tbl -i aster/decorators/rewriting.astr -o aster/decorators/rewriting.rtree
building aster-runtime.packed-rtree
strc -i aster-runtime.rtree --format-check 0 --ast -o aster-runtime.packed-rtree
[ strc | info ] Compiling 'aster-runtime.rtree'
building distdir
make[1]: Leaving directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/runtime'
make[1]: Entering directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/trans'
building aster.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i aster.str -o aster.rtree 
building io.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i io.str -o io.rtree 
building back/anonymous-rewrites.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/anonymous-rewrites.str -o back/anonymous-rewrites.rtree 
building back/assimilate.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/assimilate.str -o back/assimilate.rtree 
building back/attribute-builtins.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/attribute-builtins.str -o back/attribute-builtins.rtree 
building back/attribute-caching.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/attribute-caching.str -o back/attribute-caching.rtree 
building back/attribute-references.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/attribute-references.str -o back/attribute-references.rtree 
building back/attribute-tracing.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/attribute-tracing.str -o back/attribute-tracing.rtree 
building back/decorator-definitions.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/decorator-definitions.str -o back/decorator-definitions.rtree 
building back/decorator-references.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/decorator-references.str -o back/decorator-references.rtree 
building back/decorator-wrapping.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/decorator-wrapping.str -o back/decorator-wrapping.rtree 
building back/equation-definitions.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/equation-definitions.str -o back/equation-definitions.rtree 
building back/equation-merging.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/equation-merging.str -o back/equation-merging.rtree 
building back/equation-postprocess.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/equation-postprocess.str -o back/equation-postprocess.rtree 
building back/util.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i back/util.str -o back/util.rtree 
building front/analyze-foreign-ops.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i front/analyze-foreign-ops.str -o front/analyze-foreign-ops.rtree 
building front/analyze.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i front/analyze.str -o front/analyze.rtree 
building front/check.bootstrap.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i front/check.bootstrap.str -o front/check.bootstrap.rtree 
[ parse-stratego | warning ] Mismatch between basename of input file (front/check.bootstrap) and module name (check) specified
building front/decorator-ordering.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i front/decorator-ordering.str -o front/decorator-ordering.rtree 
building front/desugar.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i front/desugar.str -o front/desugar.rtree 
building front/include-library.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i front/include-library.str -o front/include-library.rtree 
building lib/multi-options.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i lib/multi-options.str -o lib/multi-options.rtree 
building lib/xtc-multi-options.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i lib/xtc-multi-options.str -o lib/xtc-multi-options.rtree 
make[1]: Circular aster-no-check <- front/check.rtree dependency dropped.
make[1]: Circular aster-no-check <- front/check.rtree dependency dropped.
building aster-no-check
make[2]: Entering directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export'
building all-local
[ xtc | error ] repository /tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/BUILDTIME_XTC does not exist
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/xtc -r /tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/BUILDTIME_XTC import /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/share/strategoxt/XTC
Tools registered in repository /tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/BUILDTIME_XTC:    
Data registered in repository /tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/BUILDTIME_XTC:      
make[2]: Leaving directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export'
[ -e aster.copy ] && cp aster.copy aster-no-check ||\
	( rm -f aster-no-check.c && \
	  cp front/check.bootstrap.str front/check.str && \
	  /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/strc -i aster.str -o aster-no-check  --format-check 0 -la stratego-lib -la stratego-sglr -la stratego-xtc -la strc  -m main-aster -Xcc -O0 -Xcc -DDEFAULT_XTC_REPOSITORY="\"../BUILDTIME_XTC\"" -I ../syntax -I ../runtime && \
	  rm front/check.str aster-no-check.c )
[ strc | info ] Compiling 'aster.str'
[ strc | info ] Front-end succeeded         : [user/system] = [2.01s/0.02s]
[ strc | info ] Optimization succeeded -O 2 : [user/system] = [0.15s/0.00s]
[ strc | info ] Back-end succeeded          : [user/system] = [0.68s/0.02s]
mkdir .libs
 gcc -I /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/include -I /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/include -I /nix/store/21hsv2rmy57qydzdk3w6ajd8lpndb13y-aterm-2.5pre21238-26ra85lr/include -Wall -Wno-unused-label -Wno-unused-variable -Wno-unused-function -Wno-unused-parameter -DSIZEOF_VOID_P=4 -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -O0 -DDEFAULT_XTC_REPOSITORY=\"../BUILDTIME_XTC\" -c aster-no-check.c  -fPIC -DPIC -o .libs/aster-no-check.o
 gcc -I /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/include -I /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/include -I /nix/store/21hsv2rmy57qydzdk3w6ajd8lpndb13y-aterm-2.5pre21238-26ra85lr/include -Wall -Wno-unused-label -Wno-unused-variable -Wno-unused-function -Wno-unused-parameter -DSIZEOF_VOID_P=4 -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -O0 -DDEFAULT_XTC_REPOSITORY=\"../BUILDTIME_XTC\" -c aster-no-check.c -o aster-no-check.o >/dev/null 2>&1
gcc .libs/aster-no-check.o -o aster-no-check  -L/nix/store/21hsv2rmy57qydzdk3w6ajd8lpndb13y-aterm-2.5pre21238-26ra85lr/lib /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstrc.so /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstratego-gpp.so -L/tmp/nix-build-7i6zd5413l32v0gyawmblrm7d8hx5vql-strategoxt-0.17pre18269-a0f0wy0j.drv-22/strategoxt-0.17pre18269/stratego-libraries/runtime/lib -L/tmp/nix-build-7i6zd5413l32v0gyawmblrm7d8hx5vql-strategoxt-0.17pre18269-a0f0wy0j.drv-22/strategoxt-0.17pre18269/stratego-libraries/lib/native/stratego-lib -L/tmp/nix-build-7i6zd5413l32v0gyawmblrm7d8hx5vql-strategoxt-0.17pre18269-a0f0wy0j.drv-22/strategoxt-0.17pre18269/stratego-libraries/lib/spec /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstratego-rtg.so /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstratego-sglr.so /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libjustsglr.so -L/tmp/nix-build-7i6zd5413l32v0gyawmblrm7d8hx5vql-strategoxt-0.17pre18269-a0f0wy0j.drv-22/strategoxt-0.17pre18269/stratego-libraries/xtc/lib /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libc-pp.so /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstratego-xtc.so /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstratego-lib.so /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstratego-lib-native.so /nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib/libstratego-runtime.so -lm /nix/store/21hsv2rmy57qydzdk3w6ajd8lpndb13y-aterm-2.5pre21238-26ra85lr/lib/libATerm.so    -Wl,--rpath -Wl,/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib -Wl,--rpath -Wl,/nix/store/21hsv2rmy57qydzdk3w6ajd8lpndb13y-aterm-2.5pre21238-26ra85lr/lib -Wl,--rpath -Wl,/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/lib -Wl,--rpath -Wl,/nix/store/21hsv2rmy57qydzdk3w6ajd8lpndb13y-aterm-2.5pre21238-26ra85lr/lib
[ strc | info ] C compilation succeeded     : [user/system] = [2.85s/0.33s]
[ strc | info ] Compilation succeeded       : [user/system] = [5.69s/0.37s]
building front/check.str
./aster-no-check --verbose 2 -i front/check.astr -o front/check.str || (make cleanstrap; exit 1)
[ aster-no-check | error ] No XTC registration for Stratego-Attributes.tbl found
[ aster-no-check | error ] No XTC registration for aster-runtime.str found
[ strc | notice ] Parsing file front/check.astr
[ strc | notice ] Using syntax Stratego-Attributes
[ strc | notice ] Using parse table: ../syntax/Stratego-Attributes.tbl
[ aster-no-check | warning ] Compiler checks are disabled.
[ aster-no-check | info ] compilation succeeded       : [user/system] = [0.54s/0.03s]
building front/check.rtree
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/parse-stratego -I ../syntax -I ../runtime -i front/check.str -o front/check.rtree 
building aster.c
/nix/store/p2ilyhcckkkab8y0bph6n4lkzkvh20z4-strategoxt-0.17pre18269-a0f0wy0j/bin/strc -c -i aster.rtree -o aster.c --format-check 0 -la stratego-lib -la stratego-sglr -la stratego-xtc -la strc  -I ../syntax -I ../runtime -m main-aster
[ strc | info ] Compiling 'aster.rtree'
[ strc | info ] Front-end succeeded         : [user/system] = [3.02s/0.03s]
[ strc | info ] Optimization succeeded -O 2 : [user/system] = [0.25s/0.00s]
[ strc | info ] Back-end succeeded          : [user/system] = [1.26s/0.03s]
[ strc | info ] Compilation succeeded       : [user/system] = [4.53s/0.06s]
building distdir
make[1]: Leaving directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/trans'
make[1]: Entering directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/tests'
building distdir
make[1]: Leaving directory `/tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/tests'
find aster-0.1pre18382 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec /bin/sh /tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r aster-0.1pre18382
building dist
tardir=aster-0.1pre18382 && /bin/sh /tmp/nix-build-6hhgs37gwvzdgf8y253dn5vjpqpj47sy-source-tarball.drv-0/qqsyaxphg3260m9f27hb6rkqj0wi9wrm-svn-export/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >aster-0.1pre18382.tar.gz
{ test ! -d aster-0.1pre18382 || { find aster-0.1pre18382 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr aster-0.1pre18382; }; }
`aster-0.1pre18382.tar.gz' -> `/nix/store/hdjn8p1qa27sjj34kzgafrp34mbz4raj-source-tarball/tarballs/aster-0.1pre18382.tar.gz'