diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | TODOS | 2 | ||||
-rwxr-xr-x | build_stage4.sh | 3 |
3 files changed, 8 insertions, 1 deletions
@@ -264,6 +264,10 @@ su cross ./prepare_stage4_repo.sh ./build_stage4.sh +# Some software doesn't build +# - nss: but we need it only to produce a mozilla-certificates-ca, so +# can also take the one from the host +# # Some testing is impossible to do in stage4: # - some python modules are virtually untestable due to excessive dependencies # e.g, python-packaging @@ -93,3 +93,5 @@ stage 3 issues: - python-pip-bootstrap for starting with setuptools and pip and wheel, they conflict with the vanilla packages, so we have to force to overwrite the shimmed files. +stage 4 issues: +- nss and generation of ca-certificates-mozilla diff --git a/build_stage4.sh b/build_stage4.sh index 0bcfab7..35ca2ea 100755 --- a/build_stage4.sh +++ b/build_stage4.sh @@ -70,7 +70,8 @@ python-pip python-pyparsing python-packaging python-appdirs python-six python-setuptools meson systemd dbus libusb usbutils -libical alsa-lib bluez libpcap libnftnl iptables iproute2 util-linux +libical alsa-lib bluez libnl +libpcap libnftnl iptables iproute2 util-linux procps-ng pcmciautils openresolv netctl dhcpcd desktop-file-utils glib2 pkg-config jfsutils reiserfsprogs xfsprogs sysfsutils |