Re: [GNC-dev] Failed to build GnuCash on Windows

"Chris Good" <[email protected]>
Newsgroups gmane.comp.gnome.apps.gnucash.devel
Message-ID <[email protected]>
-----Original Message-----
From: Chris Good <[email protected]> 
Sent: Monday, 17 January 2022 7:08 PM
To: 'Explorare' <[email protected]>
Cc: [email protected]
Subject: RE: [GNC-dev] Failed to build GnuCash on Windows

-----Original Message-----
From: Explorare <[email protected]>
Sent: Monday, 17 January 2022 6:46 PM
To: Chris Good <[email protected]>
Cc: [email protected]
Subject: Re: [GNC-dev] Failed to build GnuCash on Windows

Hi Chris,

I don't have much time to spend on this issue and only uses the reserved "XTS" to record USDT transactions.

I always uses USDT as a bridge between the other crypto currencies and legal tender. In this way the only exchange rate I need to update is USDT (XTS), and I also need to transfer the current net worth of all crypto currencies into USDT and record it as a gain or loss. I treat it as a whole. And more detailed transaction and analysis can be generated by whatever crypto exchange app you are using.

Adding all those crypto currencies requires a source to fetch current price, which is another bigger issue. And the price of thoes currencies change so dramatically which makes it harded to get a overview of net worth of those.

GL;HF

explorare

