Hi,
-----Original message-----
Hi all,
Latest (at this time) kernel for Centos 8 is kernel-4.18.0-80.11.2.el8_0. I am unable to find the .src.rpm for this kernel anywhere in Centos repositories.
I looked in: http://vault.centos.org/centos/8/BaseOS/Source/SPackages/ http://mirror.nsc.liu.se/centos-store/centos/8/BaseOS/Source/SPackages/
Source package link on centos.pgks.org is also dead: https://centos.pkgs.org/8/centos-baseos-x86_64/kernel-4.18.0-80.11.2.el8_0.x...
Where can I find the src.rpm for this kernel?
Source packages are available on http://vault.centos.org
Best, Patrick
Hi all,
Latest (at this time) kernel for Centos 8 is kernel-4.18.0-80.11.2.el8_0. I am unable to find the .src.rpm for this kernel anywhere in Centos repositories.
I looked in: http://vault.centos.org/centos/8/BaseOS/Source/SPackages/ http://mirror.nsc.liu.se/centos-store/centos/8/BaseOS/Source/SPackages/
Source package link on centos.pgks.org is also dead: https://centos.pkgs.org/8/centos-baseos-x86_64/kernel-4.18.0-80.11.2.el8_0.x...
Where can I find the src.rpm for this kernel?
Source packages are available on http://vault.centos.org
Thank you, I am aware of the general location. As I said, I already looked there and it seems the package in question simply does not exist:
1) Directory listing [1] shows that kernel-4.18.0-80.11.2.el8_0.src.rpm [2] does not exist. In fact, the BaseOS/Source/SPackages contains only two src.rpms of the currently seven kernel-4.18.* rpms available in the Packages.
[1]: http://vault.centos.org/8.0.1905/BaseOS/Source/SPackages/ [2]: http://vault.centos.org/8.0.1905/BaseOS/Source/SPackages/kernel-4.18.0-80.11...
2) dnf download --source fails: $dnf download --source kernel-0:4.18.0-80.11.2.el8_0 enabling AppStream-source repository enabling BaseOS-source repository enabling extras-source repository Last metadata expiration check: 0:01:39 ago on Wed 20 Nov 2019 10:30:00 AM UTC. No package kernel-4.18.0-80.11.2.el8_0.src available.
Same works for a kernel-4.18.0-80.7.1.el8_0 (one of the two kernel src.rpms that do exist in SPackages).
Regards, Antal
Antal Nemeš wrote on Wed, Nov 20, 2019 at 11:43:45AM +0100:
Thank you, I am aware of the general location. As I said, I already looked there and it seems the package in question simply does not exist:
Directory listing [1] shows that kernel-4.18.0-80.11.2.el8_0.src.rpm [2] does not exist. In fact, the BaseOS/Source/SPackages contains only two src.rpms of the currently seven kernel-4.18.* rpms available in the Packages.
dnf download --source fails:
$dnf download --source kernel-0:4.18.0-80.11.2.el8_0 enabling AppStream-source repository enabling BaseOS-source repository enabling extras-source repository Last metadata expiration check: 0:01:39 ago on Wed 20 Nov 2019 10:30:00 AM UTC. No package kernel-4.18.0-80.11.2.el8_0.src available.
Same works for a kernel-4.18.0-80.7.1.el8_0 (one of the two kernel src.rpms that do exist in SPackages).
I noticed the same problem; we were also missing the kernel-debuginfo package e.g. kernel-debuginfo-4.18.0-80.11.2.el8_0.x86_64.rpm ; this is quite annoying.
Generally there are two places to find source rpms if they're missing on vault: - git.centos.org, e.g. for kernel on centos8 https://git.centos.org/rpms/kernel/commits/c8 You'd need to check this out and rebuild from spec
- koji build lets you download artefacts including the src.rpm (and in my case, the -debuginfo package) https://koji.mbox.centos.org/koji/buildinfo?buildID=4562
Hope this helps,
I noticed the same problem; we were also missing the kernel-debuginfo package e.g. kernel-debuginfo-4.18.0-80.11.2.el8_0.x86_64.rpm ; this is quite annoying.
Good input. I guess I'll cross-reference the rest of the packages and open a bug.
Generally there are two places to find source rpms if they're missing on vault:
- git.centos.org, e.g. for kernel on centos8
https://git.centos.org/rpms/kernel/commits/c8 You'd need to check this out and rebuild from spec
Thanks for the tip.
Are "src.rpm missing on vault" a common problem? I don't recall having these issues with Centos 7. I have a CI system that builds non-standard kernel modules, which relies on src.rpms being available through standard source repositories. Right now, it's easier for me to stay on kernel-4.18.0-80.7.1.el8_0 which has a src.rpm, assuming this gets sorted out eventually.
- koji build lets you download artefacts including the src.rpm (and in my case, the -debuginfo package)
Download link for src.rpm (and others) in Koji returns 403 (Request forbidden by administrative rules). [1] https://koji.mbox.centos.org/pkgs/packages/kernel/4.18.0/80.11.2.el8_0/src/k...
I don't see any login or signup option on the page.
Regards, Antal
Antal Nemeš wrote on Wed, Nov 20, 2019 at 02:09:32PM +0100:
Generally there are two places to find source rpms if they're missing on vault:
- git.centos.org, e.g. for kernel on centos8
https://git.centos.org/rpms/kernel/commits/c8 You'd need to check this out and rebuild from spec
Thanks for the tip.
Are "src.rpm missing on vault" a common problem? I don't recall having these issues with Centos 7.
I don't know if it's common, but I was given the link to git.centos.org back when centos8 just got released and the src packages were not populated yet on vault. I assume it was a different issue than what we have now (it was an older kernel iirc)
I have a CI system that builds non-standard kernel modules, which relies on src.rpms being available through standard source repositories. Right now, it's easier for me to stay on kernel-4.18.0-80.7.1.el8_0 which has a src.rpm, assuming this gets sorted out eventually.
Yeah, this was also the reason I was looking for the debuginfo package actually, some kernel modules look for sources in there instead.
- koji build lets you download artefacts including the src.rpm (and in my case, the -debuginfo package)
Download link for src.rpm (and others) in Koji returns 403 (Request forbidden by administrative rules). [1] https://koji.mbox.centos.org/pkgs/packages/kernel/4.18.0/80.11.2.el8_0/src/k...
I don't see any login or signup option on the page.
doh, I was sure it worked a few weeks ago but that might have been me misremembering something.. I cannot find where it would have been that I had gotten it back then though, I'm pretty sure I didn't clone the git, maybe it got intentionally blocked to avoid people like me snooping about :/
Sorry for the false report,
On Wed, Nov 20, 2019, at 07:38, Dominique Martinet wrote:
Antal Nemeš wrote on Wed, Nov 20, 2019 at 02:09:32PM +0100:
Generally there are two places to find source rpms if they're missing on vault:
- git.centos.org, e.g. for kernel on centos8
https://git.centos.org/rpms/kernel/commits/c8 You'd need to check this out and rebuild from spec
Thanks for the tip.
Are "src.rpm missing on vault" a common problem? I don't recall having these issues with Centos 7.
I don't know if it's common, but I was given the link to git.centos.org back when centos8 just got released and the src packages were not populated yet on vault. I assume it was a different issue than what we have now (it was an older kernel iirc)
I have a CI system that builds non-standard kernel modules, which relies on src.rpms being available through standard source repositories. Right now, it's easier for me to stay on kernel-4.18.0-80.7.1.el8_0 which has a src.rpm, assuming this gets sorted out eventually.
Yeah, this was also the reason I was looking for the debuginfo package actually, some kernel modules look for sources in there instead.
- koji build lets you download artefacts including the src.rpm (and in my case, the -debuginfo package)
Download link for src.rpm (and others) in Koji returns 403 (Request forbidden by administrative rules). [1] https://koji.mbox.centos.org/pkgs/packages/kernel/4.18.0/80.11.2.el8_0/src/k...
I don't see any login or signup option on the page.
doh, I was sure it worked a few weeks ago but that might have been me misremembering something.. I cannot find where it would have been that I had gotten it back then though, I'm pretty sure I didn't clone the git, maybe it got intentionally blocked to avoid people like me snooping about :/
Sorry for the false report,
-- Dominique _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
Hi Folks,
We are working on getting these out to vault. Our sync procedures are changing a little bit behind the scenes to make sure we can catch this a little bit easier in the future.
-- Brian Stinson
We are working on getting these out to vault. Our sync procedures are changing a little bit behind the scenes to make sure we can catch this a little bit easier in the future.
-- Brian Stinson
Thanks Brian!
Any timeline when we can expect the state to be synced? Should I submit a ticket or do we continue via mailing list?
I am now running a script on our local mirror (limited to x86_64 only) to find the missing src.rpms. Current tally is 570.
Script: https://gist.github.com/antaln/4e6e29f100229293f5f599f26268711e Output from today: https://gist.github.com/antaln/f0d0c34a690c6f585f7dd77ec4c5259e
Regards, Antal
On Thu, Nov 21, 2019, at 03:40, Antal Nemeš wrote:
We are working on getting these out to vault. Our sync procedures are changing a little bit behind the scenes to make sure we can catch this a little bit easier in the future.
-- Brian Stinson
Thanks Brian!
Any timeline when we can expect the state to be synced? Should I submit a ticket or do we continue via mailing list?
I am now running a script on our local mirror (limited to x86_64 only) to find the missing src.rpms. Current tally is 570.
Script: https://gist.github.com/antaln/4e6e29f100229293f5f599f26268711e Output from today: https://gist.github.com/antaln/f0d0c34a690c6f585f7dd77ec4c5259e
Regards, Antal _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
These should be out on vault by now.
--Brian
Hi,
Brian Stinson wrote on Thu, Nov 21, 2019 at 05:15:47PM -0600:
We are working on getting these out to vault. Our sync procedures are changing a little bit behind the scenes to make sure we can catch this a little bit easier in the future.
[...] These should be out on vault by now.
Getting back to this, as I took it for granted that it was about both src.rpm and debuginfos which I had mentioned briefly, but it apparently only was for srpms.
Is a similar fix planned for debuginfos?
Thanks,
We do have a fix planned for debuginfos. Both to sync the ones missing, and to sync them correctly in the future. Keep an eye out for these.