neurodocker
neurodocker copied to clipboard
Libxp6 pre-depends on multiarch-support
Hello,
I am trying to make a singularity container and it seems the build failed.
Here's the neurodocker command I ran
docker run --rm repronim/neurodocker:master generate singularity \
--base debian:buster \
--pkg-manager=apt \
--freesurfer version=7.1.1 method=binaries --copy /usr/local/freesurfer/license.txt \
/opt/free-surfer-7.1.1 \
--fsl version=6.0.4 method=binaries \
--spm12 version=r7771 method=binaries > singularity.script
Here's the build command I used
VERSION=0.0.1
singularity build ptime_$VERSION.sif singularity.script
Attached is the build.log
The relevant message seems to be at the end
Selecting previously unselected package libxp6:amd64.
dpkg: regarding /tmp/toinstall.deb containing libxp6:amd64, pre-dependency problem:
libxp6 pre-depends on multiarch-support
multiarch-support is not installed.
dpkg: error processing archive /tmp/toinstall.deb (--install):
pre-dependency problem - not installing libxp6:amd64
Errors were encountered while processing:
/tmp/toinstall.deb
FATAL: While performing build: while running engine: exit status 1
I'm having the same issue.
Dont know if you still have that issue but i might have found a workaround, see my post there: https://github.com/ReproNim/neurodocker/issues/419
This issue is stale because it has been open for 30 days with no activity.
I think it's safe to remove multiarch from these recipes because they are not needed anymore - has anyone else tested this and can confirm?
This issue is stale because it has been open for 30 days with no activity.