Skip to content

Commit

Permalink
sqlite3:i386 problem fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pfichtner committed Dec 20, 2022
1 parent 8479d5a commit 85e3959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion prerequisites/ubuntu:20.04-prerequisites-packages.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pv cpio rsync kmod execstack imagemagick inkscape graphicsmagick subversion git bc unar wget sudo gcc g++ binutils autoconf automake autopoint libtool-bin make bzip2 libncurses5-dev libreadline-dev zlib1g-dev flex bison patch texinfo tofrodos gettext pkg-config ecj fastjar perl libstring-crc32-perl ruby gawk python libusb-dev unzip intltool libacl1-dev libcap-dev libc6-dev-i386 lib32ncurses5-dev gcc-multilib bsdmainutils lib32stdc++6 libglib2.0-dev ccache cmake lib32z1-dev libsqlite3-dev sqlite3 libzstd-dev netcat curl uuid-dev libssl-dev libgnutls28-dev
libzstd-dev:i386 sqlite3:i386
libzstd-dev sqlite3
2 changes: 2 additions & 0 deletions scripts/generate-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ writePackageFile() {
sed 's/^sudo //g' | \
# only accept lines starting with pattern A or pattern B (and cut the matching pattern), yes, this is ubuntu specific at the moment
sed -n -E 's/^apt-get -y install |^apt -y install //p' | \
# if there are packages named foo:i386 or bar:i386 ignore the "i386"
sed 's/:i386//g' | \
# collapse multiple whitespaces
tr -s '[:blank:]' >"$TARGET_FILE"
}
Expand Down

0 comments on commit 85e3959

Please sign in to comment.