Package: openafs
Version: 1.3.82-2
Severity: normal
Tags: patch
When building 'openafs' on ppc64/unstable,
I get the following error:
ln -s @sys/dest dest
ln -s ERROr: sysname not yet known @sys
ln: when making multiple links, last argument must be a directory
make: [configure-stamp] Error 1 (ignored)
afslogsdir=/var/log/openafs afslocaldir=/etc/openafs/server-local \
sh configure \
--with-afs-sysname=ERROr: sysname not yet known --disable-kernel-module \
--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var/lib --enable-supergroups \
--enable-largefile-fileserver --enable-debug --enable-lwp-debug \
configure: error: can only configure for one host and one target at a time
make: *** [configure-stamp] Error 1
With the attached patch 'openafs' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/openafs-1.3.82/debian/control ./debian/control
--- ../tmp-orig/openafs-1.3.82/debian/control 2005-08-08 15:12:41.000000000
+0000
+++ ./debian/control 2005-08-08 15:12:19.000000000 +0000
@@ -7,7 +7,7 @@
Standards-Version: 3.6.2
Package: openafs-client
-Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64
+Architecture: i386 powerpc ppc64 sparc alpha s390 ia64 hppa amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-modules-source (>= 1.2.9)
| openafs-modules2
Conflicts: arla, openafs-modules1
Description: The AFS distributed filesystem- client support
@@ -20,7 +20,7 @@
Package: openafs-kpasswd
Priority: extra
-Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64
+Architecture: i386 powerpc ppc64 sparc alpha s390 ia64 hppa amd64
Depends: ${shlibs:Depends}, openafs-client
Conflicts: krb5-user, heimdal-clients, kerberos4kth-clients
Description: The AFS distributed filesystem- old password changing
@@ -34,7 +34,7 @@
not install this package for new cells or for cells using Kerberos5.
Package: openafs-fileserver
-Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64
+Architecture: i386 powerpc ppc64 sparc alpha s390 ia64 hppa amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client
Recommends: ntp
Description: The AFS distributed filesystem- file server
@@ -46,7 +46,7 @@
installed on any machine that will export files into AFS.
Package: openafs-dbserver
-Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64
+Architecture: i386 powerpc ppc64 sparc alpha s390 ia64 hppa amd64
Depends: ${shlibs:Depends}, ${perl:Depends}, openafs-fileserver, openafs-client
Conflicts: openafs-ptutil
Replaces: openafs-ptutil
@@ -62,7 +62,7 @@
Package: libopenafs-dev
Section: libdevel
-Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64
+Architecture: i386 powerpc ppc64 sparc alpha s390 ia64 hppa amd64
Priority: extra
Conflicts: arla-dev
Depends: ${shlibs:Depends}
@@ -89,7 +89,7 @@
Priority: extra
Depends: ${shlibs:Depends}
Recommends: openafs-client
-Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64
+Architecture: i386 powerpc ppc64 sparc alpha s390 ia64 hppa amd64
Description: The AFS distributed filesystem- kaserver PAM module
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
diff -urN ../tmp-orig/openafs-1.3.82/debian/sysname ./debian/sysname
--- ../tmp-orig/openafs-1.3.82/debian/sysname 2005-08-08 15:12:41.000000000
+0000
+++ ./debian/sysname 2005-08-08 14:20:23.000000000 +0000
@@ -24,6 +24,9 @@
powerpc)
echo ppc_linux24
;;
+ppc64)
+ echo ppc64_linux24
+ ;;
s390)
echo s390_linux24
;;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]