neurodocker icon indicating copy to clipboard operation
neurodocker copied to clipboard

Libxp6 pre-depends on multiarch-support

Open N-Accumbens opened this issue 4 years ago • 5 comments

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

N-Accumbens avatar May 24 '21 00:05 N-Accumbens

I'm having the same issue.

zndr27 avatar Jun 21 '21 20:06 zndr27

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

Brainarea avatar Sep 02 '21 17:09 Brainarea

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Sep 14 '23 01:09 github-actions[bot]

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?

stebo85 avatar Sep 17 '23 23:09 stebo85

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Nov 18 '23 01:11 github-actions[bot]