Adeodato Simó wrote: > * Thiemo Seufer [Thu, 01 Nov 2007 21:35:10 +0000]: > > > Package: uriparser > > Version: 0.6.0-1 > > Severity: important > > > The check of exported symbols in debian/rules is a bit too restrictive. > > On mips/mipsel the package fails to build since the library exports the > > _ftext symbol. Ignoring this symbol solves the problem. > > Hello Thiemo, thanks for this report. I had it under my radar already, > and was only waiting to find some time to fix it, possibly maintaining a > separate list of symbols for certain architectures.
The buildlogs suggest that _ftext on mips/mipsel is the only odd one out. Ignoring it on other architectures as well does no harm, so a workaround for this special case is easy to implement. > Or maybe the new > dpkg symbol handling will land soon enough, or so I hear. Long-term that's certainly preferable. Thiemo

