Package: kdelibs Version: 4:3.3.2-6.1 Followup-For: Bug #317231
I believe this patch fixed the compile problem. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-powerpc Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages kdelibs depends on: ii kdelibs-bin 4:3.3.2-6.1 KDE core binaries ii kdelibs-data 4:3.3.2-7 KDE core shared data ii kdelibs4 4:3.3.2-6.1 KDE core libraries kdelibs recommends no packages. -- no debconf information
--- ./kdeprint/cups/cupsdconf2/cups-util.c 2005-05-23 07:17:01.000000000 -0500 +++ /home/rte/projects/debian/kdelibs-3.4.1/./kdeprint/cups/cupsdconf2/cups-util.c 2005-07-06 17:33:23.000000000 -0500 @@ -442,7 +442,8 @@ * See if we are accessing localhost... */ - if (ntohl(http->hostaddr.sin_addr.s_addr) != 0x7f000001 && +// if (ntohl(http->hostaddr.sin_addr.s_addr) != 0x7f000001 && + if (ntohl(http->hostaddr.ipv4.sin_addr.s_addr) != 0x7f000001 && strcasecmp(http->hostname, "localhost") != 0) return (0);