You are not logged in.

#1 2019-10-02 16:53:51

anek
Member
Registered: 2019-10-02
Posts: 2

mozilla hg repo is unusable

==> Continue building firefox-developer-hg ? [Y/n]
==> ----------------------------------------------
==> 
==> Building and installing package
==> Making package: firefox-developer-hg 247837.446133410f9b-1 (Wed 02 Oct 2019 08:52:19 PM +05)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning mozilla-aurora hg repo...
applying clone bundle from [url]https://hg.cdn.mozilla.net/releases/mozilla-aurora/d38398e5144e312301a5635da5e27cb6054ecdaa.zstd.hg[/url]
adding changesets
adding manifests                                                                                                
adding file changes                                                                                             
transaction abort!                                                                                              
rollback completed
abort: Connection reset by peer
==> ERROR: Failure while downloading mozilla-aurora hg repo
    Aborting...
==> ERROR: Makepkg was unable to build firefox-developer-hg.
==> Restart building firefox-developer-hg ? [y/N]
==> ---------------------------------------------
==> ^C

it tries to download files at ??59/... and consumes CPU and no traffic, and server seems to teardown the connection. I increased TCP keep-alive, but with no luck.
How do I hg clone `firefox-developer-hg`?

Last edited by anek (2019-10-02 17:22:09)

Offline

#2 2019-10-02 16:59:38

anek
Member
Registered: 2019-10-02
Posts: 2

Re: mozilla hg repo is unusable

just trying firefox-beta instead

Last edited by anek (2019-10-02 17:00:01)

Offline

#3 2019-10-02 17:06:50

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: mozilla hg repo is unusable

Please use code tags for terminal output, and don't bump your topic unnecessarily.

https://wiki.archlinux.org/index.php/Co … s_and_code
https://wiki.archlinux.org/index.php/Co … ct#Bumping

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2019-10-02 18:36:24

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: mozilla hg repo is unusable

firefox-developer-hg works on this system:

$ git clone https://aur.archlinux.org/firefox-developer-hg.git
Cloning into 'firefox-developer-hg'...
remote:                                                                         
remote: Enumerating objects: 9, done.
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote: Counting objects: 100% (9/9), done.
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote:                                                                         
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 0), reused 6 (delta 0)
Unpacking objects: 100% (9/9), done.
$ cd firefox-developer-hg/
$ makepkg -Codd
==> Making package: firefox-developer-hg 247837.446133410f9b-1 (Wed 02 Oct 2019 16:18:24)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
  -> Cloning mozilla-aurora hg repo...
applying clone bundle from https://hg.cdn.mozilla.net/releases/mozilla-aurora/d38398e5144e312301a5635da5e27cb6054ecdaa.zstd.hg
adding changesets
adding manifests                                                                
adding file changes                                                             
added 375976 changesets with 2075061 changes to 316362 files                    
finished applying clone bundle
searching for changes
no changes found
375976 local changesets published
  -> Found mozconfig
  -> Found firefox.desktop
  -> Found firefox-install-dir.patch
  -> Found rhbz-966424.patch
==> Validating source files with sha256sums...
    mozilla-aurora ... Skipped
    mozconfig ... Passed
    firefox.desktop ... Passed
    firefox-install-dir.patch ... Passed
    rhbz-966424.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of  hg repo...
updating to branch default                                                      
(warning: large working directory being used without fsmonitor enabled; enable fsmonitor to improve performance; see "hg help -e fsmonitor")
184270 files updated, 0 files merged, 0 files removed, 0 files unresolved                                                                                                                     
==> Starting prepare()...
patching file config/baseconfig.mk
Hunk #1 succeeded at 4 with fuzz 2.
patching file toolkit/modules/CertUtils.jsm
Hunk #1 succeeded at 172 (offset -2 lines).
==> Starting pkgver()...
==> Updated version: firefox-developer-hg 375975+.d38398e5144e+-1
==> Sources are ready.

Offline

#5 2019-10-02 18:46:10

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: mozilla hg repo is unusable

If your connection is bad, you can try to download a bundle manually (this is resumable) and use it to set up the repository manually. Afterwards updates should work with the normal hg commands.

https://developer.mozilla.org/en-US/doc … al/Bundles

Last edited by progandy (2019-10-02 18:48:57)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

Board footer

Powered by FluxBB