Scratchbox SDK logo
Scratchbox > Download > Rootstrap 0.9.8

Rootsrap 0.9.8

1. Installation

  • Copy rootstrap package to '/scratchbox/packages' directory.

  • Install rootstrap with 'sbox-config -er <rootstrap_name>' command.

For more detailed information about installing rootstrap see Installing Scratchbox document.

2. Rootstrap 0.9.8.2 release notes

  • i686 toolchain issues are fixed

  • Rootstrap does not contain passwd or group files, they are generated on the fly anyway

3. Rootstrap 0.9.8 release notes

Mini rootstrap is also provided for i386 platform.

4. Known Issues

There are some issues when using scratchbox-toolchain-i686-glibc toolchain and 0.9.8 i386 rootstraps because sb_gcc_wrapper sees that i686 toolchain does not provide i386-linux-* compiler tools. This happens when building some Debian packages (for example GTK+) . To avoid these problems you can do following steps:

  • export CC=gcc

  • export CXX=g++

  • export AR=ar

  • export RANLIB=ranlib

After these GTK+ compilation should work.



Created by MOVIAL and sponsored by NOKIA