Hi,
I am trying to build RTEMS tool RPMs from the vanilla
4.1.0 source. It dies trying to install a file into
a system directory. In the directory,
build/sparc-rtems4.7/soft/libssp it dies with:
test -z "/opt/rtems-4.7/lib/gcc/sparc-rtems4.7/4.1.0/soft" || mkdir -p
-- "/opt/rtems-4.7/lib/gcc/sparc-rtems4.7/4.1.0/soft"
mkdir: cannot create directory
`/opt/rtems-4.7/lib/gcc/sparc-rtems4.7/4.1.0': Permission denied
RPM invoked make install with the prefixes overriden:
make
prefix=/home/rtems/tmp/rtems-4.7-sparc-rtems4.7-gcc-newlib-gcc4.1.0newlib1.14.0-1-root-rtems/opt/rtems-4.7
bindir=/home/rtems/tmp/rtems-4.7-sparc-rtems4.7-gcc-newlib-gcc4.1.0newlib1.14.0-1-root-rtems/opt/rtems-4.7/bin
libdir=/home/rtems/tmp/rtems-4.7-sparc-rtems4.7-gcc-newlib-gcc4.1.0newlib1.14.0-1-root-rtems/opt/rtems-4.7/lib
includedir=/home/rtems/tmp/rtems-4.7-sparc-rtems4.7-gcc-newlib-gcc4.1.0newlib1.14.0-1-root-rtems/opt/rtems-4.7/include
mandir=/home/rtems/tmp/rtems-4.7-sparc-rtems4.7-gcc-newlib-gcc4.1.0newlib1.14.0-1-root-rtems/opt/rtems-4.7/man
infodir=/home/rtems/tmp/rtems-4.7-sparc-rtems4.7-gcc-newlib-gcc4.1.0newlib1.14.0-1-root-rtems/opt/rtems-4.7/info
install
Any ideas what slight bug there is in libssp's Makefile.am?
Thanks.
--joel