Hi. I was wondering if someone here can provide some guidance on how I can rebuild modules on CentOS (locally)?
I found the instructions here
https://docs.fedoraproject.org/en-US/modularity/making-modules/building-modu...
But I'm not sure it applies directly on CentOS. For example I can locate 'module-build-service'.
Any help or advice appreciated. Tane.
On 17/03/2020 17:32, Tane Adam wrote:
Hi. I was wondering if someone here can provide some guidance on how I can rebuild modules on CentOS (locally)?
I found the instructions here
https://docs.fedoraproject.org/en-US/modularity/making-modules/building-modu...
But I'm not sure it applies directly on CentOS. For example I can locate 'module-build-service'.
Any help or advice appreciated. Tane.
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
I'll vote this up! That would be definitely a very! good thing to have a good manual on "how to build Centos modules manually".
On Tue, 17 Mar 2020 at 13:33, Tane Adam tadam@scalecomputing.com wrote:
Hi. I was wondering if someone here can provide some guidance on how I can rebuild modules on CentOS (locally)?
I wish I had a better answer than this, but currently I have no guidance. None of the repositories I use have this package in it and when I tried to get it into EPEL it had a very long dependency chain with some packages that needed maintainers able to support it in EPEL. At the moment, I think that it is going to take a lot of work in a copr to build out all the packages needed.
I found the instructions here
https://docs.fedoraproject.org/en-US/modularity/making-modules/building-modu...
But I'm not sure it applies directly on CentOS. For example I can locate 'module-build-service'.
Any help or advice appreciated. Tane. _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
Am 27.04.20 um 14:12 schrieb Stephen John Smoogen:
On Tue, 17 Mar 2020 at 13:33, Tane Adam <tadam@scalecomputing.com mailto:tadam@scalecomputing.com> wrote:
Hi. I was wondering if someone here can provide some guidance on how I can rebuild modules on CentOS (locally)?
I wish I had a better answer than this, but currently I have no guidance. None of the repositories I use have this package in it and when I tried to get it into EPEL it had a very long dependency chain with some packages that needed maintainers able to support it in EPEL. At the moment, I think that it is going to take a lot of work in a copr to build out all the packages needed.
Is module-build-service needed inside or outside of a mock environment?
-- Leon
On Mon, 27 Apr 2020 at 09:02, Leon Fauster via CentOS-devel < centos-devel@centos.org> wrote:
Am 27.04.20 um 14:12 schrieb Stephen John Smoogen:
On Tue, 17 Mar 2020 at 13:33, Tane Adam <tadam@scalecomputing.com mailto:tadam@scalecomputing.com> wrote:
Hi. I was wondering if someone here can provide some guidance on how I can rebuild modules on CentOS (locally)?
I wish I had a better answer than this, but currently I have no guidance. None of the repositories I use have this package in it and when I tried to get it into EPEL it had a very long dependency chain with some packages that needed maintainers able to support it in EPEL. At the moment, I think that it is going to take a lot of work in a copr to build out all the packages needed.
Is module-build-service needed inside or outside of a mock environment?
It runs outside of the mock environment. You rebuild a module as a set of packages and this service is meant to the heavy lifting of various mock running, sending appropriate definitions to the mocks so they know what to pull etc etc.
-- Leon
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On 27/04/2020 13:12, Stephen John Smoogen wrote:
I wish I had a better answer than this, but currently I have no guidance. None of the repositories I use have this package in it and when I tried to get it into EPEL it had a very long dependency chain with some packages that needed maintainers able to support it in EPEL. At the moment, I think that it is going to take a lot of work in a copr to build out all the packages needed.
But is the problem only "module-build-service" really? Is the infrastructure set & ready? Trying to clone anything with "fedpkg" fails at start. Or Centos has a different set of tools and processes?
many thanks, L.