SeattleTestbed / dist

ARCHIVAL: SeattleTestbed's old installer build tool and files
MIT License
0 stars 3 forks source link

make_base_installers has errors on RepyV2... #120

Closed choksi81 closed 9 years ago

choksi81 commented 10 years ago

When doing make_base_installers with RepyV2, we get a lot of errors / warnings. I've fixed everything I feel comfortable doing (in r7134).

Someone else who knows about these files needs to do the rest. My notes are below.

Warning: unrecognized file modules

Can we add a directory (like the modules/ directory used by seash) with these scripts?

Warning: unrecognized file readline.so.mac

Should this be copied everywhere?

Warning: unrecognized file Multiplexer.repy
Error: required file dylink_portability\.py not found
Error: required file dylinkrun\.py not found

Are these obsolete or current? dylink_portability is used in some tests...

Error: required file README\.txt not found   

This is in the same dirs as it is in RepyV1. Why isn't this working?

aaaaalbert commented 9 years ago

Fixed in SeattleTestbed@9f5c385560f18db97a646f333581461bcc96124a and parents. The problem was a huge accumulation of cruft (removed/added/renamed/ported files), resulting in warning messages that however did not cause the installer build process to fail.