summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 11:56:45 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 11:56:45 +0100
commitc0d44acb92b16f7ead37642086e903540a148153 (patch)
tree757409742cb821b85392669522a9315794ae767d /TODOS
parent19862e96e73efe49975c194b71e2eb45f9db7a26 (diff)
downloadbootstrap32-c0d44acb92b16f7ead37642086e903540a148153.tar.xz
added git to stage2
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODOS b/TODOS
index 8c69d20..c770bd4 100644
--- a/TODOS
+++ b/TODOS
@@ -64,10 +64,5 @@ 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
-
+ => 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