Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: transition X-Debbugs-Cc: liquid-...@packages.debian.org Control: affects -1 + src:liquid-dsp
This is a new version of liquid-dsp where upstream now defined a versioned soname. Reverse dependencies are cubicsdr and inspectrum, both maintained in the ham radio team, that built and appear to work fine. The autobuilders in experimental failed on i386 and mipsel during the testsuite. I identified an array overrun which only causes trouble on mipsel, apparently mangling a return address, which I can patch. The other is one function getting wrongly optimized by gcc apparently, which I can work around. And actually one more, also i386 only, where some floats don't match exactly, which I'm still investigating. The auto-liquid-dsp tracker appears correct. Ben file: title = "liquid-dsp"; is_affected = .depends ~ "libliquid3d" | .depends ~ "libliquid1"; is_good = .depends ~ "libliquid1"; is_bad = .depends ~ "libliquid3d";