summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 16:05:32 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 16:05:32 +0100
commit02a07b1846dd61be1df300f345143e5462caa7ae (patch)
tree0988ef467bbf604e824e8456186b6ed1dee64611 /TODOS
parentc0d44acb92b16f7ead37642086e903540a148153 (diff)
downloadbootstrap32-02a07b1846dd61be1df300f345143e5462caa7ae.tar.xz
building up to libarchive
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODOS b/TODOS
index c770bd4..5b993f8 100644
--- a/TODOS
+++ b/TODOS
@@ -1,3 +1,7 @@
+design bugs:
+- we build now on VMs or real hardware via SSH, we should also try to
+ build with chroots and bin_fmt (thanks to oaken-source mentioning it)
+
general bugs:
- how to clean up sysroot nicely without having to rebuild the cross-compiler?
@@ -66,3 +70,7 @@ stage2 issues:
=> we cannot install via the [temp] repo
=> on the long term, debug pacman and libalpm and see what could be the root cause
- our expectiation is makepkg -o -e would do the trick, but it doesn't
+- cracklib and other packages: something is broken in zlib and thwe way libtool is used there:
+ strip: /usr/lib/libz.so.1: no version information available (required by /usr/lib/libbfd-2.29.1.so)
+ => this is because some tools are built with other versions (toolchain vs. chroot)
+ => so we must not install zlib before we rebuild binutils