From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14374 invoked by alias); 7 May 2007 22:22:57 -0000 Received: (qmail 14360 invoked by uid 22791); 7 May 2007 22:22:56 -0000 X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 May 2007 22:22:53 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 9BB1C12240; Tue, 8 May 2007 00:22:51 +0200 (CEST) From: Andreas Schwab To: Jim Blandy Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: Make sure symbol version script is writeable References: X-Yow: I want to TAKE IT HOME and DRESS IT UP in HOT PANTS!! Date: Mon, 07 May 2007 22:22:00 -0000 In-Reply-To: (Jim Blandy's message of "Mon\, 07 May 2007 14\:11\:29 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg00471.txt.bz2 Jim Blandy writes: > If the source tree has been made read-only, the libstdc++-v3 build > dies trying to construct src/libstdc++-symbols.ver. > > libstdc++-v3/ChangeLog: > 2007-05-07 Jim Blandy > > * libstdc++-v3/src/Makefile.am (libstdc++-symbol.ver): Make > sure the build tree copy of libstdc++-symbol.ver is writeable. > * libstdc++-v3/src/Makefile.in: Regenerated. > > Index: libstdc++-v3/src/Makefile.am > =================================================================== > --- libstdc++-v3/src/Makefile.am (revision 124502) > +++ libstdc++-v3/src/Makefile.am (working copy) > @@ -32,6 +32,7 @@ > libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \ > $(port_specific_symbol_files) > cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver > + chmod +w ./libstdc++-symbol.ver You surely mean `symbols' here? Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."