Search Criteria
Package Details: makehuman 1.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/makehuman.git (read-only, click to copy) |
---|---|
Package Base: | makehuman |
Description: | Parametrical modeling program for creating human bodies |
Upstream URL: | http://www.makehumancommunity.org/ |
Keywords: | 3D |
Licenses: | AGPL-3.0-or-later AND CC0-1.0 |
Submitter: | stativ |
Maintainer: | pekkarr |
Last Packager: | pekkarr |
Votes: | 98 |
Popularity: | 0.000000 |
First Submitted: | 2007-02-10 11:16 (UTC) |
Last Updated: | 2024-05-21 16:23 (UTC) |
Dependencies (7)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-opengl
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- qt5-svg (qt5-svg-gitAUR)
- python-distro (optional) – distro detection for debug output
- python-pygments (optional) – IPython Qt Console plugin
Latest Comments
1 2 3 4 5 6 Next › Last »
pekkarr commented on 2023-03-04 12:34 (UTC)
@jantrix It seems like the issue is that if the download is interrupted, it's not possible to continue the download from the same position because the Github backend seems to compress it on the fly. This might lead to the download being treated as finished even though it was incomplete. The expected length for the
makehuman-assets-1.2.0.tar.gz
archive is 271883058 bytes, or 260 MiB.One solution would be to download the files with git-lfs, as the upstream recommends. This can be achieved with the folowing patch to the PKGBUILD:
The downside of this approach is that the assets have to be redownloaded each time the package is rebuilt, as makepkg doesn't natively support git-lfs repositories. Also
git clone
of the assets repo might fail if the user has git-lfs configured in their.gitconfig
, but this can be solved by building in a clean chroot. For these reasons the PKGBUILD uses the tar archive instead, but the git-lfs version might be more resilient with download issues, so you could give it a try.jantrix commented on 2023-03-02 20:05 (UTC) (edited on 2023-03-02 20:08 (UTC) by jantrix)
@pekkarr I had done that several times before. On fresh Manjaro Installation its the same. Then I loaded the file https://github.com/makehumancommunity/makehuman-assets/archive/v1.2.0.tar.gz twice directly and twice via Tor and got files of significantly different lengths each time. The archives are always corrupt. Hmmm...
pekkarr commented on 2023-03-02 17:07 (UTC)
@jantrix I tried downloading the
makehuman-assets-1.2.0.tar.gz
archive again, and it still has the same sha512sum. Maybe your download was corrupted, try deleting the archive and downloading again.jantrix commented on 2023-03-02 16:21 (UTC)
Installation fails as it returns an error with a sha512sums: makehuman-assets-1.2.0.tar.gz ... Failed.
==> Überprüfe source Dateien mit sha512sums... makehuman-1.2.0.tar.gz ... Erfolg makehuman-assets-1.2.0.tar.gz ... FEHLGESCHLAGEN makehuman-188.patch ... Erfolg ...
pekkarr commented on 2023-02-12 13:38 (UTC)
@Divert this bug should be fixed in the latest
1.2.0-7
releaseDivert commented on 2023-02-08 20:05 (UTC) (edited on 2023-02-08 20:07 (UTC) by Divert)
Not working as of today. Here is the error:
Tio commented on 2022-07-09 15:48 (UTC)
Thanks it works now!
pekkarr commented on 2022-07-09 14:40 (UTC)
@Tio I updated the PKGBUILD to download assets in a tar archive which fixes the issue with git configuration.
Tio commented on 2022-07-07 13:54 (UTC)
I see. Can't this be fixed via the pkgbuild? Many people may use things like Pamac and such to install AUR packages and they won't know how to fix this error. Thanks!
pekkarr commented on 2022-07-05 17:59 (UTC)
If the build fails with an error like
Error downloading object: base/clothes/...
, try building with1 2 3 4 5 6 Next › Last »