On 1/16/2022 4:56 PM, Chris Good wrote:
> Hi Explorare,
> 
> Re thread
> 
> https://www.mail-archive.com/[email protected]/msg42675.html
> <https://www.mail-archive.com/[email protected]/msg42675.html>
> 
> Did you ever resolve this?
> 
> I’m getting the same error now trying to build 32 Bit Gnucash (maint 
> approx. 4.9) on Windows 10.
> 
> This is the error:
> 
> cd /e/Data/GnuCash/gcdev64/src/gnucash-on-windows.git
> TARGET=gnucash-maint jhbuild -f jhbuildrc build
> ...
> 
> make[1]: Leaving directory
> '/e/Data/GnuCash/gcdev64/gnucash/maint/build/OpenSP-1.5.2'
> I: Deleting .la file: 
> '/e/Data/GnuCash/gcdev64/gnucash/maint/inst/_jhbuild/root-OpenSP/e/Data/GnuCash/gcdev64/gnucash/maint/inst/lib/libosp.la'
> I: Moving temporary DESTDIR
> '/e/Data/GnuCash/gcdev64/gnucash/maint/inst/_jhbuild/root-OpenSP' into 
> build prefix
> Traceback (most recent call last):
>    File "/usr/bin/jhbuild", line 23, in <module>
>      jhbuild.main.main(sys.argv[1:])
>    File "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/main.py",
> line 120, in main
>      rc = jhbuild.commands.run(command, config, args, help=lambda: 
> print_help(parser))
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/commands/__init__.py"
> ,
> line 188, in run
>      return cmd.execute(config, args, help)
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/commands/__init__.py"
> ,
> line 56, in execute
>      return self.run(config, options, args, help)
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/commands/base.py",
> line 263, in run
>      return build.build()
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/frontends/buildscript
> .py",
> line 172, in build
>      error, altphases = module.run_phase(self, phase)
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/modtypes/__init__.py"
> ,
> line 423, in run_phase
>      method(buildscript)
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/modtypes/autotools.py
> ",
> line 320, in do_install
>      self.process_install(buildscript, self.get_revision())
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/modtypes/__init__.py"
> ,
> line 390, in process_install
>      buildscript.moduleset.packagedb.add(self.name, revision or '',
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/utils/packagedb.py",
> line 176, in add
>      pkg.write()
>    File
> "/e/Data/GnuCash/gcdev64/src/jhbuild.git/jhbuild/utils/packagedb.py",
> line 79, in write
>      writer.fp.write('\n'.join(self.manifest).encode('utf-8',
> 'backslashreplace') + b'\n')
> TypeError: can only join an iterable
> 
> Python -V in the MinGW32 shell shows:
> python -V
> Python 3.9.7
> 
> Regards,
> 
> Chris Good

Hi Explorare,

Thanks for the reply.
I was actually asking about the python error when building with:

      writer.fp.write('\n'.join(self.manifest).encode('utf-8',
         'backslashreplace') + b'\n')

Regards,
Chris Good

Hi Devs,

Can I get some help with this pls?

I seem to only have python 3.9.7 installed.
Is this relevant? :

E:\Data\GnuCash\gcdev64\src\jhbuild.git\modulesets\bootstrap.modules:
  <autotools id="python" autogenargs="--enable-shared" autogen-sh="configure">
    <pkg-config>python-2.7.pc</pkg-config>
    <branch repo="python" module="${version}/Python-${version}.tar.xz"
            version="2.7.14" hash="md5:1f6db41ad91d9eb0a6f0c769b8613c5b"
            size="12576112">
      <patch file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/python2-linkflags.patch" strip="1"/>
    </branch>
  </autotools>

Setup:
..
Optional dependencies for git
    python: various helper scripts [installed]
    subversion: git svn
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
resolving dependencies...
looking for conflicting packages...
warning: removing 'mingw-w64-i686-pkg-config' from target list because it conflicts with 'mingw-w64-i686-pkgconf'
..
looking for conflicting packages...
:: autoconf and autoconf-wrapper are in conflict. Remove autoconf-wrapper? [Y/n]
:: pkg-config and pkgconf are in conflict. Remove pkgconf? [Y/n]

Attached are full logs:

First setup:
	20220117_1 Setup-mingw64.ps1.txt
Rerun setup after I manually downloaded mingw-w64-i686-webkitgtk3-2.4.11-999.4-any.pkg.tar.zst.sig and put it in
  gcdev64\msys2\var\cache\pacman\pkg to fix error: Maximum file size exceeded
	(Maybe I should just have rerun setup?)
	20220117_2 Setup-ming64.ps1.txt
Build:
	20220117_3 BuildWin32GnuCashErr.txt

Regards, Chris Good

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
20220117_1 Setup-mingw64.ps1.txt (text/plain, 90.5 KB)
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Users\goodc> e:
PS E:\> cd .\data\GnuCash\gcdev64\
PS E:\data\GnuCash\gcdev64> dir


    Directory: E:\data\GnuCash\gcdev64


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----        17/01/2022  10:37 AM                downloads
-a----        16/01/2022   3:07 PM          15130 setup-mingw64.ps1
-a----        12/01/2022   7:29 PM          15017 setup-mingw64_20220112.ps1


PS E:\data\GnuCash\gcdev64> .\setup-mingw64.ps1 -target_dir e:\Data\GnuCash\gcdev64
target_dir=e:\Data\GnuCash\gcdev64
download_dir=e:\Data\GnuCash\gcdev64\\downloads
msys2_root=e:\Data\GnuCash\gcdev64\\msys2
x86_64=False
preferred_mirror=http://repo.msys2.org
Downloading e:\Data\GnuCash\gcdev64\\downloads\msys2-x86_64-latest.exe from http://repo.msys2.org/distrib/msys2-x86_64-latest.exe
Installing e:\Data\GnuCash\gcdev64\\downloads\msys2-x86_64-latest.exe --script e:\Data\GnuCash\gcdev64\input.qs
get-item : Cannot find path 'HKCU:\SOFTWARE\Microsoft\HTML Help Workshop' because it does not exist.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:205 char:17
+ ... talled_hh = get-item -path "hkcu:\SOFTWARE\Microsoft\HTML Help Worksh ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...L Help Workshop:String) [Get-Item], ItemNotFoundExcep
   tion
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

Downloading e:\Data\GnuCash\gcdev64\\downloads\htmlhelp.exe from http://download.microsoft.com/download/0/a/9/0a939ef6-e31c-430f-a3df-dfae7960d564/htmlhelp.exe
Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:119 char:2
+     (New-Object System.Net.WebClient).DownloadFile($url, "$download_f ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

Installing e:\Data\GnuCash\gcdev64\\downloads\htmlhelp.exe
Exception calling "Start" with "1" argument(s): "The system cannot find the file specified"
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:126 char:5
+     $proc = [Diagnostics.Process]::Start($psi)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : Win32Exception

You cannot call a method on a null-valued expression.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:127 char:5
+     $proc.waitForExit()
+     ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull


Updating the installation. Accept the proposed changes. If the window doesn't close on its own then close it and re-run the script when it finishes.
:: Synchronizing package databases...
 mingw32                                    1431.7 KiB   308 KiB/s 00:05 [#######################################] 100%
 mingw64                                    1438.6 KiB   406 KiB/s 00:04 [#######################################] 100%
 ucrt64                                     1571.7 KiB   428 KiB/s 00:04 [#######################################] 100%
 clang64                                    1479.8 KiB   549 KiB/s 00:03 [#######################################] 100%
 msys                                        372.7 KiB   120 KiB/s 00:03 [#######################################] 100%
:: Starting core system upgrade...
warning: terminate other MSYS2 programs before proceeding
resolving dependencies...
looking for conflicting packages...

Packages (3) msys2-runtime-3.3.3-6  pacman-6.0.1-9  pacman-mirrors-20211230-1

Total Download Size:    8.68 MiB
Total Installed Size:  43.59 MiB
Net Upgrade Size:       0.30 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 pacman-mirrors-20211230-1-any                 3.9 KiB  6.63 KiB/s 00:01 [#######################################] 100%
 msys2-runtime-3.3.3-6-x86_64                  3.2 MiB  1391 KiB/s 00:02 [#######################################] 100%
 pacman-6.0.1-9-x86_64                         5.5 MiB  1469 KiB/s 00:04 [#######################################] 100%
 Total (3/3)                                   8.7 MiB  2.16 MiB/s 00:04 [#######################################] 100%
(3/3) checking keys in keyring                                           [#######################################] 100%
(3/3) checking package integrity                                         [#######################################] 100%
(3/3) loading package files                                              [#######################################] 100%
(3/3) checking for file conflicts                                        [#######################################] 100%
(3/3) checking available disk space                                      [#######################################] 100%
:: Processing package changes...
(1/3) upgrading msys2-runtime                                            [#######################################] 100%
(2/3) upgrading pacman-mirrors                                           [#######################################] 100%
(3/3) upgrading pacman                                                   [#######################################] 100%
:: To complete this update all MSYS2 processes including this terminal will be closed. Confirm to proceed [Y/n]
:: Synchronizing package databases...
 mingw32                                    1431.7 KiB   280 KiB/s 00:05 [#######################################] 100%
 mingw64                                    1438.6 KiB   483 KiB/s 00:03 [#######################################] 100%
 ucrt64                                     1571.7 KiB   444 KiB/s 00:04 [#######################################] 100%
 clang64                                    1479.8 KiB   580 KiB/s 00:03 [#######################################] 100%
 msys                                        372.7 KiB   132 KiB/s 00:03 [#######################################] 100%
:: Starting core system upgrade...
 there is nothing to do
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (29) bzip2-1.0.8-3  file-5.41-2  gawk-5.1.0-2  gcc-libs-11.2.0-3  getent-2.18.90-3  gettext-0.21-1  icu-70.1-1
              inetutils-1.9.4-3  info-6.8-3  libargp-20110921-3  libasprintf-0.21-1  libbz2-1.0.8-3  libexpat-2.4.3-1
              libgettextpo-0.21-1  libintl-0.21-1  libopenssl-1.1.1.m-1  libsqlite-3.36.0-3  libtasn1-4.18.0-2
              libxml2-2.9.12-3  libzstd-1.5.1-1  msys2-keyring-1~20211228-1  ncurses-6.2-2  openssl-1.1.1.m-1
              perl-5.32.1-2  sed-4.8-2  tftp-hpa-5.2-4  time-1.9-2  which-2.21-3  zstd-1.5.1-1

Total Download Size:    26.58 MiB
Total Installed Size:  123.29 MiB
Net Upgrade Size:      -10.19 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 libopenssl-1.1.1.m-1-x86_64                1199.9 KiB   782 KiB/s 00:02 [#######################################] 100%
 gettext-0.21-1-x86_64                      1724.4 KiB  1028 KiB/s 00:02 [#######################################] 100%
 gcc-libs-11.2.0-3-x86_64                   1538.7 KiB   905 KiB/s 00:02 [#######################################] 100%
 file-5.41-2-x86_64                          637.0 KiB   666 KiB/s 00:01 [#######################################] 100%
 gawk-5.1.0-2-x86_64                        1113.2 KiB   862 KiB/s 00:01 [#######################################] 100%
 ncurses-6.2-2-x86_64                       1061.1 KiB   635 KiB/s 00:02 [#######################################] 100%
 perl-5.32.1-2-x86_64                          6.5 MiB  1937 KiB/s 00:03 [#######################################] 100%
 openssl-1.1.1.m-1-x86_64                    591.5 KiB   596 KiB/s 00:01 [#######################################] 100%
 libsqlite-3.36.0-3-x86_64                   614.6 KiB   505 KiB/s 00:01 [#######################################] 100%
 icu-70.1-1-x86_64                             9.6 MiB  2.16 MiB/s 00:04 [#######################################] 100%
 sed-4.8-2-x86_64                            232.4 KiB   364 KiB/s 00:01 [#######################################] 100%
 libxml2-2.9.12-3-x86_64                     538.0 KiB   456 KiB/s 00:01 [#######################################] 100%
 zstd-1.5.1-1-x86_64                         345.6 KiB   293 KiB/s 00:01 [#######################################] 100%
 libzstd-1.5.1-1-x86_64                      284.6 KiB   338 KiB/s 00:01 [#######################################] 100%
 inetutils-1.9.4-3-x86_64                    193.3 KiB   474 KiB/s 00:00 [#######################################] 100%
 info-6.8-3-x86_64                           177.8 KiB   581 KiB/s 00:00 [#######################################] 100%
 libtasn1-4.18.0-2-x86_64                     96.5 KiB   322 KiB/s 00:00 [#######################################] 100%
 libgettextpo-0.21-1-x86_64                  122.5 KiB   345 KiB/s 00:00 [#######################################] 100%
 bzip2-1.0.8-3-x86_64                         56.9 KiB   185 KiB/s 00:00 [#######################################] 100%
 msys2-keyring-1~20211228-1-any               41.9 KiB   134 KiB/s 00:00 [#######################################] 100%
 libargp-20110921-3-x86_64                    36.0 KiB   114 KiB/s 00:00 [#######################################] 100%
 libbz2-1.0.8-3-x86_64                        30.3 KiB  97.0 KiB/s 00:00 [#######################################] 100%
 libexpat-2.4.3-1-x86_64                      61.8 KiB   104 KiB/s 00:01 [#######################################] 100%
 time-1.9-2-x86_64                            24.3 KiB  71.1 KiB/s 00:00 [#######################################] 100%
 libintl-0.21-1-x86_64                        21.5 KiB  66.6 KiB/s 00:00 [#######################################] 100%
 which-2.21-3-x86_64                          19.7 KiB  47.5 KiB/s 00:00 [#######################################] 100%
 tftp-hpa-5.2-4-x86_64                        19.7 KiB  68.0 KiB/s 00:00 [#######################################] 100%
 getent-2.18.90-3-x86_64                      12.2 KiB  11.9 KiB/s 00:01 [#######################################] 100%
 libasprintf-0.21-1-x86_64                     6.0 KiB  6.28 KiB/s 00:01 [#######################################] 100%
 Total (29/29)                                26.6 MiB  3.95 MiB/s 00:07 [#######################################] 100%
(29/29) checking keys in keyring                                         [#######################################] 100%
(29/29) checking package integrity                                       [#######################################] 100%
(29/29) loading package files                                            [#######################################] 100%
(29/29) checking for file conflicts                                      [#######################################] 100%
(29/29) checking available disk space                                    [#######################################] 100%
:: Processing package changes...
( 1/29) upgrading gcc-libs                                               [#######################################] 100%
( 2/29) upgrading libbz2                                                 [#######################################] 100%
( 3/29) upgrading bzip2                                                  [#######################################] 100%
( 4/29) upgrading file                                                   [#######################################] 100%
( 5/29) upgrading libintl                                                [#######################################] 100%
( 6/29) upgrading ncurses                                                [#######################################] 100%
( 7/29) upgrading gawk                                                   [#######################################] 100%
( 8/29) upgrading libargp                                                [#######################################] 100%
( 9/29) upgrading getent                                                 [#######################################] 100%
(10/29) upgrading libgettextpo                                           [#######################################] 100%
(11/29) upgrading libasprintf                                            [#######################################] 100%
(12/29) upgrading gettext                                                [#######################################] 100%
(13/29) upgrading icu                                                    [#######################################] 100%
(14/29) upgrading tftp-hpa                                               [#######################################] 100%
(15/29) upgrading inetutils                                              [#######################################] 100%
(16/29) upgrading info                                                   [#######################################] 100%
(17/29) upgrading libexpat                                               [#######################################] 100%
(18/29) upgrading libopenssl                                             [#######################################] 100%
(19/29) upgrading libsqlite                                              [#######################################] 100%
(20/29) upgrading libtasn1                                               [#######################################] 100%
(21/29) upgrading libxml2                                                [#######################################] 100%
(22/29) upgrading libzstd                                                [#######################################] 100%
(23/29) upgrading msys2-keyring                                          [#######################################] 100%
==> Appending keys from msys2.gpg...
==> Updating trust database...
gpg: next trustdb check due at 2022-06-26
(24/29) upgrading openssl                                                [#######################################] 100%
(25/29) upgrading perl                                                   [#######################################] 100%
(26/29) upgrading sed                                                    [#######################################] 100%
(27/29) upgrading time                                                   [#######################################] 100%
(28/29) upgrading which                                                  [#######################################] 100%
(29/29) upgrading zstd                                                   [#######################################] 100%
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
warning: file-5.41-2 is up to date -- skipping
warning: gawk-5.1.0-2 is up to date -- skipping
warning: gettext-0.21-1 is up to date -- skipping
warning: grep-1~3.0-3 is up to date -- skipping
warning: pacman-6.0.1-9 is up to date -- skipping
warning: perl-5.32.1-2 is up to date -- skipping
warning: sed-4.8-2 is up to date -- skipping
warning: wget-1.21.2-1 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...

Packages (86) automake1.11-1.11.6-6  automake1.12-1.12.6-6  automake1.13-1.13.4-7  automake1.14-1.14.1-6
              automake1.15-1.15.1-4  automake1.16-1.16.3-3  docbook-xml-4.5-2  docbook-xsl-1.79.2-1  expat-2.4.3-1
              heimdal-7.7.0-3  libatomic_ops-7.6.12-1  libgc-8.0.6-1  libguile-2.2.7-1  libiconv-devel-1.16-2
              libltdl-2.4.6-14  libpcre2_16-10.37-1  libpcre2_32-10.37-1  libpcre2posix-10.37-1  libpipeline-1.5.4-1
              libxxhash-0.8.1-1  mpdecimal-2.5.0-1  openssh-8.8p1-1  pcre2-10.37-1  perl-Authen-SASL-2.16-2
              perl-Clone-0.45-2  perl-Convert-BinHex-1.125-1  perl-Encode-Locale-1.05-1  perl-Error-0.17029-1
              perl-File-Listing-6.14-1  perl-HTML-Parser-3.76-1  perl-HTML-Tagset-3.20-2  perl-HTTP-Cookies-6.10-1
              perl-HTTP-Daemon-6.12-1  perl-HTTP-Date-6.05-1  perl-HTTP-Message-6.35-1  perl-HTTP-Negotiate-6.01-2
              perl-IO-HTML-1.004-1  perl-IO-Socket-SSL-2.072-1  perl-IO-Stringy-2.113-1  perl-LWP-MediaTypes-6.04-1
              perl-MIME-tools-5.509-1  perl-MailTools-2.21-1  perl-Module-Build-0.4231-1  perl-Net-HTTP-6.21-1
              perl-Net-SMTP-SSL-1.04-1  perl-Net-SSLeay-1.90-1  perl-TermReadKey-2.38-2  perl-Test-Pod-1.52-1
              perl-TimeDate-2.33-1  perl-Try-Tiny-0.31-1  perl-URI-5.10-1  perl-WWW-RobotRules-6.02-2
              perl-XML-Parser-2.46-3  perl-YAML-Syck-1.34-1  perl-inc-latest-0.500-1  perl-libwww-6.57-1  tar-1.34-2
              vim-8.2.3582-1  asciidoc-9.1.1-1  autoconf-2.71-3  autoconf2.13-2.13-5  autogen-5.18.16-3
              automake-wrapper-11-4  bison-3.8.2-2  diffstat-1.64-1  diffutils-3.8-2  dos2unix-7.4.2-1  flex-2.6.4-2
              gettext-devel-0.21-1  git-2.34.1-1  gperf-3.1-3  groff-1.22.4-2  intltool-0.51.0-2  libtool-2.4.6-14
              m4-1.4.19-2  make-4.3-3  man-db-2.9.4-1  pactoys-r55.8860e1f-1  patch-2.7.6-1  patchutils-0.4.2-2
              pkg-config-0.29.2-4  python-3.9.9-2  rsync-3.2.3-2  texinfo-6.8-3  texinfo-tex-6.8-3  xmlto-0.0.28-2

Total Download Size:    54.37 MiB
Total Installed Size:  327.58 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 python-3.9.9-2-x86_64                        16.1 MiB  2.91 MiB/s 00:06 [#######################################] 100%
 libguile-2.2.7-1-x86_64                       4.8 MiB   866 KiB/s 00:06 [#######################################] 100%
 gettext-devel-0.21-1-x86_64                1261.6 KiB  1669 KiB/s 00:01 [#######################################] 100%
 texinfo-6.8-3-x86_64                       1185.9 KiB  1384 KiB/s 00:01 [#######################################] 100%
 vim-8.2.3582-1-x86_64                         8.0 MiB  1243 KiB/s 00:07 [#######################################] 100%
 git-2.34.1-1-x86_64                           5.4 MiB   773 KiB/s 00:07 [#######################################] 100%
 openssh-8.8p1-1-x86_64                      898.9 KiB  1048 KiB/s 00:01 [#######################################] 100%
 tar-1.34-2-x86_64                           801.1 KiB   929 KiB/s 00:01 [#######################################] 100%
 libiconv-devel-1.16-2-x86_64                685.8 KiB  1584 KiB/s 00:00 [#######################################] 100%
 pcre2-10.37-1-x86_64                        662.0 KiB  1615 KiB/s 00:00 [#######################################] 100%
 docbook-xsl-1.79.2-1-any                    740.0 KiB   960 KiB/s 00:01 [#######################################] 100%
 autogen-5.18.16-3-x86_64                    644.5 KiB  1766 KiB/s 00:00 [#######################################] 100%
 autoconf-2.71-3-any                         643.3 KiB  1870 KiB/s 00:00 [#######################################] 100%
 man-db-2.9.4-1-x86_64                       568.5 KiB  1047 KiB/s 00:01 [#######################################] 100%
 automake1.16-1.16.3-3-any                   518.8 KiB  1128 KiB/s 00:00 [#######################################] 100%
 automake1.15-1.15.1-4-any                   513.4 KiB  1208 KiB/s 00:00 [#######################################] 100%
 automake1.14-1.14.1-6-any                   503.1 KiB  1484 KiB/s 00:00 [#######################################] 100%
 automake1.12-1.12.6-6-any                   503.1 KiB  1184 KiB/s 00:00 [#######################################] 100%
 automake1.13-1.13.4-7-any                   501.5 KiB  1492 KiB/s 00:00 [#######################################] 100%
 automake1.11-1.11.6-6-any                   490.2 KiB  1238 KiB/s 00:00 [#######################################] 100%
 make-4.3-3-x86_64                           466.2 KiB  1267 KiB/s 00:00 [#######################################] 100%
 heimdal-7.7.0-3-x86_64                      430.2 KiB  1336 KiB/s 00:00 [#######################################] 100%
 libtool-2.4.6-14-x86_64                     388.1 KiB  1194 KiB/s 00:00 [#######################################] 100%
 rsync-3.2.3-2-x86_64                        343.4 KiB   928 KiB/s 00:00 [#######################################] 100%
 dos2unix-7.4.2-1-x86_64                     336.7 KiB   933 KiB/s 00:00 [#######################################] 100%
 flex-2.6.4-2-x86_64                         302.6 KiB   885 KiB/s 00:00 [#######################################] 100%
 m4-1.4.19-2-x86_64                          238.1 KiB   717 KiB/s 00:00 [#######################################] 100%
 perl-Net-SSLeay-1.90-1-x86_64               236.3 KiB   743 KiB/s 00:00 [#######################################] 100%
 pkg-config-0.29.2-4-x86_64                  202.0 KiB   598 KiB/s 00:00 [#######################################] 100%
 perl-MIME-tools-5.509-1-any                 194.9 KiB   627 KiB/s 00:00 [#######################################] 100%
 perl-Module-Build-0.4231-1-any              193.4 KiB   569 KiB/s 00:00 [#######################################] 100%
 asciidoc-9.1.1-1-any                        178.8 KiB   543 KiB/s 00:00 [#######################################] 100%
 libgc-8.0.6-1-x86_64                        169.7 KiB   537 KiB/s 00:00 [#######################################] 100%
 perl-XML-Parser-2.46-3-x86_64               160.2 KiB   464 KiB/s 00:00 [#######################################] 100%
 perl-IO-Socket-SSL-2.072-1-any              153.2 KiB   494 KiB/s 00:00 [#######################################] 100%
 autoconf2.13-2.13-5-any                     136.3 KiB   433 KiB/s 00:00 [#######################################] 100%
 perl-libwww-6.57-1-any                      128.0 KiB   416 KiB/s 00:00 [#######################################] 100%
 libpcre2_16-10.37-1-x86_64                  109.3 KiB   356 KiB/s 00:00 [#######################################] 100%
 mpdecimal-2.5.0-1-x86_64                    104.8 KiB   334 KiB/s 00:00 [#######################################] 100%
 patch-2.7.6-1-x86_64                        101.6 KiB   336 KiB/s 00:00 [#######################################] 100%
 diffutils-3.8-2-x86_64                      362.4 KiB  98.2 KiB/s 00:04 [#######################################] 100%
 libpcre2_32-10.37-1-x86_64                  101.3 KiB   317 KiB/s 00:00 [#######################################] 100%
 docbook-xml-4.5-2-any                        81.4 KiB   271 KiB/s 00:00 [#######################################] 100%
 gperf-3.1-3-x86_64                          101.4 KiB   107 KiB/s 00:01 [#######################################] 100%
 patchutils-0.4.2-2-x86_64                    81.2 KiB   259 KiB/s 00:00 [#######################################] 100%
 perl-MailTools-2.21-1-any                    81.0 KiB   266 KiB/s 00:00 [#######################################] 100%
 bison-3.8.2-2-x86_64                        770.0 KiB   104 KiB/s 00:07 [#######################################] 100%
 perl-HTML-Parser-3.76-1-x86_64               80.5 KiB   273 KiB/s 00:00 [#######################################] 100%
 groff-1.22.4-2-x86_64                      2023.2 KiB   142 KiB/s 00:14 [#######################################] 100%
 perl-URI-5.10-1-any                          76.4 KiB   198 KiB/s 00:00 [#######################################] 100%
 perl-HTTP-Message-6.35-1-any                 75.9 KiB   190 KiB/s 00:00 [#######################################] 100%
 perl-IO-Stringy-2.113-1-any                  66.4 KiB   169 KiB/s 00:00 [#######################################] 100%
 perl-YAML-Syck-1.34-1-x86_64                 68.3 KiB   167 KiB/s 00:00 [#######################################] 100%
 perl-TimeDate-2.33-1-any                     55.2 KiB   155 KiB/s 00:00 [#######################################] 100%
 perl-Convert-BinHex-1.125-1-any              42.8 KiB   121 KiB/s 00:00 [#######################################] 100%
 perl-Authen-SASL-2.16-2-any                  42.4 KiB   111 KiB/s 00:00 [#######################################] 100%
 perl-TermReadKey-2.38-2-x86_64               42.0 KiB   110 KiB/s 00:00 [#######################################] 100%
 xmlto-0.0.28-2-x86_64                        41.0 KiB   104 KiB/s 00:00 [#######################################] 100%
 perl-LWP-MediaTypes-6.04-1-any               40.7 KiB  94.2 KiB/s 00:00 [#######################################] 100%
 perl-HTTP-Daemon-6.12-1-any                  39.6 KiB   103 KiB/s 00:00 [#######################################] 100%
 perl-Error-0.17029-1-any                     39.4 KiB   114 KiB/s 00:00 [#######################################] 100%
 intltool-0.51.0-2-x86_64                     39.4 KiB   116 KiB/s 00:00 [#######################################] 100%
 libltdl-2.4.6-14-x86_64                      32.0 KiB  84.4 KiB/s 00:00 [#######################################] 100%
 libpipeline-1.5.4-1-x86_64                   30.0 KiB  87.9 KiB/s 00:00 [#######################################] 100%
 diffstat-1.64-1-x86_64                       29.3 KiB  85.5 KiB/s 00:00 [#######################################] 100%
 expat-2.4.3-1-x86_64                         31.0 KiB  59.6 KiB/s 00:01 [#######################################] 100%
 perl-HTTP-Date-6.05-1-any                    28.9 KiB  68.1 KiB/s 00:00 [#######################################] 100%
 texinfo-tex-6.8-3-x86_64                     26.5 KiB  68.9 KiB/s 00:00 [#######################################] 100%
 perl-inc-latest-0.500-1-any                  25.5 KiB  69.8 KiB/s 00:00 [#######################################] 100%
 pactoys-r55.8860e1f-1-x86_64                 24.9 KiB  58.0 KiB/s 00:00 [#######################################] 100%
 perl-Encode-Locale-1.05-1-any                24.3 KiB  76.8 KiB/s 00:00 [#######################################] 100%
 perl-Net-HTTP-6.21-1-any                     23.9 KiB  61.5 KiB/s 00:00 [#######################################] 100%
 perl-Test-Pod-1.52-1-any                     23.8 KiB  68.3 KiB/s 00:00 [#######################################] 100%
 perl-HTTP-Cookies-6.10-1-any                 23.4 KiB  53.7 KiB/s 00:00 [#######################################] 100%
 libxxhash-0.8.1-1-x86_64                     22.5 KiB  54.7 KiB/s 00:00 [#######################################] 100%
 perl-Try-Tiny-0.31-1-any                     19.8 KiB  58.6 KiB/s 00:00 [#######################################] 100%
 perl-Net-SMTP-SSL-1.04-1-any                 18.4 KiB  60.9 KiB/s 00:00 [#######################################] 100%
 perl-IO-HTML-1.004-1-any                     16.1 KiB  38.1 KiB/s 00:00 [#######################################] 100%
 perl-WWW-RobotRules-6.02-2-any               12.2 KiB  30.0 KiB/s 00:00 [#######################################] 100%
 perl-File-Listing-6.14-1-any                 11.7 KiB  35.2 KiB/s 00:00 [#######################################] 100%
 perl-HTTP-Negotiate-6.01-2-any               11.4 KiB  35.7 KiB/s 00:00 [#######################################] 100%
 perl-Clone-0.45-2-x86_64                     11.3 KiB  34.0 KiB/s 00:00 [#######################################] 100%
 perl-HTML-Tagset-3.20-2-any                  10.3 KiB  28.2 KiB/s 00:00 [#######################################] 100%
 libpcre2posix-10.37-1-x86_64                  6.0 KiB  19.0 KiB/s 00:00 [#######################################] 100%
 libatomic_ops-7.6.12-1-any                    8.5 KiB  24.5 KiB/s 00:00 [#######################################] 100%
 automake-wrapper-11-4-any                     4.4 KiB  4.76 KiB/s 00:01 [#######################################] 100%
 Total (86/86)                                54.4 MiB  2.95 MiB/s 00:18 [#######################################] 100%
(86/86) checking keys in keyring                                         [#######################################] 100%
(86/86) checking package integrity                                       [#######################################] 100%
(86/86) loading package files                                            [#######################################] 100%
(86/86) checking for file conflicts                                      [#######################################] 100%
(86/86) checking available disk space                                    [#######################################] 100%
:: Processing package changes...
( 1/86) installing mpdecimal                                             [#######################################] 100%
( 2/86) installing python                                                [#######################################] 100%
( 3/86) installing docbook-xml                                           [#######################################] 100%
( 4/86) installing docbook-xsl                                           [#######################################] 100%
( 5/86) installing asciidoc                                              [#######################################] 100%
( 6/86) installing m4                                                    [#######################################] 100%
( 7/86) installing diffutils                                             [#######################################] 100%
( 8/86) installing autoconf                                              [#######################################] 100%
( 9/86) installing autoconf2.13                                          [#######################################] 100%
(10/86) installing libatomic_ops                                         [#######################################] 100%
(11/86) installing libgc                                                 [#######################################] 100%
(12/86) installing libltdl                                               [#######################################] 100%
(13/86) installing libguile                                              [#######################################] 100%
(14/86) installing autogen                                               [#######################################] 100%
(15/86) installing automake1.11                                          [#######################################] 100%
(16/86) installing automake1.12                                          [#######################################] 100%
(17/86) installing automake1.13                                          [#######################################] 100%
(18/86) installing automake1.14                                          [#######################################] 100%
(19/86) installing automake1.15                                          [#######################################] 100%
(20/86) installing automake1.16                                          [#######################################] 100%
(21/86) installing automake-wrapper                                      [#######################################] 100%
(22/86) installing bison                                                 [#######################################] 100%
(23/86) installing diffstat                                              [#######################################] 100%
(24/86) installing dos2unix                                              [#######################################] 100%
(25/86) installing flex                                                  [#######################################] 100%
(26/86) installing libiconv-devel                                        [#######################################] 100%
(27/86) installing gettext-devel                                         [#######################################] 100%
Optional dependencies for gettext-devel
    cvs: for autopoint tool
(28/86) installing gperf                                                 [#######################################] 100%
(29/86) installing groff                                                 [#######################################] 100%
(30/86) installing perl-XML-Parser                                       [#######################################] 100%
(31/86) installing intltool                                              [#######################################] 100%
(32/86) installing tar                                                   [#######################################] 100%
(33/86) installing libtool                                               [#######################################] 100%
(34/86) installing make                                                  [#######################################] 100%
(35/86) installing libpipeline                                           [#######################################] 100%
(36/86) installing man-db                                                [#######################################] 100%
it's recommended to create an initial
database running as root:
"/usr/bin/mandb --quiet"
Optional dependencies for man-db
    gzip [installed]
(37/86) installing pactoys                                               [#######################################] 100%
(38/86) installing patch                                                 [#######################################] 100%
Optional dependencies for patch
    ed: for patch -e functionality
(39/86) installing libpcre2_16                                           [#######################################] 100%
(40/86) installing libpcre2_32                                           [#######################################] 100%
(41/86) installing libpcre2posix                                         [#######################################] 100%
(42/86) installing pcre2                                                 [#######################################] 100%
(43/86) installing patchutils                                            [#######################################] 100%
(44/86) installing pkg-config                                            [#######################################] 100%
(45/86) installing libxxhash                                             [#######################################] 100%
(46/86) installing rsync                                                 [#######################################] 100%
(47/86) installing texinfo                                               [#######################################] 100%
(48/86) installing texinfo-tex                                           [#######################################] 100%
(49/86) installing perl-YAML-Syck                                        [#######################################] 100%
(50/86) installing perl-inc-latest                                       [#######################################] 100%
(51/86) installing perl-Module-Build                                     [#######################################] 100%
(52/86) installing perl-Test-Pod                                         [#######################################] 100%
(53/86) installing xmlto                                                 [#######################################] 100%
(54/86) installing expat                                                 [#######################################] 100%
(55/86) installing vim                                                   [#######################################] 100%
(56/86) installing heimdal                                               [#######################################] 100%
(57/86) installing openssh                                               [#######################################] 100%
(58/86) installing perl-Error                                            [#######################################] 100%
(59/86) installing perl-Authen-SASL                                      [#######################################] 100%
(60/86) installing perl-Encode-Locale                                    [#######################################] 100%
(61/86) installing perl-HTTP-Date                                        [#######################################] 100%
(62/86) installing perl-File-Listing                                     [#######################################] 100%
(63/86) installing perl-HTML-Tagset                                      [#######################################] 100%
(64/86) installing perl-Clone                                            [#######################################] 100%
(65/86) installing perl-IO-HTML                                          [#######################################] 100%
(66/86) installing perl-LWP-MediaTypes                                   [#######################################] 100%
(67/86) installing perl-URI                                              [#######################################] 100%
(68/86) installing perl-HTTP-Message                                     [#######################################] 100%
(69/86) installing perl-HTML-Parser                                      [#######################################] 100%
(70/86) installing perl-HTTP-Cookies                                     [#######################################] 100%
(71/86) installing perl-HTTP-Daemon                                      [#######################################] 100%
(72/86) installing perl-HTTP-Negotiate                                   [#######################################] 100%
(73/86) installing perl-Net-HTTP                                         [#######################################] 100%
(74/86) installing perl-WWW-RobotRules                                   [#######################################] 100%
(75/86) installing perl-Try-Tiny                                         [#######################################] 100%
(76/86) installing perl-libwww                                           [#######################################] 100%
Optional dependencies for perl-libwww
    perl-LWP-Protocol-https: for https:// url schemes
(77/86) installing perl-TimeDate                                         [#######################################] 100%
(78/86) installing perl-MailTools                                        [#######################################] 100%
(79/86) installing perl-IO-Stringy                                       [#######################################] 100%
(80/86) installing perl-Convert-BinHex                                   [#######################################] 100%
module test... pass.
(81/86) installing perl-MIME-tools                                       [#######################################] 100%
(82/86) installing perl-Net-SSLeay                                       [#######################################] 100%
(83/86) installing perl-IO-Socket-SSL                                    [#######################################] 100%
(84/86) installing perl-Net-SMTP-SSL                                     [#######################################] 100%
(85/86) installing perl-TermReadKey                                      [#######################################] 100%
(86/86) installing git                                                   [#######################################] 100%
Optional dependencies for git
    python: various helper scripts [installed]
    subversion: git svn
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
resolving dependencies...
looking for conflicting packages...
warning: removing 'mingw-w64-i686-pkg-config' from target list because it conflicts with 'mingw-w64-i686-pkgconf'

Packages (63) mingw-w64-i686-brotli-1.0.9-4  mingw-w64-i686-bzip2-1.0.8-2  mingw-w64-i686-c-ares-1.17.2-1
              mingw-w64-i686-ca-certificates-20210119-1  mingw-w64-i686-curl-7.81.0-1  mingw-w64-i686-expat-2.4.3-1
              mingw-w64-i686-gettext-0.21-3  mingw-w64-i686-gmp-6.2.1-3  mingw-w64-i686-isl-0.24-1
              mingw-w64-i686-jansson-2.14-1  mingw-w64-i686-jemalloc-5.2.1-2  mingw-w64-i686-jsoncpp-1.9.4-1
              mingw-w64-i686-libarchive-3.5.2-1  mingw-w64-i686-libffi-3.3-4  mingw-w64-i686-libiconv-1.16-2
              mingw-w64-i686-libidn2-2.3.1-1  mingw-w64-i686-libpsl-0.21.1-4  mingw-w64-i686-libssh2-1.10.0-1
              mingw-w64-i686-libsystre-1.0.1-4  mingw-w64-i686-libtasn1-4.18.0-1
              mingw-w64-i686-libtre-git-r128.6fb7206-2  mingw-w64-i686-libunistring-0.9.10-4
              mingw-w64-i686-libuv-1.42.0-3  mingw-w64-i686-libxml2-2.9.12-3  mingw-w64-i686-lz4-1.9.3-1
              mingw-w64-i686-mpc-1.2.1-1  mingw-w64-i686-mpdecimal-2.5.1-1  mingw-w64-i686-mpfr-4.1.0.p13-1
              mingw-w64-i686-ncurses-6.3-3  mingw-w64-i686-nettle-3.7.3-3  mingw-w64-i686-nghttp2-1.46.0-1
              mingw-w64-i686-openssl-1.1.1.m-1  mingw-w64-i686-p11-kit-0.24.0-1  mingw-w64-i686-pcre-8.45-1
              mingw-w64-i686-pkgconf-1.8.0-2  mingw-w64-i686-python-3.9.7-4  mingw-w64-i686-readline-8.1.001-1
              mingw-w64-i686-rhash-1.4.2-1  mingw-w64-i686-sqlite3-3.37.2-1  mingw-w64-i686-tcl-8.6.11-5
              mingw-w64-i686-termcap-1.3.1-6  mingw-w64-i686-tk-8.6.11.1-2  mingw-w64-i686-tzdata-2021e-1
              mingw-w64-i686-windows-default-manifest-6.4-3  mingw-w64-i686-wineditline-2.205-3
              mingw-w64-i686-xxhash-0.8.1-1  mingw-w64-i686-xz-5.2.5-2  mingw-w64-i686-zlib-1.2.11-9
              mingw-w64-i686-zstd-1.5.1-1  mingw-w64-i686-binutils-2.37-4  mingw-w64-i686-cmake-3.22.1-1
              mingw-w64-i686-crt-git-9.0.0.6373.5be8fcd83-1  mingw-w64-i686-gcc-11.2.0-6
              mingw-w64-i686-gcc-libs-11.2.0-6  mingw-w64-i686-gdb-11.1-2
              mingw-w64-i686-headers-git-9.0.0.6373.5be8fcd83-1  mingw-w64-i686-libltdl-2.4.6-21
              mingw-w64-i686-libmangle-git-9.0.0.6373.5be8fcd83-1
              mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1  mingw-w64-i686-make-4.3-1
              mingw-w64-i686-swig-4.0.2-3  mingw-w64-i686-tools-git-9.0.0.6373.5be8fcd83-1
              mingw-w64-i686-winpthreads-git-9.0.0.6373.5be8fcd83-1

Total Download Size:   111.65 MiB
Total Installed Size:  829.69 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 mingw-w64-i686-binutils-2.37-4-any            5.5 MiB  1127 KiB/s 00:05 [#######################################] 100%
 mingw-w64-i686-sqlite3-3.37.2-1-any           6.8 MiB   999 KiB/s 00:07 [#######################################] 100%
 mingw-w64-i686-headers-git-9.0.0.6373....     5.3 MiB  1300 KiB/s 00:04 [#######################################] 100%
 mingw-w64-i686-openssl-1.1.1.m-1-any          4.7 MiB  1276 KiB/s 00:04 [#######################################] 100%
 mingw-w64-i686-cmake-3.22.1-1-any             9.9 MiB   887 KiB/s 00:11 [#######################################] 100%
 mingw-w64-i686-gdb-11.1-2-any                 4.4 MiB  1326 KiB/s 00:03 [#######################################] 100%
 mingw-w64-i686-gettext-0.21-3-any             3.1 MiB  1451 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-tcl-8.6.11-5-any               2.6 MiB  1259 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-crt-git-9.0.0.6373.5be8...     2.5 MiB  1483 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-tk-8.6.11.1-2-any           1985.6 KiB  1089 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-ncurses-6.3-3-any           1618.6 KiB  1289 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libxml2-2.9.12-3-any        1495.0 KiB  2.72 MiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-python-3.9.7-4-any            16.8 MiB  1124 KiB/s 00:15 [#######################################] 100%
 mingw-w64-i686-curl-7.81.0-1-any           1323.5 KiB  2.68 MiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-swig-4.0.2-3-any            1090.5 KiB   824 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-nettle-3.7.3-3-any           916.0 KiB   553 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-isl-0.24-1-any               983.5 KiB   460 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-gcc-11.2.0-6-any              29.2 MiB  1684 KiB/s 00:18 [#######################################] 100%
 mingw-w64-i686-libarchive-3.5.2-1-any       772.4 KiB   768 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-pcre-8.45-1-any              889.3 KiB   317 KiB/s 00:03 [#######################################] 100%
 mingw-w64-i686-libunistring-0.9.10-4-any    707.3 KiB  1480 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libuv-1.42.0-3-any           542.1 KiB  1153 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-gmp-6.2.1-3-any              527.1 KiB  1413 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-zstd-1.5.1-1-any             485.5 KiB  1258 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-gcc-libs-11.2.0-6-any        886.9 KiB   370 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-readline-8.1.001-1-any       379.5 KiB  1143 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-brotli-1.0.9-4-any           378.3 KiB  1066 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-xz-5.2.5-2-any               367.1 KiB  1151 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-jemalloc-5.2.1-2-any         342.9 KiB   741 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-p11-kit-0.24.0-1-any         338.9 KiB  1062 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libiconv-1.16-2-any          750.5 KiB   373 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-mpfr-4.1.0.p13-1-any         338.7 KiB  1075 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-mpdecimal-2.5.1-1-any        324.8 KiB   747 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-ca-certificates-2021011...   318.5 KiB   923 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-tools-git-9.0.0.6373.5b...   311.6 KiB   939 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-jsoncpp-1.9.4-1-any          260.3 KiB   806 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libssh2-1.10.0-1-any         258.1 KiB   802 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-rhash-1.4.2-1-any            240.5 KiB   699 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-nghttp2-1.46.0-1-any         207.8 KiB   611 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-c-ares-1.17.2-1-any          203.9 KiB   591 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libtasn1-4.18.0-1-any        193.1 KiB   466 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-tzdata-2021e-1-any           179.0 KiB   467 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-make-4.3-1-any               155.1 KiB   499 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-lz4-1.9.3-1-any              153.7 KiB   479 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libidn2-2.3.1-1-any          135.1 KiB   348 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-xxhash-0.8.1-1-any           119.4 KiB   330 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-zlib-1.2.11-9-any            105.3 KiB   314 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-bzip2-1.0.8-2-any             92.0 KiB   287 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libtre-git-r128.6fb7206...    84.1 KiB   235 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-pkgconf-1.8.0-2-any           83.4 KiB   251 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libpsl-0.21.1-4-any           75.3 KiB   189 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-mpc-1.2.1-1-any               73.3 KiB   181 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-jansson-2.14-1-any            58.0 KiB   170 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-wineditline-2.205-3-any       57.8 KiB   140 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libltdl-2.4.6-21-any          52.7 KiB   134 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-expat-2.4.3-1-any            157.2 KiB  96.9 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-libffi-3.3-4-any              43.7 KiB   126 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-winpthreads-git-9.0.0.6...    39.9 KiB   115 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libwinpthread-git-9.0.0...    31.7 KiB  81.0 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-termcap-1.3.1-6-any           30.1 KiB  84.1 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libsystre-1.0.1-4-any         23.7 KiB  70.3 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libmangle-git-9.0.0.637...    22.1 KiB  21.3 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-windows-default-manifes...    12.9 KiB  9.82 KiB/s 00:01 [#######################################] 100%
 Total (63/63)                               111.6 MiB  4.80 MiB/s 00:23 [#######################################] 100%
(63/63) checking keys in keyring                                         [#######################################] 100%
(63/63) checking package integrity                                       [#######################################] 100%
(63/63) loading package files                                            [#######################################] 100%
(63/63) checking for file conflicts                                      [#######################################] 100%
(63/63) checking available disk space                                    [#######################################] 100%
:: Processing package changes...
( 1/63) installing mingw-w64-i686-libiconv                               [#######################################] 100%
( 2/63) installing mingw-w64-i686-zlib                                   [#######################################] 100%
( 3/63) installing mingw-w64-i686-binutils                               [#######################################] 100%
( 4/63) installing mingw-w64-i686-gmp                                    [#######################################] 100%
( 5/63) installing mingw-w64-i686-mpfr                                   [#######################################] 100%
( 6/63) installing mingw-w64-i686-mpc                                    [#######################################] 100%
( 7/63) installing mingw-w64-i686-libwinpthread-git                      [#######################################] 100%
( 8/63) installing mingw-w64-i686-gcc-libs                               [#######################################] 100%
( 9/63) installing mingw-w64-i686-pkgconf                                [#######################################] 100%
(10/63) installing mingw-w64-i686-c-ares                                 [#######################################] 100%
(11/63) installing mingw-w64-i686-brotli                                 [#######################################] 100%
(12/63) installing mingw-w64-i686-expat                                  [#######################################] 100%
(13/63) installing mingw-w64-i686-gettext                                [#######################################] 100%
(14/63) installing mingw-w64-i686-libunistring                           [#######################################] 100%
(15/63) installing mingw-w64-i686-libidn2                                [#######################################] 100%
(16/63) installing mingw-w64-i686-libpsl                                 [#######################################] 100%
(17/63) installing mingw-w64-i686-zstd                                   [#######################################] 100%
(18/63) installing mingw-w64-i686-libtasn1                               [#######################################] 100%
(19/63) installing mingw-w64-i686-libffi                                 [#######################################] 100%
(20/63) installing mingw-w64-i686-p11-kit                                [#######################################] 100%
(21/63) installing mingw-w64-i686-ca-certificates                        [#######################################] 100%
(22/63) installing mingw-w64-i686-openssl                                [#######################################] 100%
(23/63) installing mingw-w64-i686-libssh2                                [#######################################] 100%
(24/63) installing mingw-w64-i686-jansson                                [#######################################] 100%
(25/63) installing mingw-w64-i686-jemalloc                               [#######################################] 100%
(26/63) installing mingw-w64-i686-xz                                     [#######################################] 100%
(27/63) installing mingw-w64-i686-libxml2                                [#######################################] 100%
(28/63) installing mingw-w64-i686-nghttp2                                [#######################################] 100%
(29/63) installing mingw-w64-i686-curl                                   [#######################################] 100%
(30/63) installing mingw-w64-i686-jsoncpp                                [#######################################] 100%
(31/63) installing mingw-w64-i686-bzip2                                  [#######################################] 100%
(32/63) installing mingw-w64-i686-lz4                                    [#######################################] 100%
(33/63) installing mingw-w64-i686-libtre-git                             [#######################################] 100%
(34/63) installing mingw-w64-i686-libsystre                              [#######################################] 100%
(35/63) installing mingw-w64-i686-nettle                                 [#######################################] 100%
(36/63) installing mingw-w64-i686-libarchive                             [#######################################] 100%
(37/63) installing mingw-w64-i686-libuv                                  [#######################################] 100%
(38/63) installing mingw-w64-i686-rhash                                  [#######################################] 100%
(39/63) installing mingw-w64-i686-cmake                                  [#######################################] 100%
Optional dependencies for mingw-w64-i686-cmake
    mingw-w64-i686-qt6-base: CMake Qt GUI
    mingw-w64-i686-emacs: for cmake emacs mode
(40/63) installing mingw-w64-i686-headers-git                            [#######################################] 100%
(41/63) installing mingw-w64-i686-crt-git                                [#######################################] 100%
(42/63) installing mingw-w64-i686-isl                                    [#######################################] 100%
(43/63) installing mingw-w64-i686-windows-default-manifest               [#######################################] 100%
(44/63) installing mingw-w64-i686-winpthreads-git                        [#######################################] 100%
(45/63) installing mingw-w64-i686-gcc                                    [#######################################] 100%
(46/63) installing mingw-w64-i686-ncurses                                [#######################################] 100%
(47/63) installing mingw-w64-i686-mpdecimal                              [#######################################] 100%
(48/63) installing mingw-w64-i686-termcap                                [#######################################] 100%
(49/63) installing mingw-w64-i686-readline                               [#######################################] 100%
(50/63) installing mingw-w64-i686-tcl                                    [#######################################] 100%
(51/63) installing mingw-w64-i686-sqlite3                                [#######################################] 100%
(52/63) installing mingw-w64-i686-tk                                     [#######################################] 100%
(53/63) installing mingw-w64-i686-tzdata                                 [#######################################] 100%
(54/63) installing mingw-w64-i686-python                                 [#######################################] 100%
(55/63) installing mingw-w64-i686-xxhash                                 [#######################################] 100%
(56/63) installing mingw-w64-i686-gdb                                    [#######################################] 100%
Optional dependencies for mingw-w64-i686-gdb
    mingw-w64-i686-python-pygments: for syntax highlighting
(57/63) installing mingw-w64-i686-libmangle-git                          [#######################################] 100%
(58/63) installing mingw-w64-i686-libltdl                                [#######################################] 100%
(59/63) installing mingw-w64-i686-make                                   [#######################################] 100%
(60/63) installing mingw-w64-i686-wineditline                            [#######################################] 100%
(61/63) installing mingw-w64-i686-pcre                                   [#######################################] 100%
(62/63) installing mingw-w64-i686-swig                                   [#######################################] 100%
(63/63) installing mingw-w64-i686-tools-git                              [#######################################] 100%
Now we'll install a pre-built webkitgtk3 package we've created and placed in the GnuCash project on SourceForge. It will install several more dependencies from Mingw-w64's repository.
--2022-01-17 10:54:34--  https://downloads.sourceforge.net/gnucash/Dependencies/jralls_public_signing_key.asc
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://versaweb.dl.sourceforge.net/project/gnucash/Dependencies/jralls_public_signing_key.asc [following]
--2022-01-17 10:54:35--  https://versaweb.dl.sourceforge.net/project/gnucash/Dependencies/jralls_public_signing_key.asc
Resolving versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)... 162.251.232.173
Connecting to versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)|162.251.232.173|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1806 (1.8K) [application/octet-stream]
Saving to: 'jralls_public_signing_key.asc'

jralls_public_signing_key.asc 100%[=================================================>]   1.76K  --.-KB/s    in 0s

2022-01-17 10:54:36 (383 MB/s) - 'jralls_public_signing_key.asc' saved [1806/1806]

==> Updating trust database...
gpg: next trustdb check due at 2022-06-26

########################################################
### Setup hung here - interrupted and rerun ###
########################################################

PS E:\data\GnuCash\gcdev64>
PS E:\data\GnuCash\gcdev64> .\setup-mingw64.ps1 -target_dir e:\Data\GnuCash\gcdev64
target_dir=e:\Data\GnuCash\gcdev64
download_dir=e:\Data\GnuCash\gcdev64\\downloads
msys2_root=e:\Data\GnuCash\gcdev64\\msys2
x86_64=False
preferred_mirror=http://repo.msys2.org
get-item : Cannot find path 'HKCU:\SOFTWARE\Microsoft\HTML Help Workshop' because it does not exist.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:205 char:17
+ ... talled_hh = get-item -path "hkcu:\SOFTWARE\Microsoft\HTML Help Worksh ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...L Help Workshop:String) [Get-Item], ItemNotFoundExcep
   tion
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

Downloading e:\Data\GnuCash\gcdev64\\downloads\htmlhelp.exe from http://download.microsoft.com/download/0/a/9/0a939ef6-e31c-430f-a3df-dfae7960d564/htmlhelp.exe
Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:119 char:2
+     (New-Object System.Net.WebClient).DownloadFile($url, "$download_f ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

Installing e:\Data\GnuCash\gcdev64\\downloads\htmlhelp.exe
Exception calling "Start" with "1" argument(s): "The system cannot find the file specified"
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:126 char:5
+     $proc = [Diagnostics.Process]::Start($psi)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : Win32Exception

You cannot call a method on a null-valued expression.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:127 char:5
+     $proc.waitForExit()
+     ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull


Updating the installation. Accept the proposed changes. If the window doesn't close on its own then close it and re-run the script when it finishes.
:: Synchronizing package databases...
 mingw32                                    1431.7 KiB   933 KiB/s 00:02 [#######################################] 100%
 mingw64                                    1438.6 KiB   198 KiB/s 00:07 [#######################################] 100%
 ucrt64                                     1571.7 KiB   835 KiB/s 00:02 [#######################################] 100%
 clang64                                    1479.8 KiB   165 KiB/s 00:09 [#######################################] 100%
 msys                                        372.7 KiB   230 KiB/s 00:02 [#######################################] 100%
:: Starting core system upgrade...
 there is nothing to do
:: Starting full system upgrade...
:: Replace autoconf with msys/autoconf-wrapper? [Y/n]
:: Replace pkg-config with msys/pkgconf? [Y/n]
resolving dependencies...
looking for conflicting packages...

Packages (6) autoconf-2.71-3 [removal]  autoconf-wrapper-15-1  autoconf2.69-2.69-1  autoconf2.71-2.71-1
             pkg-config-0.29.2-4 [removal]  pkgconf-1.8.0-1

Total Download Size:   0.66 MiB
Total Installed Size:  3.92 MiB
Net Upgrade Size:      1.16 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 pkgconf-1.8.0-1-x86_64                       58.4 KiB   201 KiB/s 00:00 [#######################################] 100%
 autoconf2.71-2.71-1-any                     326.6 KiB   912 KiB/s 00:00 [#######################################] 100%
 autoconf-wrapper-15-1-any                     4.7 KiB  12.5 KiB/s 00:00 [#######################################] 100%
 autoconf2.69-2.69-1-any                     286.1 KiB   582 KiB/s 00:00 [#######################################] 100%
 Total (4/4)                                 675.7 KiB   883 KiB/s 00:01 [#######################################] 100%
(4/4) checking keys in keyring                                           [#######################################] 100%
(4/4) checking package integrity                                         [#######################################] 100%
(4/4) loading package files                                              [#######################################] 100%
(4/4) checking for file conflicts                                        [#######################################] 100%
(6/6) checking available disk space                                      [#######################################] 100%
:: Running pre-transaction hooks...
(1/1) Removing old entries from the info directory file...
:: Processing package changes...
(1/2) removing pkg-config                                                [#######################################] 100%
(2/2) removing autoconf                                                  [#######################################] 100%
(1/4) installing autoconf2.71                                            [#######################################] 100%
(2/4) installing autoconf2.69                                            [#######################################] 100%
(3/4) installing autoconf-wrapper                                        [#######################################] 100%
(4/4) installing pkgconf                                                 [#######################################] 100%
:: Synchronizing package databases...
 mingw32                                    1431.7 KiB  1200 KiB/s 00:01 [#######################################] 100%
 mingw64                                    1438.6 KiB   386 KiB/s 00:04 [#######################################] 100%
 ucrt64                                     1571.7 KiB   732 KiB/s 00:02 [#######################################] 100%
 clang64                                    1479.8 KiB   344 KiB/s 00:04 [#######################################] 100%
 msys                                        372.7 KiB   311 KiB/s 00:01 [#######################################] 100%
:: Starting core system upgrade...
 there is nothing to do
:: Starting full system upgrade...
 there is nothing to do
warning: asciidoc-9.1.1-1 is up to date -- skipping
warning: autoconf2.13-2.13-5 is up to date -- skipping
warning: autogen-5.18.16-3 is up to date -- skipping
warning: automake-wrapper-11-4 is up to date -- skipping
warning: bison-3.8.2-2 is up to date -- skipping
warning: diffstat-1.64-1 is up to date -- skipping
warning: diffutils-3.8-2 is up to date -- skipping
warning: dos2unix-7.4.2-1 is up to date -- skipping
warning: file-5.41-2 is up to date -- skipping
warning: flex-2.6.4-2 is up to date -- skipping
warning: gawk-5.1.0-2 is up to date -- skipping
warning: gettext-0.21-1 is up to date -- skipping
warning: gettext-devel-0.21-1 is up to date -- skipping
warning: gperf-3.1-3 is up to date -- skipping
warning: grep-1~3.0-3 is up to date -- skipping
warning: groff-1.22.4-2 is up to date -- skipping
warning: intltool-0.51.0-2 is up to date -- skipping
warning: libtool-2.4.6-14 is up to date -- skipping
warning: m4-1.4.19-2 is up to date -- skipping
warning: make-4.3-3 is up to date -- skipping
warning: man-db-2.9.4-1 is up to date -- skipping
warning: pacman-6.0.1-9 is up to date -- skipping
warning: pactoys-r55.8860e1f-1 is up to date -- skipping
warning: patch-2.7.6-1 is up to date -- skipping
warning: patchutils-0.4.2-2 is up to date -- skipping
warning: perl-5.32.1-2 is up to date -- skipping
warning: python-3.9.9-2 is up to date -- skipping
warning: rsync-3.2.3-2 is up to date -- skipping
warning: sed-4.8-2 is up to date -- skipping
warning: texinfo-6.8-3 is up to date -- skipping
warning: texinfo-tex-6.8-3 is up to date -- skipping
warning: wget-1.21.2-1 is up to date -- skipping
warning: xmlto-0.0.28-2 is up to date -- skipping
warning: git-2.34.1-1 is up to date -- skipping
warning: texinfo-6.8-3 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
:: autoconf and autoconf-wrapper are in conflict. Remove autoconf-wrapper? [Y/n]
:: pkg-config and pkgconf are in conflict. Remove pkgconf? [Y/n]

Packages (4) autoconf-wrapper-15-1 [removal]  pkgconf-1.8.0-1 [removal]  autoconf-2.71-3  pkg-config-0.29.2-4

Total Installed Size:  2.76 MiB
Net Upgrade Size:      2.45 MiB

:: Proceed with installation? [Y/n]
(2/2) checking keys in keyring                                           [#######################################] 100%
(2/2) checking package integrity                                         [#######################################] 100%
(2/2) loading package files                                              [#######################################] 100%
(2/2) checking for file conflicts                                        [#######################################] 100%
(4/4) checking available disk space                                      [#######################################] 100%
:: Processing package changes...
(1/2) removing pkgconf                                                   [#######################################] 100%
(2/2) removing autoconf-wrapper                                          [#######################################] 100%
(1/2) installing autoconf                                                [#######################################] 100%
(2/2) installing pkg-config                                              [#######################################] 100%
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
warning: mingw-w64-i686-binutils-2.37-4 is up to date -- skipping
warning: mingw-w64-i686-cmake-3.22.1-1 is up to date -- skipping
warning: mingw-w64-i686-crt-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-gcc-11.2.0-6 is up to date -- skipping
warning: mingw-w64-i686-gcc-libs-11.2.0-6 is up to date -- skipping
warning: mingw-w64-i686-gdb-11.1-2 is up to date -- skipping
warning: mingw-w64-i686-headers-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-libmangle-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-libltdl-2.4.6-21 is up to date -- skipping
warning: mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-make-4.3-1 is up to date -- skipping
warning: mingw-w64-i686-swig-4.0.2-3 is up to date -- skipping
warning: mingw-w64-i686-tools-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-winpthreads-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
:: mingw-w64-i686-pkg-config and mingw-w64-i686-pkgconf are in conflict. Remove mingw-w64-i686-pkgconf? [Y/n]
error: failed to prepare transaction (could not satisfy dependencies)
:: removing mingw-w64-i686-pkgconf breaks dependency 'mingw-w64-i686-pkgconf' required by mingw-w64-i686-cmake
Now we'll install a pre-built webkitgtk3 package we've created and placed in the GnuCash project on SourceForge. It will install several more dependencies from Mingw-w64's repository.
--2022-01-17 11:07:22--  https://downloads.sourceforge.net/gnucash/Dependencies/jralls_public_signing_key.asc
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://versaweb.dl.sourceforge.net/project/gnucash/Dependencies/jralls_public_signing_key.asc [following]
--2022-01-17 11:07:23--  https://versaweb.dl.sourceforge.net/project/gnucash/Dependencies/jralls_public_signing_key.asc
Resolving versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)... 162.251.232.173
Connecting to versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)|162.251.232.173|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1806 (1.8K) [application/octet-stream]
Saving to: 'jralls_public_signing_key.asc'

jralls_public_signing_key.asc 100%[=================================================>]   1.76K  --.-KB/s    in 0s

2022-01-17 11:07:24 (366 MB/s) - 'jralls_public_signing_key.asc' saved [1806/1806]

==> Updating trust database...
gpg: next trustdb check due at 2022-06-26
  -> Locally signed 1 keys.
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   7  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   7  signed:   6  trust: 1-, 0q, 0n, 6m, 0f, 0u
gpg: depth: 2  valid:   6  signed:   0  trust: 6-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2022-06-26
:: Retrieving packages...
 mingw-w64-i686-webkitgtk3-2.4.11-999.4-any    8.1 MiB  2.04 MiB/s 00:04 [#######################################] 100%
error: failed retrieving file 'mingw-w64-i686-webkitgtk3-2.4.11-999.4-any.pkg.tar.zst.sig' from master.dl.sourceforge.net : Maximum file size exceeded
warning: failed to retrieve some files

Now we'll install the dependencies. Accept the installation as usual. About half-way through it will stop with a message about fontconfig. Just type "Return" at it and it will resume after a minute or two (be patient!) and complete the installation.
warning: mingw-w64-i686-sqlite3-3.37.2-1 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: mingw-w64-i686-libwebp will be installed before its mingw-w64-i686-libtiff dependency
warning: dependency cycle detected:
warning: mingw-w64-i686-harfbuzz will be installed before its mingw-w64-i686-freetype dependency

Packages (50) mingw-w64-i686-adobe-source-code-pro-fonts-2.038ro+1.058it+1.018var-1
              mingw-w64-i686-adwaita-icon-theme-41.0-1  mingw-w64-i686-atk-2.36.0-2  mingw-w64-i686-cairo-1.17.4-4
              mingw-w64-i686-cantarell-fonts-0.303.1-1  mingw-w64-i686-docbook-xml-1~4.5-2
              mingw-w64-i686-fontconfig-2.13.94-1  mingw-w64-i686-freetype-2.11.1-2  mingw-w64-i686-fribidi-1.0.11-1
              mingw-w64-i686-gdk-pixbuf2-2.42.6-2  mingw-w64-i686-giflib-5.2.1-3
              mingw-w64-i686-glib-networking-2.70.1-1  mingw-w64-i686-glib2-2.70.2-2  mingw-w64-i686-gnutls-3.7.2-5
              mingw-w64-i686-graphite2-1.3.14-2  mingw-w64-i686-gsettings-desktop-schemas-41.0-1
              mingw-w64-i686-gtk-update-icon-cache-3.24.31+56+g7e9935e381-1  mingw-w64-i686-harfbuzz-3.2.0-1
              mingw-w64-i686-hicolor-icon-theme-0.17-2  mingw-w64-i686-jbigkit-2.1-4  mingw-w64-i686-json-glib-1.6.6-2
              mingw-w64-i686-lerc-3.0-3  mingw-w64-i686-libdatrie-0.2.13-1  mingw-w64-i686-libdeflate-1.8-2
              mingw-w64-i686-libepoxy-1.5.9-1  mingw-w64-i686-libgcrypt-1.9.4-1  mingw-w64-i686-libgpg-error-1.43-1
              mingw-w64-i686-libjpeg-turbo-2.1.2-2  mingw-w64-i686-libpng-1.6.37-6  mingw-w64-i686-libproxy-0.4.17-3
              mingw-w64-i686-librsvg-2.52.5-2  mingw-w64-i686-libthai-0.1.29-1  mingw-w64-i686-libtiff-4.3.0-7
              mingw-w64-i686-libxslt-1.1.34-4  mingw-w64-i686-lzo2-2.10-2  mingw-w64-i686-pango-1.50.3-1
              mingw-w64-i686-pixman-0.40.0-2  winpty-0.4.3-1  mingw-w64-i686-boost-1.78.0-1
              mingw-w64-i686-docbook-xsl-1.79.2-7  mingw-w64-i686-gtk3-3.24.31+56+g7e9935e381-1
              mingw-w64-i686-icu-69.1-1  mingw-w64-i686-iso-codes-4.9.0-1  mingw-w64-i686-libmariadbclient-3.1.12-1
              mingw-w64-i686-libsoup-2.74.2-1  mingw-w64-i686-libwebp-1.2.1-1  mingw-w64-i686-ninja-1.10.2-3
              mingw-w64-i686-pdcurses-4.3.1-1  mingw-w64-i686-postgresql-14.0-1  mingw-w64-i686-shared-mime-info-2.1-4

Total Download Size:   105.54 MiB
Total Installed Size:  815.29 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 mingw-w64-i686-librsvg-2.52.5-2-any           8.2 MiB   190 KiB/s 00:44 [#######################################] 100%
 mingw-w64-i686-gtk3-3.24.31+56+g7e9935...     9.7 MiB   219 KiB/s 00:45 [#######################################] 100%
 mingw-w64-i686-adwaita-icon-theme-41.0...    11.2 MiB   247 KiB/s 00:46 [#######################################] 100%
 mingw-w64-i686-postgresql-14.0-1-any          7.9 MiB  2.16 MiB/s 00:04 [#######################################] 100%
 mingw-w64-i686-iso-codes-4.9.0-1-any          3.1 MiB  1731 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-glib2-2.70.2-2-any             3.5 MiB  1213 KiB/s 00:03 [#######################################] 100%
 mingw-w64-i686-gnutls-3.7.2-5-any             2.1 MiB  1798 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-ninja-1.10.2-3-any             2.5 MiB  1171 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-pango-1.50.3-1-any             2.1 MiB  1050 KiB/s 00:02 [#######################################] 100%
 mingw-w64-i686-gdk-pixbuf2-2.42.6-2-any    1889.1 KiB  1691 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-harfbuzz-3.2.0-1-any        1218.2 KiB  1291 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libtiff-4.3.0-7-any          998.4 KiB   996 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-adobe-source-code-pro-f...   974.0 KiB  1142 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libepoxy-1.5.9-1-any         832.2 KiB   866 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-cairo-1.17.4-4-any           791.3 KiB   887 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-docbook-xsl-1.79.2-7-any     792.0 KiB   879 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libsoup-2.74.2-1-any         764.9 KiB   748 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-gsettings-desktop-schem...   665.9 KiB   685 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libgcrypt-1.9.4-1-any        680.0 KiB   663 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-shared-mime-info-2.1-4-any   612.8 KiB  1055 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-boost-1.78.0-1-any            18.0 MiB   345 KiB/s 00:54 [#######################################] 100%
 mingw-w64-i686-libjpeg-turbo-2.1.2-2-any    517.1 KiB  1043 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-freetype-2.11.1-2-any        581.4 KiB  1061 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libwebp-1.2.1-1-any          464.0 KiB  1022 KiB/s 00:00 [#######################################] 100%
 winpty-0.4.3-1-x86_64                       500.5 KiB   676 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libxslt-1.1.34-4-any         445.1 KiB   883 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libpng-1.6.37-6-any          382.2 KiB   642 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-atk-2.36.0-2-any             374.0 KiB   786 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libmariadbclient-3.1.12...   377.5 KiB   498 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libgpg-error-1.43-1-any      324.3 KiB   693 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-pixman-0.40.0-2-any          317.0 KiB   659 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-json-glib-1.6.6-2-any        248.3 KiB   571 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-fontconfig-2.13.94-1-any     247.7 KiB   704 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-lerc-3.0-3-any               227.0 KiB   672 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libthai-0.1.29-1-any         210.8 KiB   473 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-pdcurses-4.3.1-1-any         196.4 KiB   407 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-glib-networking-2.70.1-...   180.0 KiB   199 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-libproxy-0.4.17-3-any        114.5 KiB   189 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-graphite2-1.3.14-2-any       147.3 KiB   210 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-giflib-5.2.1-3-any           131.5 KiB   200 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-icu-69.1-1-any                20.9 MiB   378 KiB/s 00:57 [#######################################] 100%
 mingw-w64-i686-lzo2-2.10-2-any               95.4 KiB   300 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-cantarell-fonts-0.303.1...   112.9 KiB   335 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-docbook-xml-1~4.5-2-any       86.3 KiB   199 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-fribidi-1.0.11-1-any          82.4 KiB   202 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-jbigkit-2.1-4-any             79.0 KiB   232 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libdatrie-0.2.13-1-any        78.5 KiB   238 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-libdeflate-1.8-2-any          70.8 KiB   162 KiB/s 00:00 [#######################################] 100%
 mingw-w64-i686-gtk-update-icon-cache-3...    24.4 KiB  25.0 KiB/s 00:01 [#######################################] 100%
 mingw-w64-i686-hicolor-icon-theme-0.17...    18.1 KiB  20.8 KiB/s 00:01 [#######################################] 100%
 Total (50/50)                               105.5 MiB  1866 KiB/s 00:58 [#######################################] 100%
(50/50) checking keys in keyring                                         [#######################################] 100%
(50/50) checking package integrity                                       [#######################################] 100%
(50/50) loading package files                                            [#######################################] 100%
(50/50) checking for file conflicts                                      [#######################################] 100%
(50/50) checking available disk space                                    [#######################################] 100%
:: Processing package changes...
( 1/50) installing mingw-w64-i686-icu                                    [#######################################] 100%
( 2/50) installing mingw-w64-i686-boost                                  [#######################################] 100%
( 3/50) installing mingw-w64-i686-hicolor-icon-theme                     [#######################################] 100%
( 4/50) installing mingw-w64-i686-glib2                                  [#######################################] 100%
( 5/50) installing mingw-w64-i686-libjpeg-turbo                          [#######################################] 100%
( 6/50) installing mingw-w64-i686-libpng                                 [#######################################] 100%
( 7/50) installing mingw-w64-i686-jbigkit                                [#######################################] 100%
( 8/50) installing mingw-w64-i686-lerc                                   [#######################################] 100%
( 9/50) installing mingw-w64-i686-libdeflate                             [#######################################] 100%
(10/50) installing mingw-w64-i686-giflib                                 [#######################################] 100%
(11/50) installing mingw-w64-i686-libwebp                                [#######################################] 100%
(12/50) installing mingw-w64-i686-libtiff                                [#######################################] 100%
(13/50) installing mingw-w64-i686-gdk-pixbuf2                            [#######################################] 100%
(14/50) installing mingw-w64-i686-graphite2                              [#######################################] 100%
(15/50) installing mingw-w64-i686-harfbuzz                               [#######################################] 100%
Optional dependencies for mingw-w64-i686-harfbuzz
    mingw-w64-i686-icu: harfbuzz-icu support [installed]
    mingw-w64-i686-cairo: hb-view program [pending]
(16/50) installing mingw-w64-i686-freetype                               [#######################################] 100%
(17/50) installing mingw-w64-i686-fontconfig                             [#######################################] 100%

  Fontconfig configuration is done via /mingw32/etc/fonts/conf.avail and conf.d.
  Read /mingw32/etc/fonts/conf.d/README for more information.

updating font cache... done.
(18/50) installing mingw-w64-i686-lzo2                                   [#######################################] 100%
(19/50) installing mingw-w64-i686-pixman                                 [#######################################] 100%
(20/50) installing mingw-w64-i686-cairo                                  [#######################################] 100%
Optional dependencies for mingw-w64-i686-cairo
    mingw-w64-i686-glib2: libcairo-gobject [installed]
(21/50) installing mingw-w64-i686-fribidi                                [#######################################] 100%
(22/50) installing mingw-w64-i686-libdatrie                              [#######################################] 100%
(23/50) installing mingw-w64-i686-libthai                                [#######################################] 100%
(24/50) installing mingw-w64-i686-pango                                  [#######################################] 100%
(25/50) installing mingw-w64-i686-librsvg                                [#######################################] 100%
Optional dependencies for mingw-w64-i686-librsvg
    mingw-w64-i686-gtk3: for rsvg-view-3 [pending]
(26/50) installing mingw-w64-i686-adwaita-icon-theme                     [#######################################] 100%
error: command (/usr/bin/bash /usr/bin/bash -c . /tmp/alpm_3Ge8XU/.INSTALL; post_install 41.0-1 ) failed to execute correctly
(27/50) installing mingw-w64-i686-atk                                    [#######################################] 100%
(28/50) installing mingw-w64-i686-json-glib                              [#######################################] 100%
(29/50) installing mingw-w64-i686-libepoxy                               [#######################################] 100%
(30/50) installing mingw-w64-i686-shared-mime-info                       [#######################################] 100%
(31/50) installing mingw-w64-i686-gtk-update-icon-cache                  [#######################################] 100%
(32/50) installing mingw-w64-i686-gtk3                                   [#######################################] 100%
(33/50) installing mingw-w64-i686-iso-codes                              [#######################################] 100%
(34/50) installing mingw-w64-i686-libmariadbclient                       [#######################################] 100%
(35/50) installing mingw-w64-i686-gnutls                                 [#######################################] 100%
(36/50) installing mingw-w64-i686-libproxy                               [#######################################] 100%
(37/50) installing mingw-w64-i686-adobe-source-code-pro-fonts            [#######################################] 100%
(38/50) installing mingw-w64-i686-cantarell-fonts                        [#######################################] 100%
(39/50) installing mingw-w64-i686-gsettings-desktop-schemas              [#######################################] 100%
(40/50) installing mingw-w64-i686-glib-networking                        [#######################################] 100%
(41/50) installing mingw-w64-i686-libsoup                                [#######################################] 100%
(42/50) installing mingw-w64-i686-libgpg-error                           [#######################################] 100%
(43/50) installing mingw-w64-i686-libgcrypt                              [#######################################] 100%
(44/50) installing mingw-w64-i686-libxslt                                [#######################################] 100%
(45/50) installing winpty                                                [#######################################] 100%
(46/50) installing mingw-w64-i686-postgresql                             [#######################################] 100%
(47/50) installing mingw-w64-i686-ninja                                  [#######################################] 100%
(48/50) installing mingw-w64-i686-pdcurses                               [#######################################] 100%
(49/50) installing mingw-w64-i686-docbook-xml                            [#######################################] 100%
(50/50) installing mingw-w64-i686-docbook-xsl                                [###########################################] 100%
:: Running post-transaction hooks...
(1/6) Updating fontconfig cache...
(2/6) Probing GDK-Pixbuf loader modules...
(3/6) Updating GIO module cache...
(4/6) Compiling GSettings XML schema files...
(5/6) Updating icon theme caches...
(6/6) Updating the MIME type database...

Note that 'E:/Data/GnuCash/gcdev64/msys2/mingw32/share' is not in the search path
set by the XDG_DATA_HOME and XDG_DATA_DIRS
environment variables, so applications may not
be able to find it until you set them. The
directories currently searched are:

- E:\Data\GnuCash\gcdev64\msys2\home\goodc\.local\share
- /usr/local/share/
- /usr/share/


Next we'll install the HTML Help Workshop includes and libraries into our MinGW directory.
get-item : Cannot find path 'HKCU:\SOFTWARE\Microsoft\HTML Help Workshop' because it does not exist.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:300 char:18
+ ... talled_hh = get-item -path "hkcu:\SOFTWARE\Microsoft\HTML Help Worksh ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...L Help Workshop:String) [Get-Item], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

****** ERROR ****
There was an error installing HTML Help Workshop. This will prevent building the documentation. If you didn't before, run setup-mingw64.ps1 in a PowerShell instance with Administrative priviledge. If you did that already, you may need to install HTML Help Workshop by hand.
****************
HTML Help Workshop isn't correctly installed.

Clone the gnucash-on-windows repository into the target source directory, patch jhbuild to disable its DESTDIR dance and set up jhbuildrc with our prefixes.


    Directory: E:\Data\GnuCash\gcdev64


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----        17/01/2022  11:11 AM                src
Cloning into '/e/Data/GnuCash/gcdev64/src/gnucash-on-windows.git'...
remote: Enumerating objects: 4730, done.
remote: Counting objects: 100% (204/204), done.
remote: Compressing objects: 100% (135/135), done.
remote: Total 4730 (delta 121), reused 145 (delta 69), pack-reused 4526
Receiving objects: 100% (4730/4730), 1.70 MiB | 2.16 MiB/s, done.
Resolving deltas: 100% (3183/3183), done.
Cloning into '/e/Data/GnuCash/gcdev64/src/jhbuild.git'...
warning: redirecting to https://gitlab.gnome.org/GNOME/jhbuild.git/
remote: Enumerating objects: 53797, done.
remote: Counting objects: 100% (125/125), done.
remote: Compressing objects: 100% (73/73), done.
remote: Total 53797 (delta 79), reused 96 (delta 52), pack-reused 53672
Receiving objects: 100% (53797/53797), 13.76 MiB | 3.13 MiB/s, done.
Resolving deltas: 100% (41418/41418), done.
patching file jhbuild/modtypes/__init__.py
patching file jhbuild/modtypes/cmake.py
patching file jhbuild/utils/systeminstall.py


Your build environment is now ready to use. Open an MSys2/mingw32 shell from the start menu, cd to /e/Data/GnuCash/gcdev64, and run
jhbuild -f src/gnucash-on-windows.git/jhbuildrc build

Note that the build will not work with the plain MSys2 shell!


PS E:\data\GnuCash\gcdev64>
20220117_2 Setup-ming64.ps1.txt (text/plain, 15.1 KB)
After I manually downloaded mingw-w64-i686-webkitgtk3-2.4.11-999.4-any.pkg.tar.zst.sig and put it in
  gcdev64\msys2\var\cache\pacman\pkg to fix error: Maximum file size exceeded
  See https://github.com/msys2/MSYS2-packages/issues/942

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Users\goodc> e:
PS E:\> cd .\data\GnuCash\gcdev64\
PS E:\data\GnuCash\gcdev64> .\setup-mingw64.ps1 -target_dir e:\Data\GnuCash\gcdev64
target_dir=e:\Data\GnuCash\gcdev64
download_dir=e:\Data\GnuCash\gcdev64\\downloads
msys2_root=e:\Data\GnuCash\gcdev64\\msys2
x86_64=False
preferred_mirror=http://repo.msys2.org
get-item : Cannot find path 'HKCU:\SOFTWARE\Microsoft\HTML Help Workshop' because it does not exist.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:205 char:17
+ ... talled_hh = get-item -path "hkcu:\SOFTWARE\Microsoft\HTML Help Worksh ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...L Help Workshop:String) [Get-Item], ItemNotFoundExcep
   tion
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

Downloading e:\Data\GnuCash\gcdev64\\downloads\htmlhelp.exe from http://download.microsoft.com/download/0/a/9/0a939ef6-e31c-430f-a3df-dfae7960d564/htmlhelp.exe
Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:119 char:2
+     (New-Object System.Net.WebClient).DownloadFile($url, "$download_f ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

Installing e:\Data\GnuCash\gcdev64\\downloads\htmlhelp.exe
Exception calling "Start" with "1" argument(s): "The system cannot find the file specified"
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:126 char:5
+     $proc = [Diagnostics.Process]::Start($psi)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : Win32Exception

You cannot call a method on a null-valued expression.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:127 char:5
+     $proc.waitForExit()
+     ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull


Updating the installation. Accept the proposed changes. If the window doesn't close on its own then close it and re-run the script when it finishes.
:: Synchronizing package databases...
 mingw32                                    1431.7 KiB   733 KiB/s 00:02 [#######################################] 100%
 mingw64                                    1438.6 KiB   501 KiB/s 00:03 [#######################################] 100%
 ucrt64                                     1571.7 KiB   672 KiB/s 00:02 [#######################################] 100%
 clang64                                    1479.8 KiB   467 KiB/s 00:03 [#######################################] 100%
 msys                                        372.7 KiB   178 KiB/s 00:02 [#######################################] 100%
:: Starting core system upgrade...
 there is nothing to do
:: Starting full system upgrade...
:: Replace autoconf with msys/autoconf-wrapper? [Y/n]
:: Replace pkg-config with msys/pkgconf? [Y/n]
resolving dependencies...
looking for conflicting packages...

Packages (4) autoconf-2.71-3 [removal]  autoconf-wrapper-15-1  pkg-config-0.29.2-4 [removal]  pkgconf-1.8.0-1

Total Installed Size:   0.31 MiB
Net Upgrade Size:      -2.45 MiB

:: Proceed with installation? [Y/n]
(2/2) checking keys in keyring                                           [#######################################] 100%
(2/2) checking package integrity                                         [#######################################] 100%
(2/2) loading package files                                              [#######################################] 100%
(2/2) checking for file conflicts                                        [#######################################] 100%
(4/4) checking available disk space                                      [#######################################] 100%
:: Running pre-transaction hooks...
(1/1) Removing old entries from the info directory file...
:: Processing package changes...
(1/2) removing pkg-config                                                [#######################################] 100%
(2/2) removing autoconf                                                  [#######################################] 100%
(1/2) installing autoconf-wrapper                                        [#######################################] 100%
(2/2) installing pkgconf                                                 [#######################################] 100%
:: Synchronizing package databases...
 mingw32                                    1431.7 KiB   791 KiB/s 00:02 [#######################################] 100%
 mingw64                                    1438.6 KiB   513 KiB/s 00:03 [#######################################] 100%
 ucrt64                                     1571.7 KiB   722 KiB/s 00:02 [#######################################] 100%
 clang64                                    1479.8 KiB   823 KiB/s 00:02 [#######################################] 100%
 msys                                        372.7 KiB   304 KiB/s 00:01 [#######################################] 100%
:: Starting core system upgrade...
 there is nothing to do
:: Starting full system upgrade...
 there is nothing to do
warning: asciidoc-9.1.1-1 is up to date -- skipping
warning: autoconf2.13-2.13-5 is up to date -- skipping
warning: autogen-5.18.16-3 is up to date -- skipping
warning: automake-wrapper-11-4 is up to date -- skipping
warning: bison-3.8.2-2 is up to date -- skipping
warning: diffstat-1.64-1 is up to date -- skipping
warning: diffutils-3.8-2 is up to date -- skipping
warning: dos2unix-7.4.2-1 is up to date -- skipping
warning: file-5.41-2 is up to date -- skipping
warning: flex-2.6.4-2 is up to date -- skipping
warning: gawk-5.1.0-2 is up to date -- skipping
warning: gettext-0.21-1 is up to date -- skipping
warning: gettext-devel-0.21-1 is up to date -- skipping
warning: gperf-3.1-3 is up to date -- skipping
warning: grep-1~3.0-3 is up to date -- skipping
warning: groff-1.22.4-2 is up to date -- skipping
warning: intltool-0.51.0-2 is up to date -- skipping
warning: libtool-2.4.6-14 is up to date -- skipping
warning: m4-1.4.19-2 is up to date -- skipping
warning: make-4.3-3 is up to date -- skipping
warning: man-db-2.9.4-1 is up to date -- skipping
warning: pacman-6.0.1-9 is up to date -- skipping
warning: pactoys-r55.8860e1f-1 is up to date -- skipping
warning: patch-2.7.6-1 is up to date -- skipping
warning: patchutils-0.4.2-2 is up to date -- skipping
warning: perl-5.32.1-2 is up to date -- skipping
warning: python-3.9.9-2 is up to date -- skipping
warning: rsync-3.2.3-2 is up to date -- skipping
warning: sed-4.8-2 is up to date -- skipping
warning: texinfo-6.8-3 is up to date -- skipping
warning: texinfo-tex-6.8-3 is up to date -- skipping
warning: wget-1.21.2-1 is up to date -- skipping
warning: xmlto-0.0.28-2 is up to date -- skipping
warning: git-2.34.1-1 is up to date -- skipping
warning: texinfo-6.8-3 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
:: autoconf and autoconf-wrapper are in conflict. Remove autoconf-wrapper? [Y/n]
:: pkg-config and pkgconf are in conflict. Remove pkgconf? [Y/n]

Packages (4) autoconf-wrapper-15-1 [removal]  pkgconf-1.8.0-1 [removal]  autoconf-2.71-3  pkg-config-0.29.2-4

Total Installed Size:  2.76 MiB
Net Upgrade Size:      2.45 MiB

:: Proceed with installation? [Y/n]
(2/2) checking keys in keyring                                           [#######################################] 100%
(2/2) checking package integrity                                         [#######################################] 100%
(2/2) loading package files                                              [#######################################] 100%
(2/2) checking for file conflicts                                        [#######################################] 100%
(4/4) checking available disk space                                      [#######################################] 100%
:: Processing package changes...
(1/2) removing pkgconf                                                   [#######################################] 100%
(2/2) removing autoconf-wrapper                                          [#######################################] 100%
(1/2) installing autoconf                                                [#######################################] 100%
(2/2) installing pkg-config                                              [#######################################] 100%
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
warning: mingw-w64-i686-binutils-2.37-4 is up to date -- skipping
warning: mingw-w64-i686-cmake-3.22.1-1 is up to date -- skipping
warning: mingw-w64-i686-crt-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-gcc-11.2.0-6 is up to date -- skipping
warning: mingw-w64-i686-gcc-libs-11.2.0-6 is up to date -- skipping
warning: mingw-w64-i686-gdb-11.1-2 is up to date -- skipping
warning: mingw-w64-i686-headers-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-libmangle-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-libltdl-2.4.6-21 is up to date -- skipping
warning: mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-make-4.3-1 is up to date -- skipping
warning: mingw-w64-i686-swig-4.0.2-3 is up to date -- skipping
warning: mingw-w64-i686-tools-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
warning: mingw-w64-i686-winpthreads-git-9.0.0.6373.5be8fcd83-1 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
:: mingw-w64-i686-pkg-config and mingw-w64-i686-pkgconf are in conflict. Remove mingw-w64-i686-pkgconf? [Y/n]
error: failed to prepare transaction (could not satisfy dependencies)
:: removing mingw-w64-i686-pkgconf breaks dependency 'mingw-w64-i686-pkgconf' required by mingw-w64-i686-cmake
Now we'll install a pre-built webkitgtk3 package we've created and placed in the GnuCash project on SourceForge. It will install several more dependencies from Mingw-w64's repository.
--2022-01-17 18:49:31--  https://downloads.sourceforge.net/gnucash/Dependencies/jralls_public_signing_key.asc
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://versaweb.dl.sourceforge.net/project/gnucash/Dependencies/jralls_public_signing_key.asc [following]
--2022-01-17 18:49:32--  https://versaweb.dl.sourceforge.net/project/gnucash/Dependencies/jralls_public_signing_key.asc
Resolving versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)... 162.251.232.173
Connecting to versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)|162.251.232.173|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1806 (1.8K) [application/octet-stream]
Saving to: 'jralls_public_signing_key.asc'

jralls_public_signing_key.asc 100%[=================================================>]   1.76K  --.-KB/s    in 0s

2022-01-17 18:49:33 (420 MB/s) - 'jralls_public_signing_key.asc' saved [1806/1806]

==> Updating trust database...
gpg: next trustdb check due at 2022-06-26
  -> Locally signed 1 keys.
==> Updating trust database...
gpg: next trustdb check due at 2022-06-26
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) mingw-w64-i686-webkitgtk3-2.4.11-999.4

Total Installed Size:  36.67 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                           [#######################################] 100%
(1/1) checking package integrity                                         [#######################################] 100%
(1/1) loading package files                                              [#######################################] 100%
(1/1) checking for file conflicts                                        [#######################################] 100%
(1/1) checking available disk space                                      [#######################################] 100%
:: Processing package changes...
(1/1) installing mingw-w64-i686-webkitgtk3                               [#######################################] 100%

Now we'll install the dependencies. Accept the installation as usual. About half-way through it will stop with a message about fontconfig. Just type "Return" at it and it will resume after a minute or two (be patient!) and complete the installation.
warning: mingw-w64-i686-boost-1.78.0-1 is up to date -- skipping
warning: mingw-w64-i686-icu-69.1-1 is up to date -- skipping
warning: mingw-w64-i686-gtk3-3.24.31+56+g7e9935e381-1 is up to date -- skipping
warning: mingw-w64-i686-iso-codes-4.9.0-1 is up to date -- skipping
warning: mingw-w64-i686-shared-mime-info-2.1-4 is up to date -- skipping
warning: mingw-w64-i686-libmariadbclient-3.1.12-1 is up to date -- skipping
warning: mingw-w64-i686-libsoup-2.74.2-1 is up to date -- skipping
warning: mingw-w64-i686-libwebp-1.2.1-1 is up to date -- skipping
warning: mingw-w64-i686-postgresql-14.0-1 is up to date -- skipping
warning: mingw-w64-i686-ninja-1.10.2-3 is up to date -- skipping
warning: mingw-w64-i686-pdcurses-4.3.1-1 is up to date -- skipping
warning: mingw-w64-i686-sqlite3-3.37.2-1 is up to date -- skipping
warning: mingw-w64-i686-docbook-xsl-1.79.2-7 is up to date -- skipping
 there is nothing to do

Next we'll install the HTML Help Workshop includes and libraries into our MinGW directory.
get-item : Cannot find path 'HKCU:\SOFTWARE\Microsoft\HTML Help Workshop' because it does not exist.
At E:\data\GnuCash\gcdev64\setup-mingw64.ps1:300 char:18
+ ... talled_hh = get-item -path "hkcu:\SOFTWARE\Microsoft\HTML Help Worksh ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...L Help Workshop:String) [Get-Item], ItemNotFoundExcep
   tion
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

****** ERROR ****
There was an error installing HTML Help Workshop. This will prevent building the documentation. If you didn't before, run setup-mingw64.ps1 in a PowerShell instance with Administrative priviledge. If you did that already, you may need to install HTML Help Workshop by hand.
****************
HTML Help Workshop isn't correctly installed.

Clone the gnucash-on-windows repository into the target source directory, patch jhbuild to disable its DESTDIR dance and set up jhbuildrc with our prefixes.


Your build environment is now ready to use. Open an MSys2/mingw32 shell from the start menu, cd to /e/Data/GnuCash/gcdev64, and run
jhbuild -f src/gnucash-on-windows.git/jhbuildrc build

Note that the build will not work with the plain MSys2 shell!
20220117_3 BuildWin32GnuCashErr.txt (text/plain, 319.8 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.