You are not logged in.

#1 2016-11-25 14:39:01

linux_dream
Member
Registered: 2015-05-17
Posts: 45

Installing dolfin-git

Hello people,
I'm trying to install dolfin-git (https://aur.archlinux.org/packages/dolfin-git/) but hdf5-openmpi conflicts with hdf5 that's installed on my system. And removing the latter would break several packages including ffmpeg.
Is there a way I could fix this conflict while still installing dolfin-git?

Last edited by linux_dream (2016-11-25 14:39:35)

Offline

#2 2016-11-25 18:29:27

mis
Member
Registered: 2016-03-16
Posts: 234

Re: Installing dolfin-git

hdf5-openmpi has provides=('hdf5') in it's PKGBUILD, see https://git.archlinux.org/svntogit/pack … f5-openmpi

Doesn't pacman ask you to replace hdf5 with hdf5-openmpi if you try to install the latter?

Offline

#3 2016-11-25 21:42:44

linux_dream
Member
Registered: 2015-05-17
Posts: 45

Re: Installing dolfin-git

mis wrote:

hdf5-openmpi has provides=('hdf5') in it's PKGBUILD, see https://git.archlinux.org/svntogit/pack … f5-openmpi

Doesn't pacman ask you to replace hdf5 with hdf5-openmpi if you try to install the latter?

I don't know. I decided to let pacman delete hdf5 and install hdf5-openmpi instead.
Now I could go further into the installation of dolfin-git, but it gets stuck at building fcc-git :

==> Starting prepare()...
patching file setup.py
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 47.
Hunk #3 FAILED at 292.
Hunk #4 FAILED at 305.
4 out of 4 hunks FAILED -- saving rejects to file setup.py.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

Offline

#4 2016-11-26 02:03:29

mis
Member
Registered: 2016-03-16
Posts: 234

Re: Installing dolfin-git

dolfin-git uses always the latest source files that are available. I strongly guess applying the patch fails because there were some changes in the source files since the patch was created.

Offline

Board footer

Powered by FluxBB