Changes between Version 30 and Version 31 of Building/Troubleshooting
- Timestamp:
- 05/27/10 01:49:13 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Troubleshooting
v30 v31 203 203 === Using autoconf by mistake === 204 204 205 If you used {{{autoconf}}} instead of {{{ shboot}}}, you'll get an error when you run {{{./configure}}}:205 If you used {{{autoconf}}} instead of {{{perl boot}}}, you'll get an error when you run {{{./configure}}}: 206 206 {{{ 207 207 ...lots of stuff... … … 215 215 216 216 === Cannot create configure === 217 {{{autoreconf}}} (which gets run by {{{ sh boot}}}) seems to create the file {{{configure}}} read-only. So if you need to run {{{shboot}}} again (which I sometimes do for safety's sake), you get217 {{{autoreconf}}} (which gets run by {{{perl boot}}}) seems to create the file {{{configure}}} read-only. So if you need to run {{{perl boot}}} again (which I sometimes do for safety's sake), you get 218 218 {{{ 219 219 /usr/bin/autoconf: cannot create configure: permission denied … … 329 329 }}} 330 330 '''Possible Solution''':: 331 Be sure you have run {{{sh darcs-all get}}} to get all necessary packages. Don't forget to run {{{ shboot}}} again after you pull in new packages.331 Be sure you have run {{{sh darcs-all get}}} to get all necessary packages. Don't forget to run {{{perl boot}}} again after you pull in new packages. 332 332 333 333 === xargs: /usr/bin/ar: terminated by signal 11 ===
