Package Details: makehuman 1.3.0-1

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)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

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 with

GIT_CONFIG_GLOBAL=/dev/null makepkg

Tio commented on 2022-07-05 07:35 (UTC)

Does not work to build:

==> Extracting sources...
  -> Extracting makehuman-1.2.0.tar.gz with bsdtar
  -> Creating working copy of makehuman-assets git repo...
Cloning into 'makehuman-assets'...
done.
Downloading base/clothes/fedora01/materials/fedora_displacement.png (58 KB)
Error downloading object: base/clothes/fedora01/materials/fedora_displacement.png (eee2064): Smudge error: Error downloading base/clothes/fedora01/materials/fedora_displacement.png (eee2064ddeede30f111197d88f3960a56d74cfc81478e8884245d3d5e7485c1b): error transferring "eee2064ddeede30f111197d88f3960a56d74cfc81478e8884245d3d5e7485c1b": [0] remote missing object eee2064ddeede30f111197d88f3960a56d74cfc81478e8884245d3d5e7485c1b

Errors logged to '/var/tmp/pamac-build-tio/makehuman/src/makehuman-assets/.git/lfs/logs/20220705T093500.94526965.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: base/clothes/fedora01/materials/fedora_displacement.png: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

==> ERROR: Failure while creating working copy of makehuman-assets git repo
    Aborting...
Failed to build makehuman

PhotonX commented on 2022-06-08 05:29 (UTC)

The sha512sums check fails on makehuman-int-cast.patch and makehuman-fix_77.patch for me.

pekkarr commented on 2021-09-16 08:06 (UTC) (edited on 2021-09-16 08:07 (UTC) by pekkarr)

@binarydepth This seems to be a bug in makepkg. If you have git-lfs set up in your ~/.gitconfig makepkg fails to checkout git-lfs repositories. Note that building makehuman-git sets git-lfs hooks in your ~/.gitconfig. For now, there are two workarounds for this bug:

  • Run git lfs uninstall in your home directory to remove the git-lfs hooks.

  • Run makepkg with GIT_CONFIG_GLOBAL=/dev/null to ignore the global ~/.gitconfig file.

binarydepth commented on 2021-09-13 09:30 (UTC) (edited on 2021-09-13 09:49 (UTC) by binarydepth)

I need help. Tried out the Git version and now I have this error when trying to build this package again:

Log here: https://pastebin.com/vnQtgz4h

-> Creating working copy of makehuman-assets git repo...
Downloading base/clothes/fedora01/materials/fedora_displacement.png (58 KB)
Error downloading object: base/clothes/fedora01/materials/fedora_displacement.png (eee2064): Smudge error: Error downloading base/clothes/fedora01/materials/fedora_displacement.png (eee2064ddeede30f111197d88f3960a56d74cfc81478e8884245d3d5e7485c1b): error transferring "eee2064ddeede30f111197d88f3960a56d74cfc81478e8884245d3d5e7485c1b": [0] remote missing object eee2064ddeede30f111197d88f3960a56d74cfc81478e8884245d3d5e7485c1b

Errors logged to /home/makepkg/makehuman/src/makehuman-assets/.git/lfs/logs/20210913T051017.687004293.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: base/clothes/fedora01/materials/fedora_displacement.png: smudge filter lfs failed
==> ERROR: Failure while creating working copy of makehuman-assets git repo
    Aborting...

pekkarr commented on 2021-07-02 16:30 (UTC)

@bartus I updated the PKGBUILD to a working version a week ago. However thanks for spotting the missing qt5-svg dependency.

bartus commented on 2021-07-02 11:40 (UTC)

Working PKGBUILD congruent with readme:build http://ix.io/3rJt/diff

Merge with: git am -s < <(curl -s http://ix.io/3rJt)

PopeRigby commented on 2021-03-27 18:57 (UTC)

The current version is broken, because it can't find python2-dbus

error: could not find all required packages:
    python2-dbus (wanted by: makehuman -> python2-pyqt4)

3ED_0 commented on 2021-01-11 14:58 (UTC)

@ZauberParacelsus: CRLF where? In PKGBUILD file itself or in makehuman sources?