Replicant60BuildDependenciesInstallation » History » Version 63
Denis 'GNUtoo' Carikli, 05/21/2019 01:04 PM
Make tweaks a separate section
| 1 | 43 | Paul Kocialkowski | h1. Build dependencies installation |
|---|---|---|---|
| 2 | 6 | Paul Kocialkowski | |
| 3 | 40 | Paul Kocialkowski | *Replicant can only be built on 64 bit x86 architectures, building on 32 bit x86 systems is no longer supported.* |
| 4 | However, some prebuilt tools are still 32 bit x86 executables and some host tools are generated as 32 bit x86 executables. |
||
| 5 | 19 | Paul Kocialkowski | |
| 6 | 58 | Wolfgang Wiedmeyer | It is recommended to have at least 4GB of RAM available. |
| 7 | |||
| 8 | 54 | Wolfgang Wiedmeyer | h2. Replicant 6.0 |
| 9 | 19 | Paul Kocialkowski | |
| 10 | 54 | Wolfgang Wiedmeyer | h3. Debian-based systems |
| 11 | 1 | Paul Kocialkowski | |
| 12 | 54 | Wolfgang Wiedmeyer | *Debian 9* |
| 13 | |||
| 14 | 49 | Paul Kocialkowski | Packages installation: |
| 15 | 1 | Paul Kocialkowski | |
| 16 | <pre> |
||
| 17 | 54 | Wolfgang Wiedmeyer | dpkg --add-architecture i386 ; apt-get update |
| 18 | apt-get build-dep gcc binutils llvm-defaults |
||
| 19 | 61 | Fil Bergamo | apt-get install gcc-arm-none-eabi cmake python-dev swig ant bc proguard maven-debian-helper libemma-java libasm4-java libguava-java libnb-platform18-java libnb-org-openide-util-java libandroidsdk-ddmlib-java libmaven-source-plugin-java libfreemarker-java libmaven-javadoc-plugin-java ca-cacert curl gawk libgmp3-dev libmpfr-dev libmpc-dev git-core gperf libncurses-dev squashfs-tools pngcrush zip zlib1g-dev lzma libc6-dev-i386 g++-multilib lib32z1-dev lib32readline-dev lib32ncurses5-dev zlib1g-dev:i386 xsltproc python-mako schedtool gradle dirmngr libandroidsdk-sdklib-java eclipse-jdt libgradle-android-plugin-java android-sdk-build-tools android-sdk-platform-23 aapt lzop rsync |
| 20 | 1 | Paul Kocialkowski | </pre> |
| 21 | 55 | Wolfgang Wiedmeyer | |
| 22 | The @repo@ tool for downloading the Replicant source code "is available in the contrib repository":https://packages.debian.org/stretch/repo (see "bug #855846":https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23855846 for the reasons why it was moved to contrib). |
||
| 23 | 54 | Wolfgang Wiedmeyer | |
| 24 | 59 | Denis 'GNUtoo' Carikli | h3. Tips to make it build: |
| 25 | |||
| 26 | * #1847 |
||
| 27 | 60 | Denis 'GNUtoo' Carikli | * #1848 |
| 28 | 59 | Denis 'GNUtoo' Carikli | |
| 29 | 54 | Wolfgang Wiedmeyer | h2. Replicant 4.2 |
| 30 | |||
| 31 | h3. Debian-based systems |
||
| 32 | |||
| 33 | *Trisquel 7.0* |
||
| 34 | |||
| 35 | Packages installation: |
||
| 36 | |||
| 37 | <pre> |
||
| 38 | 62 | Denis 'GNUtoo' Carikli | apt-get install git gnupg flex bison gperf build-essential zip curl openjdk-7-jre openjdk-7-jdk libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils libxml2-dev xsltproc zlib1g-dev:i386 repo |
| 39 | 1 | Paul Kocialkowski | </pre> |
| 40 | 40 | Paul Kocialkowski | |
| 41 | 54 | Wolfgang Wiedmeyer | *Debian 8* |
| 42 | 49 | Paul Kocialkowski | |
| 43 | 1 | Paul Kocialkowski | Packages installation: |
| 44 | 52 | Wolfgang Wiedmeyer | |
| 45 | 40 | Paul Kocialkowski | <pre> |
| 46 | 1 | Paul Kocialkowski | dpkg --add-architecture i386 ; apt-get update |
| 47 | 62 | Denis 'GNUtoo' Carikli | apt-get install bison flex git-core gperf libncurses-dev build-essential curl squashfs-tools openjdk-7-jre openjdk-7-jdk pngcrush wget zip zlib1g-dev lzma libxml2-utils libxml2-dev libc6-dev-i386 g++-multilib lib32z1-dev lib32readline-gplv2-dev lib32ncurses5-dev zlib1g-dev:i386 xsltproc |
| 48 | 1 | Paul Kocialkowski | </pre> |
| 49 | |||
| 50 | 63 | Denis 'GNUtoo' Carikli | h3. Tweaks |
| 51 | 1 | Paul Kocialkowski | |
| 52 | 63 | Denis 'GNUtoo' Carikli | h4. libxml2.so |
| 53 | |||
| 54 | If you have the following error: |
||
| 55 | <pre> |
||
| 56 | $ ./vendor/replicant/build-toolchain |
||
| 57 | [...] |
||
| 58 | -- Clang version: 3.7.0 |
||
| 59 | -- Configuring done |
||
| 60 | -- Generating done |
||
| 61 | -- Build files have been written to: /home/replicant/replicant-6.0/toolchain/clang |
||
| 62 | + nproc |
||
| 63 | + echo 1 |
||
| 64 | + make -j 1 |
||
| 65 | [...] |
||
| 66 | [ 98%] Built target libclang |
||
| 67 | make[2]: *** No rule to make target '/usr/lib64/libxml2.so', needed by 'bin/c-index-test'. Stop. |
||
| 68 | CMakeFiles/Makefile2:13807: recipe for target 'tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/all' failed |
||
| 69 | make[1]: *** [tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/all] Error 2 |
||
| 70 | Makefile:149: recipe for target 'all' failed |
||
| 71 | make: *** [all] Error 2 |
||
| 72 | </pre> |
||
| 73 | make sure that you have libxml2-dev installed |
||
| 74 | |||
| 75 | h4. missing lib32readline5-dev |
||
| 76 | |||
| 77 | If the packages manager complains about @lib32readline5-dev@ being missing, it has to be replaced with @lib32readline-gplv2-dev@ in the command line. |
||
| 78 | |||
| 79 | h.4 missing /usr/lib/zconf.h header |
||
| 80 | |||
| 81 | If the @/usr/lib/zconf.h@ header is missing, a symlink has to be created: |
||
| 82 | 21 | Paul Kocialkowski | <pre> |
| 83 | 49 | Paul Kocialkowski | ln -s /usr/include/x86_64-linux-gnu/zconf.h /usr/lib/zconf.h |
| 84 | 19 | Paul Kocialkowski | </pre> |
| 85 | * If errors messages about incompatible library versions are shown, some symlinks have to be created. For instance: |
||
| 86 | 1 | Paul Kocialkowski | <pre> |
| 87 | sudo ln -s /usr/lib32/libstdc++.so.6.0.14 /usr/lib32/libstdc++.so |
||
| 88 | 26 | Denis 'GNUtoo' Carikli | sudo ln -s /usr/lib32/libz.so.1.2.3.4 /usr/lib32/libz.so |
| 89 | 1 | Paul Kocialkowski | </pre> |
| 90 | |||
| 91 | 54 | Wolfgang Wiedmeyer | h3. Arch Linux-based systems |
| 92 | 26 | Denis 'GNUtoo' Carikli | |
| 93 | 54 | Wolfgang Wiedmeyer | *Parabola* |
| 94 | 26 | Denis 'GNUtoo' Carikli | |
| 95 | 47 | Paul Kocialkowski | Base packages (from the Parabola repositories) installation: |
| 96 | 7 | Denis 'GNUtoo' Carikli | <pre> |
| 97 | 57 | Wolfgang Wiedmeyer | pacman -S --needed core/bison core/flex core/make core/ncurses core/xz core/zlib extra/bc extra/git extra/gperf extra/gperftools libre/jdk7-openjdk extra/openjdk7-src libre/jre7-openjdk extra/wget extra/zip community/squashfs-tools community/pngcrush libre/unzip community/repo |
| 98 | 1 | Paul Kocialkowski | </pre> |
| 99 | 47 | Paul Kocialkowski | |
| 100 | Some additional repositories are required to retrieve some of the build dependencies. |
||
| 101 | |||
| 102 | 28 | Denis 'GNUtoo' Carikli | To enable those repositories, the following should be added to @/etc/pacman.conf@: |
| 103 | <pre> |
||
| 104 | [libre-multilib] |
||
| 105 | 39 | Paul Kocialkowski | Include = /etc/pacman.d/mirrorlist |
| 106 | 29 | Denis 'GNUtoo' Carikli | |
| 107 | 1 | Paul Kocialkowski | [multilib] |
| 108 | 39 | Paul Kocialkowski | Include = /etc/pacman.d/mirrorlist |
| 109 | 26 | Denis 'GNUtoo' Carikli | </pre> |
| 110 | 47 | Paul Kocialkowski | |
| 111 | 1 | Paul Kocialkowski | For these changes to take effect, the packages database should be updated: |
| 112 | <pre> |
||
| 113 | 47 | Paul Kocialkowski | pacman -Syu |
| 114 | 1 | Paul Kocialkowski | </pre> |
| 115 | 47 | Paul Kocialkowski | |
| 116 | Additional packages installation: |
||
| 117 | <pre> |
||
| 118 | 53 | Denis 'GNUtoo' Carikli | pacman -S --needed multilib/lib32-glibc multilib/gcc-multilib multilib/lib32-readline multilib/lib32-ncurses multilib/lib32-zlib |
| 119 | 40 | Paul Kocialkowski | </pre> |
| 120 | |||
| 121 | 54 | Wolfgang Wiedmeyer | *Tweaks* |
| 122 | 40 | Paul Kocialkowski | |
| 123 | 48 | Paul Kocialkowski | * repo may complain about experimental python 3 support: python 2 has to be set as default instead: |
| 124 | 40 | Paul Kocialkowski | <pre> |
| 125 | ln -s /usr/bin/python2 /usr/local/bin/python |
||
| 126 | 1 | Paul Kocialkowski | </pre> |