Package Details: mambaforge 22.11.1.2-1

Git Clone URL: https://aur.archlinux.org/mambaforge.git (read-only, click to copy)
Package Base: mambaforge
Description: Conda and Mamba package managers configured to use conda-forge
Upstream URL: https://github.com/conda-forge/miniforge
Licenses: custom:BSD-3-Clause
Provides: conda, mamba
Submitter: izahn
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 1
Popularity: 0.24
First Submitted: 2021-02-24 23:14 (UTC)
Last Updated: 2023-02-05 14:47 (UTC)

Dependencies (0)

Required by (1)

Sources (1)

Latest Comments

cameronraysmith commented on 2023-01-26 18:03 (UTC)

Many thanks for the update!

I am still receiving the same error as @spratapsi

#39 536.4 ==> Making package: mambaforge 22.9.0.3-1 (Sat Jan 21 18:09:46 2023)
#39 536.4 ==> Checking runtime dependencies...
#39 536.4 ==> Checking buildtime dependencies...
#39 536.4 ==> Retrieving sources...
#39 536.5   -> Found mambaforge-22.9.0-3.sh
#39 536.5 ==> Validating source files with sha256sums...
#39 536.5     mambaforge-22.9.0-3.sh ... FAILED
#39 536.7 ==> ERROR: One or more files did not pass the validity check!
#39 536.7  -> error making: mambaforge

spratapsi commented on 2022-12-08 14:51 (UTC)

Hi, I'm getting the following error with sha256sums. Is it possible to update?

Building mambaforge...
==> Making package: mambaforge 22.9.0.2-1 (qui 08 dez 2022 14:47:59)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mambaforge-22.9.0-2.sh
==> Validating source files with sha256sums...
    mambaforge-22.9.0-2.sh ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build mambaforge

TiD91 commented on 2022-04-26 16:10 (UTC)

Hello, would you mind updating the package?

diff --git a/PKGBUILD b/PKGBUILD
index bf194e4..62fd2d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
 # Maintainer : Ista Zahn <istazahn@gmail.com>
 ## Based on miniconda3 aur package by Ashwin Vishn Immae, Martin Wimpress and Jingbei Li
 pkgname=mambaforge
-pkgver=4.10.3.7
-pkgrel=3
-pkg_ver=4.10.3-7
+pkgver=4.12.0.0
+pkgrel=1
+pkg_ver=4.12.0-0
 pkgdesc="Conda and Mamba package managers configured to use conda-forge."
 arch=('x86_64')
 url="https://github.com/conda-forge/miniforge"
@@ -12,7 +12,7 @@ license=("BSD-3-Clause")
 source=("Mambaforge-${pkgver}.sh::https://github.com/conda-forge/miniforge/releases/download/${pkg_ver}/Mambaforge-${pkg_ver}-Linux-x86_64.sh"
         "$pkgname.install")
 options=(!strip libtool staticlibs)
-sha256sums=('fc872522ec427fcab10167a93e802efaf251024b58cc27b084b915a9a73c4474'
+sha256sums=('6c6fd04d688ceb7e6b540bba059dd3a541d60602e9adece3abaf754d15c83484'
             '14d79ebcc8fadec9cf59f8fa7eb496166272923ffaa7f36b0c73d24a36283786')

 package() {

Maddin-619 commented on 2021-11-13 11:45 (UTC)

There is a conda config for setting the ca docu:

.condarc: ssl_verify: /opt/mambaforge/ssl/cacert.pem

izahn commented on 2021-10-15 08:30 (UTC)

I don't see a way to set it when building either. https://github.com/mamba-org/mamba/issues/596 suggests that maybe we could patch main.cpp but I haven't had time to look into it.

pmeier commented on 2021-10-14 18:41 (UTC)

I'm unable to install anything with SSL verfication. I'm hitting this error:

RuntimeError: Download error (77) Problem with the SSL CA cert (path? access rights?) [https://conda.anaconda.org/conda-forge/noarch/repodata.json]
    error setting certificate verify locations:  CAfile: /home/user/.cache/yay/mambaforge/pkg/mambaforge/opt/mambaforge/ssl/cacert.pem CApath: none

This certification file is non-existent. The path should be /opt/mambaforge/ssl/cacert.pem. I can't find any configuration that sets this with conda config --show.

Workaround is to either always use the -k / --insecure flag when installing.