Hi,<br><br>I'm trying to upgrade to rawhide from clean f8 install (x86_64).<br>Yum complains about libcamel-1.2.so.10 and libsoup-2.2.so.8 not available.<br>I had the same problem with an updated f8 (that's why I reinstalled at first time).<br>
<br>here's the message <br><br>--> Finished Dependency Resolution<br>Error: Missing Dependency: libcamel-1.2.so.10()(64bit) is needed by package totem-pl-parser<br>Error: Missing Dependency: libsoup-2.2.so.8()(64bit) is needed by package rhythmbox<br>
Error: Missing Dependency: libsoup-2.2.so.8()(64bit) is needed by package bug-buddy<br>Error: Missing Dependency: libsoup-2.2.so.8()(64bit) is needed by package evolution-webcal<br><br>Regards,<br>Pierre<br><br><br><div><span class="gmail_quote">2008/1/30, Roland McGrath <<a href="mailto:roland@redhat.com">roland@redhat.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> This was caused by the update to file-4.23.<br><br>This was an upstream code change between 4.21 and 4.23, for which there is<br>no proper explanation I can find.  Also, it wasn't changed for 64-bit ELF<br>files.  This change should be reverted upstream.<br>
<br>In file-4.23/src/readelf.c, file_tryelf was changed to check e_type and<br>call doshn only for ET_EXEC and ET_DYN files.  It really ought to just call<br>it for any type except ET_CORE, without listing the individual ones, like<br>
it used to do.  It is also perfectly fine to call dophn_exec for any file<br>with e_phnum != 0, without checking its type other than for ET_CORE.<br>The change was probably meant to call dophn_exec for ET_DYN too, which<br>
64-bit still does not do.  You'd get that just by not checking the type.<br>It would also be less error prone not to duplicate the logic for 32/64.<br>Instead, it can just call a shared function with the values from e_* fields.<br>
<br><br>Thanks,<br>Roland<br><br>--<br>fedora-devel-list mailing list<br><a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br>
</blockquote></div><br>