RJVB / lnxports

A "local port repository" for use with MacPorts on Linux, overriding ports from the main repository.
4 stars 1 forks source link

patchelf wants to use specifically MacPorts git for port fetch without a dependency on it #15

Closed barracuda156 closed 2 months ago

barracuda156 commented 2 months ago
--->  Computing dependencies for python39..
The following dependencies will be installed:  patchelf
Continue? [Y/n]: y
Warning: configured user/group macports does not exist, will build as root
--->  Fetching distfiles for patchelf
sh: line 1: /opt/local/bin/git: No such file or directory
Command failed: /opt/local/bin/git clone --progress https://github.com/NixOS/patchelf.git /opt/local/var/macports/build/_home_svacchanda_lnxports_sysutils_patchelf/patchelf/work/patchelf-git 2>&1
Exit code: 127
Error: Failed to fetch patchelf: Git clone failed
barracuda156 commented 2 months ago

Why does it even needs to be fetched via git? Portfile does not have any code to update modules, from what I can see.