Package: neon26
Version: 0.26.2-2
Severity: serious
Justification: no longer builds from source

Your latest neon26 upload, while otherwise laudable, breaks on 64-bit
platforms because the library-renaming patch does not (fully) apply;
see, for instance,
http://buildd.debian.org/fetch.cgi?pkg=neon26;ver=0.26.2-2;arch=amd64;stamp=1165606717
.  Closer investigation reveals the issue to be that libneon26.pc
contains no special LFS-related flags because configure (correctly)
concludes that they would be redundant.

Given that you're replacing every occurrence of libneon or -lneon
anyway, I would suggest dispensing with the fragile patch altogether
and simply performing a global replacement with Perl or the like:

    cd $(BUILDDIR)/neon-gnutls && \
        perl -i -pe 's/\b(-lneon|libneon)\b/$$1-gnutls/g' \
        Makefile neon-config neon.pc src/Makefile test/Makefile

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to