-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Flatcar SDK] nss-3.101 is not found when building stable-3815.2.5 #1504
Comments
looking into this. it appears that manifest got out of sync with upstream distfiles, so the mirroring has been failing. |
Upstream SRC_URI no longer works, so our mirroring has been failing. Opened a PR to switch to an https url. I've pushed the missing file at https://mirror.release.flatcar-linux.net/coreos/distfiles/nss-3.101.tar.gz. If you find it still doesn't work, please feel free to re-open the issue. |
I can confirm it works now. I was able to build the image, use P.S. I'm crossing my fingers that Flatcar is approved as a CNCF incubating project :) |
Description
I'm trying to build the latest Flatcar stable release from source using the SDK (without any modifications yet) and I'm encountering an error that
nss-3.101
can't be fetched. I checked https://mirror.release.flatcar-linux.net/portage-stable/distfiles/ and only seenss-3.27.1
,nss-3.51
, andnss-3.51.1
. https://mirror.release.flatcar-linux.net/coreos/distfiles/ also does not havenss-3.101
, and https://gentoo.osuosl.org/distfiles/39/ does not seem to have anynss
release. From the error logs it seems that after failing those three locations it tried to downloadnss-3.101
from ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_101_RTM/src/nss-3.101.tar.gz and when I use wget I can successfully download the file. ftp and lftp aren't installed within the SDK container, however sftp is. I'm not quite sure why the ftp download fails.I think the easiest resolution to this problem would be to update the nss version the latest stable release uses, or to include
nss-3.101
on https://mirror.release.flatcar-linux.netImpact
Using flatcar-sdk-all-3815.0.0, I cannot complete the
./build_packages
command to build the stable-3815.2.5 release.Environment and steps to reproduce
Set-up:
I'm on amd64 architecture running Ubuntu 24.04 LTS WSL using the Flatcar SDK and following the documentation from https://www.flatcar.org/docs/latest/reference/developer-guides/sdk-modifying-flatcar/ and https://github.com/flatcar/scripts
Task:
./build_packages
before./build_image
Action(s):
Commands run:
git clone https://github.com/flatcar/scripts.git
git checkout stable-3815.2.5
./run_sdk_container -t
./build_packages
Error:
Here is my error log:
Expected behavior
./build_packages
should succeed without errors so that./build_image
can work.The text was updated successfully, but these errors were encountered: