Subject: pkg/18621: x11/kdelibs3 fails to compile due to malformed patch-cb
To: None <gnats-bugs@gnats.netbsd.org>
From: None <douglas@fang.demon.co.uk>
List: netbsd-bugs
Date: 10/11/2002 16:18:12
>Number: 18621
>Category: pkg
>Synopsis: x11/kdelibs3 fails to compile due to malformed patch-cb
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Oct 11 10:22:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:
>Release: NetBSD 1.5.3
>Organization:
>Environment:
System: NetBSD aoife.home 1.5.3 NetBSD 1.5.3 (AOIFE) #0: Wed Jul 3 03:34:13 BST 2002 root@aoife.home:/opt/netbsd/1.5/usr/src/sys/arch/i386/compile/AOIFE i386
>Description:
In x11/kdelibs3, patches/patch-cb contains the line "\ No newline at end of file" which patch chokes on, stopping the build.
>How-To-Repeat:
Run make(1) in x11/kdelibs3
>Fix:
Remove the offending line and rebuild the distinfo file.
A patch that works is:
$NetBSD: patch-cb,v 1.1 2002/09/18 06:34:49 skrll Exp $
--- khtml/java/kjava.policy.in.orig Wed Nov 15 19:57:40 2000
+++ khtml/java/kjava.policy.in
@@ -1,4 +1,4 @@
-grant codeBase "file:@prefix@/share/apps/kjava/-"
+grant codeBase "file:@kde_datadir@/kjava/-"
{
permission java.security.AllPermission;
-};
+};
>Release-Note:
>Audit-Trail:
>Unformatted: