Package: newlib Severity: normal Tags: patch When building 'newlib' on amd64 with gcc-4.0, I get the following error:
make[1]: Leaving directory `/newlib-1.12.0.20041202/_build' rm debian/tmp/usr/*/lib/libthread_db.so.1 rm: cannot remove `debian/tmp/usr/*/lib/libthread_db.so.1': No such file or directory make: *** [install] Error 1 With the attached patch 'newlib' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/newlib-1.12.0.20041202/debian/rules ./debian/rules --- ../tmp-orig/newlib-1.12.0.20041202/debian/rules 2005-01-10 16:15:01.179605824 +0100 +++ ./debian/rules 2005-01-10 16:14:25.007104880 +0100 @@ -11,7 +11,6 @@ install: build dh_clean -k $(MAKE) -C _build DESTDIR=$(PWD)/debian/tmp install - rm debian/tmp/usr/*/lib/libthread_db.so.1 clean: rm -f build-stamp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]