In Firefox for Android, mozbuild specifies a non-existent file "OpenJDK8U-jdk_x64_windows_hotspot_8u312b07.tar.gz".
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(Not tracked)
People
(Reporter: e12.yukkuri.y, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
83.61 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34
Steps to reproduce:
Run ". /mach bootstrap" in the MINGW shell on Windows 11.
Actual results:
Failed to download the file, resulting in
"subprocess.CalledProcessError: Command '['tar', 'zxf', 'c:/Users.mozbuild\jdk\mozboot\\OpenJDK8U-jdk_x64_windows_hotspot_8u312b07.tar.gz']" returned non-zero exit status 1.
Expected results:
". /mach bootstrap" will exit successfully.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox Build System::Bootstrap Configuration' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•3 years ago
|
||
I'm guessing this is from the recent bootstrap-Java work
Updated•3 years ago
|
Comment 3•3 years ago
|
||
m_kato-san fixed this in Bug 1743804.
Description
•