-
Notifications
You must be signed in to change notification settings - Fork 93
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
oraclejre8 8u431 fails to extract #530
Comments
The downloaded tarball seems very small Directory: F:\scoop\apps\oraclejre8\8u431 Mode LastWriteTime Length Name -a--- 16/10/2024 11:30 5304 7zip.log |
|
Line 8 in b2b92e3
It seems to be a BundleId error, should be 251408
Line 12 in b2b92e3
32bit as well, should be 251407
|
It seems the .tar.gz bundles are missing, 251408 and -7 are for .exe files, not for tar.gz. |
Parsing the EXEs for the installation files will be infeasible. The EXE files' manifests contain the following: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly> Searching the entire win x64 installer for the ASCII string Unpacking via 7-Zip will be impractical; most of the contents of Data1.cab are renamed and I'm unsure of where to look for the filenames (are they stored as hashes?). If Oracle has intentionally ceased distribution of tarballs, we're SOL. |
https://helpx.adobe.com/coldfusion/kb/coldfusion-downloads.html#:~:text=JAVA%20SE%208U431%20RUNTIME%20ENVIRONMENT |
#538 Might be related |
Bug Report
Package Name: oraclejre8
Current Behaviour
Fails to extract archive.
Expected Behaviour
Extracts archive.
Additional context/output
The download link seems to be wrong, it doesn't download a valid archive.
8u421
works fine, but8u431
is broken.Here is log:
Possible Solution
...
System details
Windows version: 10
OS architecture: 64bit
PowerShell version:
Additional software: Windows Terminal
Scoop Configuration
The text was updated successfully, but these errors were encountered: