diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-22 21:41:36 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-22 21:41:36 +0100 |
commit | 19862e96e73efe49975c194b71e2eb45f9db7a26 (patch) | |
tree | a9b4316f662e0fb1b0a3b2176731a26787f696fb /TODOS | |
parent | c0d2fbfd31227e114abbd2440a7ac99ee606f1e9 (diff) | |
download | bootstrap32-19862e96e73efe49975c194b71e2eb45f9db7a26.tar.xz |
building stage2 up to zlib (with zlib still being broken because of missing git-version of libtool)
Diffstat (limited to 'TODOS')
-rw-r--r-- | TODOS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -35,7 +35,9 @@ general bugs: upstream PKGBUILD(s) change. - stage 1 and stage 2 scripts have things in common which should probably be dealt with not by copy pasting code - +- maybe we should not simply overwrite packages with the same version numbers, + have something like build/stage numbers as in Archlinux32. + stage1 issues: - stage1: cdrom installs keyrings without having a gpg binary - 32 MB is not enough when installing packages => add a swap as first action! @@ -62,4 +64,10 @@ stage2 issues: error: could not register 'temp' database (wrong or NULL argument passed) error: no usable package repositories configured. => we cannot install via the [temp] repo +- copying every single file is not a really smart idea: + do not copy expanded sources in 'src' from host to target + (our expectiation is makepkg -o -e would do the trick, but it doesn't) +- git sources are a problem. we must package 'src' on the host and scp + it to a named package-git.tar.gz, then patch PKGBUILD to make it use + this local file instead of trying to checkout from git |