Ticket #21310: jekyll.log

File jekyll.log, 9.3 KB (added by nerdling (Jeremy Lavergne), 15 years ago)
Line 
1DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/jekyll
2DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/jekyll
3DEBUG: OS Platform: darwin
4DEBUG: OS Version: 10.0.0
5DEBUG: Mac OS X Version: 10.6
6DEBUG: System Arch: i386
7DEBUG: setting option os.universal_supported to yes
8DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
9DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
10DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
11DEBUG: adding the default universal variant
12DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
13DEBUG: Requested variant darwin is not provided by port jekyll.
14DEBUG: Requested variant i386 is not provided by port jekyll.
15DEBUG: Requested variant macosx is not provided by port jekyll.
16DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jekyll/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/jekyll/work
17DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ocaml
18DEBUG: epoch: in tree: 0 installed: 0
19DEBUG: ocaml 3.11.1_0 exists in the ports tree
20DEBUG: ocaml 3.11.1_0  is the latest installed
21DEBUG: ocaml 3.11.1_0  is active
22DEBUG: Merging existing variants  into variants
23DEBUG: new fully merged portvariants:
24DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ocaml
25DEBUG: OS Platform: darwin
26DEBUG: OS Version: 10.0.0
27DEBUG: Mac OS X Version: 10.6
28DEBUG: System Arch: i386
29DEBUG: setting option os.universal_supported to yes
30DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
31DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
32DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
33DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
34DEBUG: 'universal_variant no' specified, so not adding the default universal variant
35DEBUG: Requested variant darwin is not provided by port ocaml.
36DEBUG: Requested variant i386 is not provided by port ocaml.
37DEBUG: Requested variant macosx is not provided by port ocaml.
38DEBUG: No need to upgrade! ocaml 3.11.1_0 >= ocaml 3.11.1_0
39--->  Computing dependencies for jekyll
40DEBUG: Searching for dependency: ocaml
41DEBUG: Found Dependency: receipt exists for ocaml
42DEBUG: Executing org.macports.main (jekyll)
43DEBUG: No TBZ2 archive: /opt/local/var/macports/packages/darwin/i386/jekyll-0.30a_0.i386.tbz2
44DEBUG: Skipping unarchive (jekyll) since no archive found
45DEBUG: Skipping completed org.macports.unarchive (jekyll)
46--->  Fetching jekyll
47DEBUG: Executing org.macports.fetch (jekyll)
48--->  Verifying checksum(s) for jekyll
49DEBUG: Executing org.macports.checksum (jekyll)
50--->  Checksumming jekyll-0.30a-src.tar.gz
51DEBUG: Correct (md5) checksum for jekyll-0.30a-src.tar.gz
52--->  Extracting jekyll
53DEBUG: Executing org.macports.extract (jekyll)
54--->  Extracting jekyll-0.30a-src.tar.gz
55DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/jekyll/jekyll-0.30a-src.tar.gz
56DEBUG: Environment: CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6'
57DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jekyll/work" && /usr/bin/gzip -dc /opt/local/var/macports/distfiles/jekyll/jekyll-0.30a-src.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
58DEBUG: Executing org.macports.patch (jekyll)
59--->  Configuring jekyll
60DEBUG: Using compiler 'Mac OS X gcc 4.2'
61DEBUG: Executing org.macports.configure (jekyll)
62--->  Building jekyll
63DEBUG: Executing org.macports.build (jekyll)
64DEBUG: Environment: CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6'
65DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jekyll/work/jekyll-ocaml" && /usr/bin/make -j2 all'
66ocamlyacc  parser.mly
67making ._bcdi/typecompare.di from typecompare.mli
681 shift/reduce conflict.
69making ._bcdi/lexer.di from lexer.mli
70making ._bcdi/util.di from util.mli
71making ._bcdi/typecheck.di from typecheck.mli
72making ._bcdi/names.di from names.mli
73making ._bcdi/typecheckenv.di from typecheckenv.mli
74making ._bcdi/syntaxutil.di from syntaxutil.mli
75making ._bcdi/prettyprint.di from prettyprint.mli
76making ._bcdi/parseutils.di from parseutils.mli
77making ._bcdi/oldquery.di from oldquery.mli
78making ._bcdi/cdecode.di from cdecode.mli
79making ._bcdi/prettyutil.di from prettyutil.mli
80making ._bcdi/errors.di from errors.mli
81making ._bcdi/location.di from location.mli
82making ._d/main.d from main.ml
83ocamllex lexer.mll
84making ._d/parser.d from parser.ml
85making ._d/cdecode.d from cdecode.ml
86making ._d/oldquery.d from oldquery.ml
87making ._d/typecheck.d from typecheck.ml
88making ._d/typecompare.d from typecompare.ml
89making ._d/typecheckenv.d from typecheckenv.ml
90making ._d/prettyprint.d from prettyprint.ml
91making ._d/ctojekyll.d from ctojekyll.ml
92making ._d/parseutils.d from parseutils.ml
93making ._d/names.d from names.ml
94making ._d/syntaxutil.d from syntaxutil.ml
95making ._d/metadata.d from metadata.ml
96making ._d/prettyutil.d from prettyutil.ml
97making ._d/errors.d from errors.ml
98making ._d/location.d from location.ml
99making ._d/data.d from data.ml
100making ._d/transform.d from transform.ml
101making ._d/util.d from util.ml
102making ._d/cmdargs.d from cmdargs.ml
103making ._d/jklarg.d from jklarg.ml
104making ._d/syntax.d from syntax.ml
105making ._bcdi/parser.di from parser.mli
106478 states, 20424 transitions, table size 84564 bytes
107making ._d/lexer.d from lexer.ml
108ocamlc -c -g location.mli
109ocamlc -c -g syntax.ml
110File "syntax.ml", line 2, characters 0-13:
111Error: Unbound module Location
112make[1]: *** [syntax.cmi] Error 2
113make[1]: *** Waiting for unfinished jobs....
114make: *** [debug-code] Error 2
115Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jekyll/work/jekyll-ocaml" && /usr/bin/make -j2 all " returned error 2
116Command output: making ._d/cdecode.d from cdecode.ml
117making ._d/oldquery.d from oldquery.ml
118making ._d/typecheck.d from typecheck.ml
119making ._d/typecompare.d from typecompare.ml
120making ._d/typecheckenv.d from typecheckenv.ml
121making ._d/prettyprint.d from prettyprint.ml
122making ._d/ctojekyll.d from ctojekyll.ml
123making ._d/parseutils.d from parseutils.ml
124making ._d/names.d from names.ml
125making ._d/syntaxutil.d from syntaxutil.ml
126making ._d/metadata.d from metadata.ml
127making ._d/prettyutil.d from prettyutil.ml
128making ._d/errors.d from errors.ml
129making ._d/location.d from location.ml
130making ._d/data.d from data.ml
131making ._d/transform.d from transform.ml
132making ._d/util.d from util.ml
133making ._d/cmdargs.d from cmdargs.ml
134making ._d/jklarg.d from jklarg.ml
135making ._d/syntax.d from syntax.ml
136making ._bcdi/parser.di from parser.mli
137478 states, 20424 transitions, table size 84564 bytes
138making ._d/lexer.d from lexer.ml
139ocamlc -c -g location.mli
140ocamlc -c -g syntax.ml
141File "syntax.ml", line 2, characters 0-13:
142Error: Unbound module Location
143make[1]: *** [syntax.cmi] Error 2
144make[1]: *** Waiting for unfinished jobs....
145make: *** [debug-code] Error 2
146
147DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jekyll/work/jekyll-ocaml" && /usr/bin/make -j2 all " returned error 2
148Command output: making ._d/cdecode.d from cdecode.ml
149making ._d/oldquery.d from oldquery.ml
150making ._d/typecheck.d from typecheck.ml
151making ._d/typecompare.d from typecompare.ml
152making ._d/typecheckenv.d from typecheckenv.ml
153making ._d/prettyprint.d from prettyprint.ml
154making ._d/ctojekyll.d from ctojekyll.ml
155making ._d/parseutils.d from parseutils.ml
156making ._d/names.d from names.ml
157making ._d/syntaxutil.d from syntaxutil.ml
158making ._d/metadata.d from metadata.ml
159making ._d/prettyutil.d from prettyutil.ml
160making ._d/errors.d from errors.ml
161making ._d/location.d from location.ml
162making ._d/data.d from data.ml
163making ._d/transform.d from transform.ml
164making ._d/util.d from util.ml
165making ._d/cmdargs.d from cmdargs.ml
166making ._d/jklarg.d from jklarg.ml
167making ._d/syntax.d from syntax.ml
168making ._bcdi/parser.di from parser.mli
169478 states, 20424 transitions, table size 84564 bytes
170making ._d/lexer.d from lexer.ml
171ocamlc -c -g location.mli
172ocamlc -c -g syntax.ml
173File "syntax.ml", line 2, characters 0-13:
174Error: Unbound module Location
175make[1]: *** [syntax.cmi] Error 2
176make[1]: *** Waiting for unfinished jobs....
177make: *** [debug-code] Error 2
178
179    while executing
180"command_exec build"
181    (procedure "portbuild::build_main" line 9)
182    invoked from within
183"$procedure $targetname"
184Warning: the following items did not execute (for jekyll): org.macports.activate org.macports.build org.macports.destroot org.macports.archive org.macports.install
185Error: Status 1 encountered during processing.