Failed update build in devel branch

Jeremy Katz katzj at redhat.com
Mon Dec 26 18:14:49 UTC 2005


On Mon, 2005-12-26 at 09:40 -0800, Jeff Carlson wrote:
> This morning I finally tried to update up-imapproxy in devel.  It builds 
> against OpenSSL, which is 0.9.8a in devel, and needs a rebuild in order 
> to link properly.
> 
> This sounds simple enough.
> 
> It failed on i386.  It really looked like it succeeded on x86_64, but 
> there are no packages there.  And it was canceled on ppc.  (Does a 
> failure in one of the arches automatically force a cancel in the others?)

Yes, a failure on one arch fails all arches.  The reasoning being that
the build will not be released unless it succeeds on all arches and
continuing at that point is just a waste of builder resources.

> I saved the build log.  I put it up on my server at 
> http://www.ultimateevil.org/~jeff/Fedora/2243-up-imapproxy-1.2.4-5.fc5-i386-build.log
> 
> I don't run rawhide and I'm not much of a C programmer, so I'm not sure 
> how I can fix this.  Perhaps upstream needs to know there are changes 
> needed to support OpenSSL 0.9.8a.

It looks like openssl just changed their headers a little, the following
gets it building for me

diff -ur up-imapproxy-1.2.4/src/imapcommon.c up-imapproxy/src/imapcommon.c
--- up-imapproxy-1.2.4/src/imapcommon.c 2005-08-31 12:32:24.000000000 -0400
+++ up-imapproxy/src/imapcommon.c       2005-12-26 13:12:10.000000000 -0500
@@ -136,6 +136,7 @@

 #include <openssl/evp.h>
 #include <openssl/err.h>
+#include <openssl/md5.h>

 #include <pthread.h>
 #include <sys/types.h>


Jeremy




More information about the fedora-extras-list mailing list