Your message dated Sat, 26 Oct 2013 12:12:55 +0200
with message-id <20131026101254.ga25...@raptor.chemicalconnection.dyndns.org>
and subject line Re: [Debichem-devel] Bug#727719: ergo: FTBFS on mips/mipsel
has caused the Debian Bug report #727719,
regarding ergo: FTBFS on mips/mipsel 
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
727719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727719
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ergo
Version: 3.3.1-1
Severity: serious
Tags: sid
Justification: FTBFS

Package ergo failed to build from source on mips/mipsel because R3000 used
in integrals_hermite.cc is already defined.

Full build logs:
https://buildd.debian.org/status/fetch.php?pkg=ergo&arch=mips&ver=3.3.1-1&stamp=1380475129
https://buildd.debian.org/status/fetch.php?pkg=ergo&arch=mipsel&ver=3.3.1-1&stamp=1380477528

I have attached a patch resolving the issue.

Best regards,
Jurica

--- ergo-3.3.1.orig/source/integrals/integrals_hermite.cc
+++ ergo-3.3.1/source/integrals/integrals_hermite.cc
@@ -30,6 +30,9 @@
 #include <cmath>
 #include <stdio.h>
 
+#ifdef R3000
+ #undef R3000
+#endif
 
 int
 get_related_integrals_hermite(const IntegralInfo & integralInfo,

--- End Message ---
--- Begin Message ---
Version: 3.3.1-2

Hi,

On Fri, Oct 25, 2013 at 07:20:58PM +0200, Jurica Stanojkovic wrote:
> Package: ergo
> Version: 3.3.1-1
> Severity: serious
> Tags: sid
> Justification: FTBFS
> 
> Package ergo failed to build from source on mips/mipsel because R3000 used
> in integrals_hermite.cc is already defined.
> 
> Full build logs:
> https://buildd.debian.org/status/fetch.php?pkg=ergo&arch=mips&ver=3.3.1-1&stamp=1380475129
> https://buildd.debian.org/status/fetch.php?pkg=ergo&arch=mipsel&ver=3.3.1-1&stamp=1380477528
> 
> I have attached a patch resolving the issue.

Thanks a lot, your patch has been included in the 3.3.1-2 upload, but I
forgot to tag it in the changelog, so closing now manually.


Michael

--- End Message ---

Reply via email to