Package: integrit
Severity: normal
Tags: patch
When building 'integrit' on amd64,
I get the following error:
CC='diet -v -Os gcc' CFLAGS='-Wall -O2' ./configure \
--host='x86_64-linux' \
--build='x86_64-linux' \
--prefix=/usr \
--mandir='${prefix}/share/man' \
--infodir='${prefix}/share/info'
checking for x86_64-linux-gcc... diet -v -Os gcc
checking for C compiler default output... configure: error: C compiler cannot
create executables
make: *** [config.status] Error 77
The attached patch adds 'amd64' and 'ppc64' the the arch-dependend
Build-Depends on 'dietlibc-dev' in debian/control. It also adds
'ppc64' to DIET_ARCHS in debian/rules.
Regards
Andreas Jochens
diff -urN ../tmp-orig/integrit-3.02.00/debian/control ./debian/control
--- ../tmp-orig/integrit-3.02.00/debian/control 2005-03-23 11:20:26.525418859
+0100
+++ ./debian/control 2005-03-23 11:20:06.465292683 +0100
@@ -2,7 +2,7 @@
Section: admin
Priority: optional
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
-Build-Depends: texinfo, dietlibc-dev (>> 0.28-0) [alpha arm hppa i386 ia64
mips mipsel powerpc s390 sparc]
+Build-Depends: texinfo, dietlibc-dev (>> 0.28-0) [alpha amd64 arm hppa i386
ia64 mips mipsel powerpc ppc64 s390 sparc]
Standards-Version: 3.6.1.0
Package: integrit
diff -urN ../tmp-orig/integrit-3.02.00/debian/rules ./debian/rules
--- ../tmp-orig/integrit-3.02.00/debian/rules 2005-03-23 11:20:26.529418087
+0100
+++ ./debian/rules 2005-03-23 11:20:23.438015072 +0100
@@ -8,7 +8,7 @@
DEB_BUILD_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_ARCH ?=$(shell dpkg-architecture -qDEB_HOST_ARCH)
-DIET_ARCHS =alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc
+DIET_ARCHS =alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc
ifeq (,$(findstring $(DEB_HOST_ARCH),$(DIET_ARCHS)))
CC =gcc
endif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]