ApolloTeam-dev/ApolloOS

mkapollo: Errors resulting from Dependency installlation.

Closed this issue · 1 comments

mkapollo.sh complains about packages that can't be installed. But I either don't really require them or they have a different name on this distribution. I think it isn't really necessary to include dependency installation. This is per distribution and only needs to be done once. There isn't an ongoing benefit to having this in a script.

$ ./mkapollo.sh wipe
cat: version: No such file or directory
fatal: No such remote '## SAGAImprovements'
Making ApolloOS: wipe --branch=SAGAImprovements -c0 -d0 -f0 -g0 --jobs=24 -v1 -p --work=apollo-os --conf="" --make="" --cpu=68040 --fpu=68881 --opt=s
Configuration:   --target=amiga-m68k --with-optimization=-Os --with-aros-prefs=classic --with-resolution=640x256x4 --with-cpu=68040 --with-fpu=68881 --disable-mmu --with-portssources=/home/rony/git/ApolloOS_SAGAImprovements/apollo-os/prt
Make options:    -j24
Work directory:  apollo-os
Starting in:     3...2...1...Go!
dpkg-query: no packages found matching liblzo2-dev
dpkg-query: no packages found matching libxxf86vm-dev
dpkg-query: no packages found matching libsdl1.2-dev
dpkg-query: no packages found matching byacc
dpkg-query: no packages found matching libxcursor-dev
>>> You are missing required packages to build ApolloOS!  Attempting to install...
apt
Usage: apt command [options]
       apt help command [options]

Commands:
  add-repository   - Add entries to apt sources.list
  autoclean        - Erase old downloaded archive files
  autoremove       - Remove automatically all unused packages
  build            - Build binary or source packages from sources
  build-dep        - Configure build-dependencies for source packages
  changelog        - View a package's changelog
  check            - Verify that there are no broken dependencies
.
.
.
.
.

Should be fixed now