-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unmet dependencies #16
Comments
I think that is because of the M1 being an ARM CPU. As I understand, Docker Desktop on Apple Silicon pulls arm64 images by default, if available. from to and then try to install FMS 19.4. For version 19.6, there is a new Dockerfile with some changes to the dependencies published by Claris. Also, I am not sure if the installation with Ubuntu:20.04 works at all - see the discussion from last week: |
Thanks for the hint! please refer to log below: Starting install inside fmsinstall container timezone from host: Europe/Berlin Reading package lists... Done -- default fmsadmin settings... |
Quick try: I switched the Docker Desktop filesystem from virtioFS back to gRPC FUSE and a 19.4 installation in Ubuntu 18 went through with no errors. Would you care to try that on your end? I am assuming your setting is on virtioFS as well, is it though? |
Thanks for feedback. No luck so far... Docker setting are still on gRPC FUSE. Same error persists: "Error: 10502 (Host unreachable)". Perhaps something wrong with the network settings? I give up for now. Will have another try when setup for 19.6 is officially ready. |
I think i had that too before cleaning up everything. Did you see that I pushed an update yesterday? |
Thanks for the update! Tried again from scratch. But error persists. Do I need to install a proper SSL certificate perhaps? |
No, should not be necessary. Do you still have these 2 errors?
I don't think I had them. |
Just had another try with a fresh install, but still no luck.
|
Just tried to do a fresh install with the latest script version from this repo:
Perhaps error log is helpful for any improvements?
see below
Environment:
MacBook Pro (16", 2021) Chip Apple M1 Max
macOS Monterey Version 12.6.1
docker desktop Version 4.15.0 (93002)
Starting install inside fmsinstall container
timezone from host: Europe/Berlin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'filemaker-server:amd64' instead of '/root/build/filemaker-server-19.6.2.201-amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
filemaker-server:amd64 : Depends: apache2-bin:amd64 but it is not installable
Depends: nginx:amd64 but it is not installable
Depends: logrotate:amd64 but it is not installable
Depends: firewalld:amd64 but it is not installable
Depends: odbcinst1debian2:amd64 but it is not installable
Depends: openjdk-11-jre:amd64 but it is not installable
Depends: policycoreutils:amd64 but it is not installable
Depends: sysstat:amd64 but it is not installable
Depends: zlib1g:amd64 but it is not installable
Depends: libaio1:amd64 but it is not installable
Depends: libantlr3c-3.4-0:amd64 but it is not installable
Depends: libavahi-client3:amd64 but it is not installable
Depends: libboost-chrono1.71.0:amd64 but it is not installable
Depends: libboost-system1.71.0:amd64 but it is not installable
Depends: libboost-thread1.71.0:amd64 but it is not installable
Depends: libbz2-1.0:amd64 but it is not installable
Depends: libc++1-12:amd64 but it is not installable
Depends: libcurl4:amd64 but it is not installable
Depends: libdjvulibre21:amd64 but it is not installable
Depends: libetpan20:amd64 but it is not installable
Depends: libevent-2.1-7:amd64 but it is not installable
Depends: libexpat1:amd64 but it is not installable
Depends: libfontconfig1:amd64 but it is not installable
Depends: libfreetype6:amd64 but it is not installable
Depends: libgomp1:amd64 but it is not installable
Depends: libheif1:amd64 but it is not installable
Depends: libicu66:amd64 but it is not installable
Depends: libilmbase24:amd64 but it is not installable
Depends: libjpeg-turbo8:amd64 but it is not installable
Depends: liblqr-1-0:amd64 but it is not installable
Depends: liblzma5:amd64 but it is not installable
Depends: libodbc1:amd64 but it is not installable
Depends: libomp5-12:amd64 but it is not installable
Depends: libopenexr24:amd64 but it is not installable
Depends: libpam0g:amd64 but it is not installable
Depends: libpng16-16:amd64 but it is not installable
Depends: libsasl2-2:amd64 but it is not installable
Depends: libtiff5:amd64 but it is not installable
Depends: libuuid1:amd64 but it is not installable
Depends: libvpx6:amd64 but it is not installable
Depends: libwebpdemux2:amd64 but it is not installable
Depends: libwebpmux3:amd64 but it is not installable
Depends: libxml2:amd64 but it is not installable
Depends: libxpm4:amd64 but it is not installable
Depends: libxslt1.1:amd64 but it is not installable
Depends: libcurl3-gnutls:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
error while installing filemaker server
build not successful
stopping & removing build container ...
fmsinstall
fmsinstall
Starting install inside fmsinstall container
timezone from host: Europe/Berlin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'filemaker-server:amd64' instead of '/root/build/filemaker-server_19.4.2.204_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
filemaker-server:amd64 : Depends: sysstat:amd64 but it is not installable
Depends: libaio1:amd64 but it is not installable
Depends: libicu60:amd64 but it is not installable
Depends: libuuid1:amd64 but it is not installable
Depends: libevent-2.1-6:amd64 but it is not installable
Depends: zlib1g:amd64 but it is not installable
Depends: libsasl2-2:amd64 but it is not installable
Depends: libfontconfig1:amd64 but it is not installable
Depends: libgomp1:amd64 but it is not installable
Depends: libcurl4:amd64 but it is not installable
Depends: firewalld:amd64 but it is not installable
Depends: apache2-bin:amd64 but it is not installable
Depends: libavahi-client3:amd64 but it is not installable
Depends: libvpx5:amd64 but it is not installable
Depends: libxpm4:amd64 but it is not installable
Depends: libxslt1.1:amd64 but it is not installable
Depends: openjdk-11-jre:amd64 but it is not installable
Depends: libodbc1:amd64 but it is not installable
Depends: odbcinst1debian2:amd64 but it is not installable
Depends: policycoreutils:amd64 but it is not installable
Depends: libbz2-1.0:amd64 but it is not installable
Depends: libfreetype6:amd64 but it is not installable
Depends: libtiff5:amd64 but it is not installable
Depends: libpng16-16:amd64 but it is not installable
Depends: libjpeg-turbo8:amd64 but it is not installable
Depends: liblzma5:amd64 but it is not installable
Depends: libwebpmux3:amd64 but it is not installable
Depends: libwebpdemux2:amd64 but it is not installable
Depends: libexpat1:amd64 but it is not installable
Depends: libxml2:amd64 but it is not installable
Depends: liblqr-1-0:amd64 but it is not installable
Depends: libdjvulibre21:amd64 but it is not installable
Depends: libopenexr22:amd64 but it is not installable
Depends: libilmbase12:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
error while installing filemaker server
build not successful
stopping & removing build container ...
fmsinstall
fmsinstall
The text was updated successfully, but these errors were encountered: