index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-11 22:10:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-11 22:10:40 +0100 |
commit | 9c18afe15a8138ed7e85fdd0ce84db505e234467 (patch) | |
tree | 13b03a4c05eddbdf840f66aa998f4bf9f01f1323 /TODOS | |
parent | 7f260b6ff477f6531210cda3fe2409447021e931 (diff) |
-rw-r--r-- | TODOS | 6 |
@@ -31,8 +31,10 @@ - pacman problem: ca-certificates-utils-shim-20170307-1-any definityely contains the /etc/ssl/certs/ and the ca-certificates.crt, but it doens't get installed?! - make: recursive tarkets like all-recursive don't work, neither with cross-compiled - make nor with the recompiled make on the stage1 system. No clue why?! -- some packages get build more than onces (linux-api-headers, pacman-mirrorlist) + make nor with the recompiled make on the stage1 system. + => rebuilding bash on the target works, but it's a workaround: + https://unix.stackexchange.com/questions/389022/make-unable-to-recurse-for-autoconf-like-projects/423448#423448 +- some packages get build more than once in stage1 (linux-api-headers, pacman-mirrorlist) - make a wrapper for sed in DESCR, which is actually able to detect whether the patch was successful or not. Avoid hard to detect errors, when the upstream PKGBUILD(s) change. |