[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#158459: gcc-3.2: FTBFS as non-root



On Tue, 2002-08-27 at 12:40, Junichi Uekawa wrote:
> On Tue, 27 Aug 2002 13:14:30 +0200
> "Laurent Bonnaud" <Laurent.Bonnaud@inpg.fr> wrote:
> 
> > LD_LIBRARY_PATH=/tmp/LB/gcc-3.2-3.2ds0/build/gcc/ada \
> >         /usr/bin/make -C /tmp/LB/gcc-3.2-3.2ds0/build/gcc gnatlib gnattools
> 
> It should probably be LD_LIBRARY_PATH=whatever:$${LD_LIBRARY_PATH}

Even better, something like
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}whatever.

It's generally not desirable to introduce null path components into
LD_LIBRARY_PATH if it was unset before, see #152099 for example.

p.




Reply to: