From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Lotjq-0000eD-RS for garchives@archives.gentoo.org; Wed, 01 Apr 2009 06:15:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB7F3E0893; Wed, 1 Apr 2009 06:15:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A9733E0893 for ; Wed, 1 Apr 2009 06:15:49 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4312E644BB for ; Wed, 1 Apr 2009 06:15:49 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Lotjo-0004gA-Hn for gentoo-commits@lists.gentoo.org; Wed, 01 Apr 2009 06:15:48 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.8: 0085_all_glibc-disable-ldconfig.patch README.history X-VCS-Repository: gentoo X-VCS-Files: 0085_all_glibc-disable-ldconfig.patch README.history X-VCS-Directories: src/patchsets/glibc/2.8 X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Wed, 01 Apr 2009 06:15:48 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 912d1120-684b-4dc8-ae79-f6b793071ca4 X-Archives-Hash: 281090bfb57bd88912371c28a7437acf vapier 09/04/01 06:15:48 Modified: README.history Added: 0085_all_glibc-disable-ldconfig.patch Log: disable ldconfig execution Revision Changes Path 1.6 src/patchsets/glibc/2.8/README.history file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.= 8/README.history?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.= 8/README.history?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.= 8/README.history?r1=3D1.5&r2=3D1.6 Index: README.history =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.8/README.history,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- README.history 24 Dec 2008 13:44:39 -0000 1.5 +++ README.history 1 Apr 2009 06:15:48 -0000 1.6 @@ -1,3 +1,6 @@ +6 31.03.2008 + + 0085_all_glibc-disable-ldconfig.patch + 5 24.12.2008 + 6700_s390_glibc-2.8-utmp-compat.patch =20 1.1 src/patchsets/glibc/2.8/0085_all_glibc-disable-ldcon= fig.patch file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.= 8/0085_all_glibc-disable-ldconfig.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.= 8/0085_all_glibc-disable-ldconfig.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: 0085_all_glibc-disable-ldconfig.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D do not bother running ldconfig on DESTDIR. it wants to write the temp ca= che file outside of the chroot. doesnt matter anyways as we wont use the cac= he results (portage will rebuild cache), so running ldconfig is simply a was= te of time. --- Makefile +++ Makefile @@ -117,4 +117,5 @@ =20 install: +dont-bother-with-destdir: -test ! -x $(common-objpfx)elf/ldconfig || LC_ALL=3DC LANGUAGE=3DC \ $(common-objpfx)elf/ldconfig $(addprefix -r ,$(install_root)) \