Your message dated Wed, 23 Jul 2014 10:39:47 +0200
with message-id <[email protected]>
and subject line python-astropy: FTBFS on kfreebsd-i386: assertion error
has caused the Debian Bug report #755564,
regarding python-astropy: FTBFS on kfreebsd-i386: assertion error
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 [email protected]
immediately.)


-- 
755564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755564
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-astropy
Version: 0.4-3
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-i386 due to an assertion
error:
| =================================== FAILURES 
===================================
| ________________________ test_compose_fractional_powers 
________________________
| 
|     def test_compose_fractional_powers():
|         x = (u.kg / u.s ** 3 * u.au ** 2.5 / u.yr ** 0.5 / u.sr ** 2)
|     
|         factored = x.compose()
|     
|         for unit in factored:
| >           assert x.decompose() == unit.decompose()
| E           assert Unit("1.54085e+24 kg m(5/2) / (rad4 s(7/2))") == 
Unit("3.68726e+41 A2 / (rad4 s(5/2))")
| E            +  where Unit("1.54085e+24 kg m(5/2) / (rad4 s(7/2))") = <bound 
method CompositeUnit.decompose of Unit("AU(5/2) kg / (s3 sr2 yr(1/2))")>()
| E            +    where <bound method CompositeUnit.decompose of 
Unit("AU(5/2) kg / (s3 sr2 yr(1/2))")> = Unit("AU(5/2) kg / (s3 sr2 
yr(1/2))").decompose
| E            +  and   Unit("3.68726e+41 A2 / (rad4 s(5/2))") = <bound method 
CompositeUnit.decompose of Unit("1.6915e+59 Ry S / (rad4 s(7/2))")>()
| E            +    where <bound method CompositeUnit.decompose of 
Unit("1.6915e+59 Ry S / (rad4 s(7/2))")> = Unit("1.6915e+59 Ry S / (rad4 
s(7/2))").decompose
| 
| astropy/units/tests/test_units.py:391: AssertionError
| = 1 failed, 4949 passed, 286 skipped, 13 xfailed, 6 xpassed in 183.33 seconds 
==

Full build log:
  
https://buildd.debian.org/status/fetch.php?pkg=python-astropy&arch=kfreebsd-i386&ver=0.4-3&stamp=1405700993

Mraw,
KiBi.

--- End Message ---
--- Begin Message ---
Source: python-astropy
Source-Version: 0.4-4
Forwarded: https://github.com/astropy/astropy/issues/2765
Tags: unreproducible


The new upload 0.4-4 compiles on kfreebsd-i386.

However, the story remains mystic: Nothing was changed between the releases 
(except one requirement adjusted for bug #755485), so there is no "fix" for 
this problem.

Major differences between the two builds are the gcc version (4.9.1-1 vs 
4.9.0-11) and cfitsio (3.340-3 vs 3.340-2)

I could also not reproduce the problem with repeated builds on my own kfreebsd 
sid installation. Therefore I suspect that it more a kfreebsd-i386 problem than 
of astropy. The the problem re-appears, reopen the bug.

Best

Ole

--- End Message ---

Reply via email to