Firefox builds seem for fail for >=113 #187

Closed
opened 2023-05-13 05:06:39 +02:00 by stpr · 6 comments

From ALHP package status:

firefox SKIPPED memory limit exceeded 113.0.1-1 112.0.2-2.1

Seems like everything past 113.0 has been failing. I see that there were issues previously with Firefox build fails not being detected correctly, perhaps this has resurfaced?

From ALHP package status: `firefox SKIPPED memory limit exceeded 113.0.1-1 112.0.2-2.1` Seems like everything past 113.0 has been failing. I see that there were issues previously with Firefox build fails not being detected correctly, perhaps this has resurfaced?
Owner

Seems I set the memory limit too low. I lowered it to 14G to give my machine some room to breath, but that was obviously too low to build something like firefox. I increased it again, I'll requeue firefox shortly.

Seems I set the memory limit too low. I lowered it to 14G to give my machine some room to breath, but that was obviously too low to build something like `firefox`. I increased it again, I'll requeue firefox shortly.
anonfunc added the bug label 2023-05-13 16:21:54 +02:00
Owner

This is solved, even if firefox is currently not building for the same reason as in #184.

This is solved, even if firefox is currently not building for the same reason as in #184.
Author

@anonfunc BTW, build still failed, though for a different reason this time:

==> Verifying source file signatures with gpg...
    firefox-113.0.1.source.tar.xz ... FAILED (unknown public key E36D3B13F3D93274)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Could not download sources.
@anonfunc BTW, build still failed, though for a different reason this time: ``` ==> Verifying source file signatures with gpg... firefox-113.0.1.source.tar.xz ... FAILED (unknown public key E36D3B13F3D93274) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Could not download sources. ```
Owner

Yea, I saw this. Probably need to rewrite the pgp import to also look for the new keys/gpg folder in the source tree, but first comes the new git migration this weekend.

Yea, I saw this. Probably need to rewrite the pgp import to also look for the new keys/gpg folder in the source tree, but first comes the new git migration this weekend.
Author

@anonfunc FYI builds for firefox still appear to fail due to memory limit issues.

@anonfunc FYI builds for firefox still appear to fail due to memory limit issues.
Owner

@stpr That was just the skip reason not being cleared. firefox was queued and should be available about now.

@stpr That was just the skip reason not being cleared. `firefox` was queued and should be available about now.
Sign in to join this conversation.