New issue 2896: pypy3 -m ensurepip fails on macOS, Symbol not found: _utimensat
https://bitbucket.org/pypy/pypy/issues/2896/pypy3-m-ensurepip-fails-on-macos-symbol

Peter Cock:

Setup - macOS Sierra, version 10.12.6

```
$ cd /tmp
$ curl -O -L 
https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-osx64.tar.bz2
$ md5 pypy3-v6.0.0-osx64.tar.bz2 
MD5 (pypy3-v6.0.0-osx64.tar.bz2) = 9dfb0512570c95c247993687111bf980
$ shasum -a 256 pypy3-v6.0.0-osx64.tar.bz2 
938b8034e30f5f5060d2a079070c56c3be5559bc7ae9cc0c8395fe6fc45cfe4c  
pypy3-v6.0.0-osx64.tar.bz2
$ tar -zxvf pypy3-v6.0.0-osx64.tar.bz2
```

To reproduce the problem:

```
$ pypy3-v6.0.0-osx64/bin/pypy3 -m ensurepip
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
dyld: lazy symbol binding failed: Symbol not found: _utimensat
  Referenced from: /private/tmp/pypy3-v6.0.0-osx64/bin/libpypy3-c.dylib
  Expected in: flat namespace

dyld: Symbol not found: _utimensat
  Referenced from: /private/tmp/pypy3-v6.0.0-osx64/bin/libpypy3-c.dylib
  Expected in: flat namespace

Abort trap: 6
```

Expected result - ensure that pip is installed on pypy3

(The same procedure works fine with 
https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-osx64.tar.bz2 on this 
machine)


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to