-
Notifications
You must be signed in to change notification settings - Fork 31
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
S3 Permission Denied when attempting to Exztract qt5-install #77
Comments
I just tried and can access the file just fine. Have you tried multiple times? Maybe Amazon had some trouble. |
Mm, I don't think anything changed in that part in a long time. I would suspect network problems on your end or some sort of rare issue, because if S3 breaks a lot of people are going to notice. Please try again, and if it still doesn't work paste here the full output you're getting. |
Hello JulianGro, Hello daleglass, Needless to say.. I've attempted to rerun the script a few times.. here's the output `############################################################ Building############################################################ Checking whether Qt is already installed... no. -- Configuring incomplete, errors occurred! Fatal error: ` |
Very strange... I tried the URL here, downloads perfectly fine for me. Could you have some sort of proxy or other system that could be interfering? Some kind of firewall, antivirus, etc? |
Hi Dale, |
By the way, is there a reason you need to specifically build on 18.04? Starting with 21.04 you can build against the system Qt packages. I recall there being some issues with npm, but I thought that was solved at this point. Yeah, please open a separate issue on that. |
Well.. my main workstation is 18.04 ... I don't like going bleeding edge since this system is also my "work/dailydriver" system. |
Fair enough! Please also report issues with the AppImage, it should work correctly. |
To be fair, 18.04 is what we build the releases on, so it is the most well tested and supported. Also yeah, there shouldn't be any missing dependencies. Are you sure your 18.04 install is up to date? |
Hi JulianGro, `$> sudo apt-get upgrade I downloaded a fresh appimage.. and this is what I'm seeing when I invoke: <see attached file -- to save on screen clutter> |
That is very weird. The AppImage contains that file, it also works on my system which it shouldn't if it doesn't use the file because I am also on Ubuntu 18.04 and cannot have Qt 5.15 installed because of that either. @mwbogucki could you check if the file is damaged via
|
Hi Julian,
Here you go:
$> echo
"8fa373969fb58e50fe4ae66ce0c06a1f5ef314a5ad92f5efcd2e326060e3aa5fea0de082af224518ccf1a5b6896f176a59920deb43cb516852cf2a5183850d3a
Vircadia-x86_64_v2021.1.3-Eos.AppImage" | sha512sum -c -
Vircadia-x86_64_v2021.1.3-Eos.AppImage: OK
…On Thu, Oct 14, 2021 at 3:59 PM Julian Groß ***@***.***> wrote:
That is very weird. The AppImage contains that file, it also works on my
system which it shouldn't if it doesn't use the file because I am also on
Ubuntu 18.04 and cannot have Qt 5.15 installed because of that either.
@mwbogucki <https://github.com/mwbogucki> could you check if the file is
damaged via
echo "8fa373969fb58e50fe4ae66ce0c06a1f5ef314a5ad92f5efcd2e326060e3aa5fea0de082af224518ccf1a5b6896f176a59920deb43cb516852cf2a5183850d3a Vircadia-x86_64_v2021.1.3-Eos.AppImage" | sha512sum -c -
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQG2LQTZ4ZESRBNCQAHEWLUG5ABTANCNFSM5F5TBCMQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I am sorry, I honestly have absolutely no idea what could be going wrong on your end. |
Julian,
No worries... I appreciate you guys making an effort to help out.
Here's one thing I did...
I mounted the app-image using: $> ./Vircadia-x86_64_v2021.1.3-Eos.AppImage
--appimage-mount /tmp/mount_myXXXX
/tmp/.mount_VircadKWV9jE
***@***.***:[/tmp/.mount_VircadKWV9jE]
----------------------------------------------------------------------
[16:46:05]
$> ll
total 0
drwxr-xr-x 5 root root 0 Sep 8 12:14 usr
drwxr-xr-x 13 root root 0 Sep 8 12:14 qt5-install
lrwxrwxrwx 1 root root 47 Sep 18 21:16 Vircadia.png ->
usr/share/icons/hicolor/16x16/apps/Vircadia.png
-rw-rw-r-- 1 root root 142 Sep 18 21:16 Vircadia.desktop
lrwxrwxrwx 1 root root 12 Sep 18 21:16 .DirIcon -> Vircadia.png
lrwxrwxrwx 1 root root 28 Sep 18 21:16 AppRun ->
vircadia/interface/interface
drwxr-xr-x 9 root root 0 Sep 18 21:16 vircadia
Under ./usr/ ... I see the following subdirs: bin lib64 share
No "lib"
The error I'm seeing is
./Vircadia-x86_64_v2021.1.3-Eos.AppImage:
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
I'm wondering if I need to symbolically link lib64 to lib...
Will monkey around with it.. to see if that may be the case.
…--Mike
On Thu, Oct 14, 2021 at 4:41 PM Julian Groß ***@***.***> wrote:
I am sorry, I honestly have absolutely no idea what could be going wrong
on your end.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQG2LSH6R325SQONELQMGTUG5FABANCNFSM5F5TBCMQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Success!!! I invoked the following:
$>export LD_LIBRARY_PATH=/tmp/ ./Vircadia-x86_64_v2021.1.3-Eos.AppImage
Sorry for all the confusion gentlemen.
…--Mike
On Thu, Oct 14, 2021 at 4:49 PM Michael Bogucki ***@***.***> wrote:
Julian,
No worries... I appreciate you guys making an effort to help out.
Here's one thing I did...
I mounted the app-image using: $> ./Vircadia-x86_64_v2021.1.3-Eos.AppImage
--appimage-mount /tmp/mount_myXXXX
/tmp/.mount_VircadKWV9jE
***@***.***:[/tmp/.mount_VircadKWV9jE]
----------------------------------------------------------------------
[16:46:05]
$> ll
total 0
drwxr-xr-x 5 root root 0 Sep 8 12:14 usr
drwxr-xr-x 13 root root 0 Sep 8 12:14 qt5-install
lrwxrwxrwx 1 root root 47 Sep 18 21:16 Vircadia.png ->
usr/share/icons/hicolor/16x16/apps/Vircadia.png
-rw-rw-r-- 1 root root 142 Sep 18 21:16 Vircadia.desktop
lrwxrwxrwx 1 root root 12 Sep 18 21:16 .DirIcon -> Vircadia.png
lrwxrwxrwx 1 root root 28 Sep 18 21:16 AppRun ->
vircadia/interface/interface
drwxr-xr-x 9 root root 0 Sep 18 21:16 vircadia
Under ./usr/ ... I see the following subdirs: bin lib64 share
No "lib"
The error I'm seeing is
./Vircadia-x86_64_v2021.1.3-Eos.AppImage:
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
I'm wondering if I need to symbolically link lib64 to lib...
Will monkey around with it.. to see if that may be the case.
--Mike
On Thu, Oct 14, 2021 at 4:41 PM Julian Groß ***@***.***>
wrote:
> I am sorry, I honestly have absolutely no idea what could be going wrong
> on your end.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#77 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAQG2LSH6R325SQONELQMGTUG5FABANCNFSM5F5TBCMQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
|
NOte: I'm building on an 18.04/Ubuntu system.
During the "Downloading Qt from AWS" portion of the build, I received a "Connection reset by peer"
Checking the S3/URL, I noted:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
AccessDenied
Access Denied
806Q918P9KQ03XW0
NBnCleigpSEo8fw7yOWRZe2LkaL7BQHBsn08JJrUrq3DcPGy5Fs5FuxXu0B5b7Mj0trBtHG8TNk=
The text was updated successfully, but these errors were encountered: