Package: kvdr
Version: 0.63-5
Severity: normal
Tags: patch

When building 'kvdr' on ppc64/unstable,
I get the following error:

uname -r = 2.6.12-1-ppc64
uname -s = Linux
uname -v = #1 SMP Fri Aug 12 15:44:43 UTC 2005

/usr/bin/uname -p = 
/bin/uname -X     = 

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = ppc64
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

UNAME_MACHINE = ppc64
UNAME_RELEASE = 2.6.12-1-ppc64
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP Fri Aug 12 15:44:43 UTC 2005
configure: error: cannot guess build type; you must specify one
make: *** [build] Error 1

This is because the config.guess/config.sub scripts are too old for ppc64.

With the attached patch 'kvdr' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kvdr-0.63/debian/control ./debian/control
--- ../tmp-orig/kvdr-0.63/debian/control        2005-08-21 18:41:45.000000000 
+0200
+++ ./debian/control    2005-08-27 08:44:47.000000000 +0200
@@ -2,7 +2,7 @@
 Section: misc
 Priority: extra
 Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4), autoconf, kdelibs4-dev (>= 3.4.2-1), 
libqt3-compat-headers, dbs, libxxf86vm-dev, libxxf86dga-dev
+Build-Depends: debhelper, autotools-dev, autoconf, kdelibs4-dev (>= 3.4.2-1), 
libqt3-compat-headers, dbs, libxxf86vm-dev, libxxf86dga-dev
 Standards-Version: 3.6.2
 
 Package: kvdr
diff -urN ../tmp-orig/kvdr-0.63/debian/rules ./debian/rules
--- ../tmp-orig/kvdr-0.63/debian/rules  2005-02-09 10:49:25.000000000 +0100
+++ ./debian/rules      2005-08-27 08:50:33.000000000 +0200
@@ -37,7 +37,9 @@
        dh_testdir
        # Add here commands to compile the package.
 #      Nasty hack to get kde_appsdir to work.!
        
+       cp /usr/share/misc/config.{guess,sub} $(BUILD_TREE)
+       cp /usr/share/misc/config.{guess,sub} $(BUILD_TREE)/admin
        ( cd $(BUILD_TREE) ; kde_appsdir=debian/kvdr/usr/share/applications 
./configure --prefix=/usr \
                --mandir=\$${prefix}/share/man \
                --infodir=\$${prefix}/share/info \


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

Reply via email to