First off, thank you very much for that. That is perhaps the best "Here is my environment" anyone has ever sent me.
The problem is that you don't have the epel-next repo anywhere. At the very least you need to have "epel-next-release" in kickstarts/8/base.ks If you wanted the newer kde packages installed during install you need to add the epel-next repo to kickstarts/8/base-repo.ks I believe it should be repo --name=epel-next --mirrorlist= https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar... or possibly just repo --name=epel-next --mirrorlist= https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar...
Hope this helps. Troy
On Wed, Jul 28, 2021 at 3:13 AM Massi aka Ergosum massi.ergosum@gmail.com wrote:
Il giorno mar 27 lug 2021 alle ore 17:24 Troy Dawson tdawson@redhat.com ha scritto:
I've been able to install, and update all of the packages listed here. So, unless you are able to give more details about how your machine is
setup, there isn't much I can help with.
A "fresh install" means an image build using the following kickstarts: [1] [2]. I'm using repos listed here [3].
I'm still investigating, but I suspect I'm not using the latest versions.
Thanks Massimiliano
[1] https://github.com/mbugni/centos-remix [2] https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/l10n/kde-wor... [3] https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/base-repo.ks _______________________________________________ kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
First off, thank you very much for that. That is perhaps the best "Here is my environment" anyone has ever sent me.
The problem is that you don't have the epel-next repo anywhere.
I wasn't aware of epel-next, is it the EPEL for CentOS Stream or what exactly?
Thanks, Simon
At the very least you need to have "epel-next-release" in kickstarts/8/base.ks If you wanted the newer kde packages installed during install you need to add the epel-next repo to kickstarts/8/base-repo.ks I believe it should be repo --name=epel-next --mirrorlist= https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar... or possibly just repo --name=epel-next --mirrorlist= https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar...
Hope this helps. Troy
On Wed, Jul 28, 2021 at 3:13 AM Massi aka Ergosum massi.ergosum@gmail.com wrote:
Il giorno mar 27 lug 2021 alle ore 17:24 Troy Dawson tdawson@redhat.com ha scritto:
I've been able to install, and update all of the packages listed here. So, unless you are able to give more details about how your machine is
setup, there isn't much I can help with.
A "fresh install" means an image build using the following kickstarts: [1] [2]. I'm using repos listed here [3].
I'm still investigating, but I suspect I'm not using the latest versions.
Thanks Massimiliano
[1] https://github.com/mbugni/centos-remix [2] https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/l10n/kde-wor... [3] https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/base-repo.ks _______________________________________________ kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On Wed, Jul 28, 2021 at 9:18 AM Simon Matter simon.matter@invoca.ch wrote:
First off, thank you very much for that. That is perhaps the best "Here is my environment" anyone has ever sent
me.
The problem is that you don't have the epel-next repo anywhere.
I wasn't aware of epel-next, is it the EPEL for CentOS Stream or what exactly?
Yes. It is supposed to be layered on top of the regular epel repository because it doesn't have all the epel packages. epel-next builds off centos-stream instead of RHEL, like regular epel does. It only has those packages that need to be rebuilt in stream due to some library or version update. In this case, qt5 was updated in stream from 5.12 to 5.15, thus all the kde desktop needed to be rebuilt (and we updated kde as well). Once RHEL 8.5 is released, I will rebuild all those packages on normal epel8 and we won't need them in the epel-next repository.
If you are running centos-stream, and do a dnf install epel-release you should automatically get epel-next-release. But it looks like if you are doing a kickstart install, that doesn't work, so it will have to be listed.
https://fedoraproject.org/wiki/EPEL_Next
Thanks,
Simon
At the very least you need to have "epel-next-release" in kickstarts/8/base.ks If you wanted the newer kde packages installed during install you need to add the epel-next repo to kickstarts/8/base-repo.ks I believe it should be repo --name=epel-next --mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar...
or possibly just repo --name=epel-next --mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar...
Hope this helps. Troy
On Wed, Jul 28, 2021 at 3:13 AM Massi aka Ergosum massi.ergosum@gmail.com wrote:
Il giorno mar 27 lug 2021 alle ore 17:24 Troy Dawson tdawson@redhat.com ha scritto:
I've been able to install, and update all of the packages listed here. So, unless you are able to give more details about how your machine is
setup, there isn't much I can help with.
A "fresh install" means an image build using the following kickstarts: [1] [2]. I'm using repos listed here [3].
I'm still investigating, but I suspect I'm not using the latest versions.
Thanks Massimiliano
https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/l10n/kde-wor...
[3]
https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/base-repo.ks
kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives:
https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
Pull request with a fix. https://github.com/mbugni/centos-remix/pull/2
I have tested this, and verified that it works, and that when you do a "dnf update" after, nothing needs to be updated.
Troy
On Wed, Jul 28, 2021 at 8:25 AM Troy Dawson tdawson@redhat.com wrote:
First off, thank you very much for that. That is perhaps the best "Here is my environment" anyone has ever sent me.
The problem is that you don't have the epel-next repo anywhere. At the very least you need to have "epel-next-release" in kickstarts/8/base.ks If you wanted the newer kde packages installed during install you need to add the epel-next repo to kickstarts/8/base-repo.ks I believe it should be repo --name=epel-next --mirrorlist= https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar... or possibly just repo --name=epel-next --mirrorlist= https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&ar...
Hope this helps. Troy
On Wed, Jul 28, 2021 at 3:13 AM Massi aka Ergosum massi.ergosum@gmail.com wrote:
Il giorno mar 27 lug 2021 alle ore 17:24 Troy Dawson tdawson@redhat.com ha scritto:
I've been able to install, and update all of the packages listed here. So, unless you are able to give more details about how your machine is
setup, there isn't much I can help with.
A "fresh install" means an image build using the following kickstarts: [1] [2]. I'm using repos listed here [3].
I'm still investigating, but I suspect I'm not using the latest versions.
Thanks Massimiliano
[1] https://github.com/mbugni/centos-remix [2] https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/l10n/kde-wor... [3] https://github.com/mbugni/centos-remix/blob/master/kickstarts/8/base-repo.ks _______________________________________________ kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure