This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make sure symbol version script is writeable


Jim Blandy <jimb@codesourcery.com> 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  <jimb@codesourcery.com>
>
> 	* 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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]