I am trying to build a stage4 and this is failing during the update of
'system' following the unpacking of the stage3 tarball.

The problem is that the stage3 tarball contains expat-1.x (which
generates libexpat.so.0) and catalyst is upgrading this to expat-2.0.1
(which replaces libexpat.so.0 with .so.1) as package number 14, but it
had already upgraded gettext which uses expat. Then when it comes to
build net-tools, which uses gettext, it fails because the linker cannot
find libexpat.so.0!

Is there any way to tell catalyst to upgrade expat before it upgrades
any packages which use it?
-- 
[EMAIL PROTECTED] mailing list

Reply via email to