zssfred / cderpm

RPM spec file, patches, and scripts to package up the Common Desktop Environment
GNU Lesser General Public License v2.1
40 stars 13 forks source link

Fedora 29 #11

Open gondarlinux opened 5 years ago

gondarlinux commented 5 years ago

Tried to install on Fedora 29. See below:

[root@dl380g8 ~]# dnf install cde Last metadata expiration check: 0:01:41 ago on Tue 13 Nov 2018 09:21:06 AM EST. Error: Problem: conflicting requests

I am not sure how to check what is causing this error.

-- Michael

NicoSoler commented 5 years ago

Hello,

I've had the same issue with the COPR repository (cantarel/cde). The error is: Error: Problema: conflicting requests

Maybe the spec file is wrong?

gondarlinux commented 5 years ago

dtksh is part of CDE. When it's built, that's one of the binaries. I looked at the spec file and it is not a requirement, so I am not sure what is throwing the error.

Lalufu commented 5 years ago

The requirement comes from shell scripts in /usr/dt/ that ship in the RPM, during the RPM build process those are scanned, and the binaries required to run them added to the dependencies.

The issue is that dtksh does not build cleanly on F29, and thus the binary isn't included in the RPM.

gondarlinux commented 5 years ago

That makes sense.