Ticket #20153: config-fail.txt

File config-fail.txt, 8.9 KB (added by league@…, 15 years ago)
Line 
1DEBUG: Found port in file:///opt/macports/dports/perl/p5-xml-namespacesupport
2DEBUG: Changing to port directory: /opt/macports/dports/perl/p5-xml-namespacesupport
3DEBUG: OS Platform: darwin
4DEBUG: OS Version: 9.7.0
5DEBUG: Mac OS X Version: 10.5
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.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
10DEBUG: Using group file /opt/macports/dports/_resources/port1.0/group/perl5-1.0.tcl
11DEBUG: 'universal_variant no' specified, so not adding the default universal variant
12DEBUG: Requested variant darwin is not provided by port p5-xml-namespacesupport.
13DEBUG: Requested variant i386 is not provided by port p5-xml-namespacesupport.
14DEBUG: Requested variant macosx is not provided by port p5-xml-namespacesupport.
15--->  Computing dependencies for p5-xml-namespacesupport
16DEBUG: Searching for dependency: perl5
17DEBUG: Found Dependency: receipt exists for perl5
18
19DEBUG: Executing org.macports.main (p5-xml-namespacesupport)
20DEBUG: Skipping completed org.macports.fetch (p5-xml-namespacesupport)
21DEBUG: Skipping completed org.macports.checksum (p5-xml-namespacesupport)
22DEBUG: Skipping completed org.macports.extract (p5-xml-namespacesupport)
23DEBUG: Skipping completed org.macports.patch (p5-xml-namespacesupport)
24--->  Configuring p5-xml-namespacesupport
25DEBUG: Using compiler 'Mac OS X gcc 4.0'
26DEBUG: Executing org.macports.configure (p5-xml-namespacesupport)
27DEBUG: Environment: CFLAGS='-O2 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch i386' MACOSX_DEPLOYMENT_TARGET='10.5' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2 -arch i386' LDFLAGS='-L/opt/local/lib -arch i386' FCFLAGS='-O2 -arch i386' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch i386' FFLAGS='-O2 -arch i386' CC='/usr/bin/gcc-4.0'
28DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_macports_dports_perl_p5-xml-namespacesupport/work/XML-NamespaceSupport-1.10" && /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor'
29Cannot determine perl version info from lib/XML/NamespaceSupport.pm
30*** Module::AutoInstall version 1.03
31*** Checking for Perl dependencies...
32Sorry, we have to rerun the configuration dialog for CPAN.pm due to
33some missing parameters...
34
35
36
37The following questions are intended to help you with the
38configuration. The CPAN module needs a directory of its own to cache
39important index files and maybe keep a temporary mirror of CPAN files.
40This may be a site-wide or a personal directory.
41
42
43
44I see you already have a  directory
45    /Users/league/.cpan
46Shall we use it as the general CPAN build and cache directory?
47
48 <cpan_home>
49CPAN build and cache directory? [/Users/league/.cpan] /Users/league/.cpan
50
51Unless you are accessing the CPAN on your filesystem via a file: URL,
52CPAN.pm needs to keep the source files it downloads somewhere. Please
53supply a directory where the downloaded files are to be kept.
54
55 <keep_source_where>
56Download target directory? [/Users/league/.cpan/sources] /Users/league/.cpan/sources
57
58 <build_dir>
59Directory where the build process takes place? [/Users/league/.cpan/build] /Users/league/.cpan/build
60
61Normally CPAN.pm keeps config variables in memory and changes need to
62be saved in a separate 'o conf commit' command to make them permanent
63between sessions. If you set the 'auto_commit' option to true, changes
64to a config variable are always automatically committed to disk.
65
66 <auto_commit>
67Always commit changes to config variables to disk? [no] no
68
69CPAN.pm can limit the size of the disk area for keeping the build
70directories with all the intermediate files.
71
72 <build_cache>
73Cache size for build directory (in MB)? [100] 100
74
75The CPAN indexes are usually rebuilt once or twice per hour, but the
76typical CPAN mirror mirrors only once or twice per day. Depending on
77the quality of your mirror and your desire to be on the bleeding edge,
78you may want to set the following value to more or less than one day
79(which is the default). It determines after how many days CPAN.pm
80downloads new indexes.
81
82 <index_expire>
83Let the index expire after how many days? [1] 1
84
85By default, each time the CPAN module is started, cache scanning is
86performed to keep the cache size in sync. To prevent this, answer
87'never'.
88
89 <scan_cache>
90Perform cache scanning (atstart or never)? [atstart] atstart
91
92To considerably speed up the initial CPAN shell startup, it is
93possible to use Storable to create a cache of metadata. If Storable is
94not available, the normal index mechanism will be used.
95
96Note: this mechanism is not used when use_sqlite is on and SQLLite is
97running.
98
99 <cache_metadata>
100Cache metadata (yes/no)? [yes] yes
101
102The CPAN module can detect when a module which you are trying to build
103depends on prerequisites. If this happens, it can build the
104prerequisites for you automatically ('follow'), ask you for
105confirmation ('ask'), or just ignore them ('ignore'). Please set your
106policy to one of the three values.
107
108 <prerequisites_policy>
109Policy on building prerequisites (follow, ask or ignore)? [ask] ask
110
111Every Makefile.PL is run by perl in a separate process. Likewise we
112run 'make' and 'make install' in separate processes. If you have
113any parameters (e.g. PREFIX, UNINST or the like) you want to
114pass to the calls, please specify them here.
115
116If you don't understand this question, just press ENTER.
117
118Typical frequently used settings:
119
120    PREFIX=~/perl    # non-root users (please see manual for more hints)
121
122 <makepl_arg>
123Parameters for the 'perl Makefile.PL' command? []
124
125Parameters for the 'make' command? Typical frequently used setting:
126
127    -j3              # dual processor system (on GNU make)
128
129 <make_arg>
130Your choice: []
131
132Parameters for the 'make install' command?
133Typical frequently used setting:
134
135    UNINST=1         # to always uninstall potentially conflicting files
136
137 <make_install_arg>
138Your choice: []
139
140A Build.PL is run by perl in a separate process. Likewise we run
141'./Build' and './Build install' in separate processes. If you have any
142parameters you want to pass to the calls, please specify them here.
143
144Typical frequently used settings:
145
146    --install_base /home/xxx             # different installation directory
147
148 <mbuildpl_arg>
149Parameters for the 'perl Build.PL' command? []
150
151Parameters for the './Build' command? Setting might be:
152
153    --extra_linker_flags -L/usr/foo/lib  # non-standard library location
154
155 <mbuild_arg>
156Your choice: []
157
158Do you want to use a different command for './Build install'? Sudo
159users will probably prefer:
160
161    su root -c ./Build
162 or
163    sudo ./Build
164 or
165    /path1/to/sudo -u admin_account ./Build
166
167 <mbuild_install_build_command>
168or some such. Your choice: [./Build] ./Build
169
170Parameters for the './Build install' command? Typical frequently used
171setting:
172
173    --uninst 1                           # uninstall conflicting files
174
175 <mbuild_install_arg>
176Your choice: []
177
178
179
180If you're accessing the net via proxies, you can specify them in the
181CPAN configuration or via environment variables. The variable in
182the $CPAN::Config takes precedence.
183
184 <ftp_proxy>
185Your ftp_proxy? []
186
187 <http_proxy>
188Your http_proxy? []
189
190 <no_proxy>
191Your no_proxy? []
192
193Found /Users/league/.cpan/sources/MIRRORED.BY as of Fri Jul  3 16:49:59 2009
194
195I'd use that as a database of CPAN sites. If that is OK for you,
196please answer 'y', but if you want me to get a new database now,
197please answer 'n' to the following question.
198
199Shall I use the local database in /Users/league/.cpan/sources/MIRRORED.BY? [y] y
200
201
202Now we need to know where your favorite CPAN sites are located. Push
203a few sites onto the array (just in case the first on the array won't
204work). If you are mirroring CPAN to your local workstation, specify a
205file: URL.
206
207First, pick a nearby continent and country by typing in the number(s)
208in front of the item(s) you want to select. You can pick several of
209each, separated by spaces. Then, you will be presented with a list of
210URLs of CPAN mirrors in the countries you selected, along with
211previously selected URLs. Select some of those URLs, or just keep the
212old list. Finally, you will be prompted for any extra URLs -- file:,
213ftp:, or http: -- that host a CPAN mirror.
214
215(1) Africa
216(2) Asia
217(3) Central America
218(4) Europe
219(5) North America
220(6) Oceania
221(7) South America
222Select your continent (or several nearby continents) []
223Sorry! since you don't have any existing picks, you must make a
224geographic selection.
225
226(1) Africa
227(2) Asia
228(3) Central America
229(4) Europe
230(5) North America
231(6) Oceania
232(7) South America
233Select your continent (or several nearby continents) []
234Sorry! since you don't have any existing picks, you must make a
235geographic selection.
236
237(1) Africa
238(2) Asia
239(3) Central America
240(4) Europe
241(5) North America
242(6) Oceania
243(7) South America
244Select your continent (or several nearby continents) []
245Sorry! since you don't have any existing picks, you must make a
246geographic selection.
247
248[ad infinitum...]