Re: fakeroot 0.4.5 problems on ppc
At 08:37 -0400 03 Oct 2001, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> Can anyone else on debian ppc sid verify this. If you build and
> install fakeroot 0.4.5-1 do you see the following when you execute
> ldconfig?
>
> > ldconfig: /usr/lib/libfakeroot.so.0.0.1 is not a shared object file (Type: 768
Yes, this is due to:
776)frell$ uname -m
ppc
777)frell$ file /usr/lib/libfakeroot.so.0.0.1
setuid ELF 32-bit LSB shared object, Intel 80386, version 1, stripped
^^^^^^^^^^^
It's already been reported as bug #114373. Based on my testing, it
looks like it should build properly for architectures other than i386
once the source tar file is properly cleaned.
Patch to kludge around the problem:
--- debian/rules.old Thu Oct 4 00:09:27 2001
+++ debian/rules Thu Oct 4 00:10:04 2001
@@ -12,6 +12,7 @@
./configure
+ $(MAKE) -C fake clean
$(MAKE) CFLAGS="-g -O2 -Wall -W -pedantic" \
CXXFLAGS="-g -O2 -Wall -W -pedantic"
$(MAKE) -C fake CFLAGS="-g -O2 -Wall -W -pedantic" \
--
Aaron Schrab aaron@schrab.com http://www.execpc.com/~aarons/
If you have to be a dictating czar, and you have to kill people with
axes, Peter the Great did it like nobody else. -- Anne Rice
Reply to: