macports-ports icon indicating copy to clipboard operation
macports-ports copied to clipboard

py-pygit2: update to @1.9.1, matching libgit2 update

Open barracuda156 opened this issue 2 years ago • 4 comments

Description

Following update of libgit2, updating py-pygit2. Earlier patch is therefore redundant.

Type(s)
  • [ ] bugfix
  • [ x] enhancement
  • [ ] security fix
Tested on

macOS 10.6 (10A190) Xcode 3.2

P. S. Two questions: – gcc-4.2 may not recognize -Wno-unused-result, there may be two solutions: use a later compiler or patch out the flag conditional on PPC or OS version. I did the first, setting C standard. – build.sh file in the source has a portion of code specific to x86_64 and arm (it is visible immediately). Should I add ppc and/or ppc64 there? I don’t know what it does, if anything: the port builds on PowerPC without changes to the code.

barracuda156 avatar Apr 18 '22 21:04 barracuda156

Notifying maintainers: @dbevans for port py-pygit2.

macportsbot avatar Apr 18 '22 21:04 macportsbot

@barracuda156 Have you checked the CI build logs, to see why this is failing?

mascguy avatar Apr 19 '22 17:04 mascguy

@barracuda156 Have you checked the CI build logs, to see why this is failing?

@mascguy Yet another clang failure?

running build_ext
[1228](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1228)
  generating cffi module 'build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c'
[1229](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1229)
  creating build/temp.macosx-10.15-x86_64-cpython-38
[1230](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1230)
  building 'pygit2._pygit2' extension
[1231](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1231)
  building 'pygit2._libgit2' extension
[1232](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1232)
  creating build/temp.macosx-10.15-x86_64-cpython-38/src
[1233](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1233)
  creating build/temp.macosx-10.15-x86_64-cpython-38/build
[1234](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1234)
  creating build/temp.macosx-10.15-x86_64-cpython-38/build/temp.macosx-10.15-x86_64-cpython-38
[1235](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1235)
  /opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_python_py-pygit2/py38-pygit2/work/compwrap/cc/usr/bin/clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c -o build/temp.macosx-10.15-x86_64-cpython-38/build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.o
[1236](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1236)
  /opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_python_py-pygit2/py38-pygit2/work/compwrap/cc/usr/bin/clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/blob.c -o build/temp.macosx-10.15-x86_64-cpython-38/src/blob.o
[1237](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1237)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:1502:14: error: no member named 'reserved' in 'git_buf'
[1238](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1238)
    (void)((p->reserved) | 0);  /* check that 'git_buf.reserved' is an integer */
[1239](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1239)
            ~  ^
[1240](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1240)
  In file included from src/blob.c:30:
[1241](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1241)
  In file included from src/diff.h:34:
[1242](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1242)
  src/types.h:36:2: error: You need a compatible libgit2 version (1.4.x)
[1243](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1243)
  #error You need a compatible libgit2 version (1.4.x)
[1244](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1244)
   ^
[1245](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1245)
  1 error generated.
[1246](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1246)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2184:5: error: use of undeclared identifier 'git_remote_redirect_t'
[1247](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1247)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1248](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1248)
      ^
[1249](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1249)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2184:28: error: use of undeclared identifier 'tmp'
[1250](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1250)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1251](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1251)
                             ^
[1252](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1252)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2184:38: error: no member named 'follow_redirects' in 'git_fetch_options'
[1253](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1253)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1254](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1254)
                                    ~  ^
[1255](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1255)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2184:62: error: use of undeclared identifier 'tmp'
[1256](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1256)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1257](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1257)
                                                               ^
[1258](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1258)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2428:5: error: use of undeclared identifier 'git_remote_redirect_t'
[1259](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1259)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1260](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1260)
      ^
[1261](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1261)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2428:28: error: use of undeclared identifier 'tmp'
[1262](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1262)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1263](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1263)
                             ^
[1264](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1264)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2428:38: error: no member named 'follow_redirects' in 'git_push_options'
[1265](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1265)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1266](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1266)
                                    ~  ^
[1267](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1267)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2428:62: error: use of undeclared identifier 'tmp'
[1268](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1268)
    { git_remote_redirect_t *tmp = &p->follow_redirects; (void)tmp; }
[1269](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1269)
                                                               ^
[1270](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1270)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2503:12: error: use of undeclared identifier 'GIT_REMOTE_REDIRECT_NONE'
[1271](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1271)
    int n = (GIT_REMOTE_REDIRECT_NONE) <= 0;
[1272](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1272)
             ^
[1273](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1273)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2504:30: error: use of undeclared identifier 'GIT_REMOTE_REDIRECT_NONE'
[1274](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1274)
    *o = (unsigned long long)((GIT_REMOTE_REDIRECT_NONE) | 0);  /* check that GIT_REMOTE_REDIRECT_NONE is an integer */
[1275](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1275)
                               ^
[1276](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1276)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2510:12: error: use of undeclared identifier 'GIT_REMOTE_REDIRECT_INITIAL'
[1277](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1277)
    int n = (GIT_REMOTE_REDIRECT_INITIAL) <= 0;
[1278](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1278)
             ^
[1279](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1279)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2511:30: error: use of undeclared identifier 'GIT_REMOTE_REDIRECT_INITIAL'
[1280](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1280)
    *o = (unsigned long long)((GIT_REMOTE_REDIRECT_INITIAL) | 0);  /* check that GIT_REMOTE_REDIRECT_INITIAL is an integer */
[1281](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1281)
                               ^
[1282](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1282)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2517:12: error: use of undeclared identifier 'GIT_REMOTE_REDIRECT_ALL'
[1283](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1283)
    int n = (GIT_REMOTE_REDIRECT_ALL) <= 0;
[1284](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1284)
             ^
[1285](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1285)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:2518:30: error: use of undeclared identifier 'GIT_REMOTE_REDIRECT_ALL'
[1286](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1286)
    *o = (unsigned long long)((GIT_REMOTE_REDIRECT_ALL) | 0);  /* check that GIT_REMOTE_REDIRECT_ALL is an integer */
[1287](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1287)
                               ^
[1288](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1288)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:12677:17: error: no member named 'reserved' in ''
[1289](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1289)
    { "reserved", offsetof(git_buf, reserved),
[1290](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1290)
                  ^                 ~~~~~~~~
[1291](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1291)
  /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
[1292](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1292)
  #define offsetof(t, d) __builtin_offsetof(t, d)
[1293](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1293)
                         ^                     ~
[1294](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1294)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:12678:40: error: no member named 'reserved' in 'git_buf'
[1295](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1295)
                  sizeof(((git_buf *)0)->reserved),
[1296](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1296)
                         ~~~~~~~~~~~~~~  ^
[1297](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1297)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:12842:25: error: no member named 'follow_redirects' in ''
[1298](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1298)
    { "follow_redirects", offsetof(git_fetch_options, follow_redirects),
[1299](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1299)
                          ^                           ~~~~~~~~~~~~~~~~
[1300](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1300)
  /Library/Developer/CommandLineTools/usr/lib/clang/12.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
[1301](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1301)
  #define offsetof(t, d) __builtin_offsetof(t, d)
[1302](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1302)
                         ^                     ~
[1303](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1303)
  build/temp.macosx-10.15-x86_64-cpython-38/pygit2._libgit2.c:12843:58: error: no member named 'follow_redirects' in 'git_fetch_options'
[1304](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1304)
                          sizeof(((git_fetch_options *)0)->follow_redirects),
[1305](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1305)
                                 ~~~~~~~~~~~~~~~~~~~~~~~~  ^
[1306](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1306)
  fatal error: too many errors emitted, stopping now [-ferror-limit=]
[1307](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1307)
  20 errors generated.
[1308](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1308)
  error: command '/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_python_py-pygit2/py38-pygit2/work/compwrap/cc/usr/bin/clang' failed with exit code 1
[1309](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1309)
  Command failed:  cd "/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_python_py-pygit2/py38-pygit2/work/pygit2-1.9.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 setup.py --no-user-cfg build -j3 
[1310](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1310)
  Exit code: 1
[1311](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1311)
  Error: Failed to build py38-pygit2: command execution failed
[1312](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1312)
  DEBUG: Error code: CHILDSTATUS 2698 1
[1313](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1313)
  DEBUG: Backtrace: command execution failed
[1314](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1314)
      while executing
[1315](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1315)
  "system {*}$notty {*}$callback {*}$nice $fullcmdstring"
[1316](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1316)
      invoked from within
[1317](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1317)
  "command_exec -callback portprogress::target_progress_callback build"
[1318](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1318)
      (procedure "portbuild::build_main" line 8)
[1319](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1319)
      invoked from within
[1320](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1320)
  "$procedure $targetname"
[1321](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1321)
  Error: See /opt/local/var/macports/logs/_Users_runner_work_macports-ports_macports-ports_ports_python_py-pygit2/py38-pygit2/main.log for details.
[1322](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1322)
  Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
[1323](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1323)
  Error: Processing of port py38-pygit2 failed
[1324](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1324)
  Build of 'py38-pygit2' failed.
[1325](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1325)
  /Users/runner/work/macports-ports/macports-ports/mpbb/mpbb: error: `install-port' failed to run successfully
[1326](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1326)
  /Users/runner/work/_temp/0a389dce-c97e-4fd0-b601-18bf612b4ed8.sh: line 4:  2610 Terminated: 15          tail -f "$workdir/logs/dependencies-progress.txt" 2> /dev/null
[1327](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1327)
Error: Failed to install py38-pygit2
[1328](https://github.com/macports/macports-ports/runs/6068758292?check_suite_focus=true#step:8:1328)
Error: Process completed with exit code 1.

I will check py38-pygit2 specifically.

barracuda156 avatar Apr 20 '22 16:04 barracuda156

@mascguy Yes, it builds normally for me. Here is the log:

--->  Configuring py38-pygit2
--->  Building py38-pygit2
Executing:  cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/pygit2-1.9.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 setup.py --no-user-cfg build -j4 
running build
running build_py
creating build
creating build/lib.macosx-10.6-ppc-cpython-38
creating build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/__init__.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/_build.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/_run.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/blame.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/callbacks.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/config.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/credentials.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/errors.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/ffi.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/index.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/packbuilder.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/refspec.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/remote.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/repository.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/settings.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/submodule.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
copying pygit2/utils.py -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
creating build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/attr.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/blame.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/buffer.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/callbacks.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/checkout.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/clone.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/commit.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/common.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/config.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/describe.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/diff.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/errors.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/graph.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/index.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/indexer.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/merge.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/net.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/oid.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/pack.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/proxy.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/refspec.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/remote.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/repository.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/revert.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/stash.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/strarray.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/submodule.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/transport.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/decl/types.h -> build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl
copying pygit2/_pygit2.pyi -> build/lib.macosx-10.6-ppc-cpython-38/pygit2
running build_ext
generating cffi module 'build/temp.macosx-10.6-ppc-cpython-38/pygit2._libgit2.c'
creating build/temp.macosx-10.6-ppc-cpython-38
building 'pygit2._pygit2' extension
building 'pygit2._libgit2' extension
creating build/temp.macosx-10.6-ppc-cpython-38/src
creating build/temp.macosx-10.6-ppc-cpython-38/build
creating build/temp.macosx-10.6-ppc-cpython-38/build/temp.macosx-10.6-ppc-cpython-38
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c build/temp.macosx-10.6-ppc-cpython-38/pygit2._libgit2.c -o build/temp.macosx-10.6-ppc-cpython-38/build/temp.macosx-10.6-ppc-cpython-38/pygit2._libgit2.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/blob.c -o build/temp.macosx-10.6-ppc-cpython-38/src/blob.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/branch.c -o build/temp.macosx-10.6-ppc-cpython-38/src/branch.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/commit.c -o build/temp.macosx-10.6-ppc-cpython-38/src/commit.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/diff.c -o build/temp.macosx-10.6-ppc-cpython-38/src/diff.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/error.c -o build/temp.macosx-10.6-ppc-cpython-38/src/error.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/mailmap.c -o build/temp.macosx-10.6-ppc-cpython-38/src/mailmap.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/note.c -o build/temp.macosx-10.6-ppc-cpython-38/src/note.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/object.c -o build/temp.macosx-10.6-ppc-cpython-38/src/object.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/odb.c -o build/temp.macosx-10.6-ppc-cpython-38/src/odb.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/odb_backend.c -o build/temp.macosx-10.6-ppc-cpython-38/src/odb_backend.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/oid.c -o build/temp.macosx-10.6-ppc-cpython-38/src/oid.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/options.c -o build/temp.macosx-10.6-ppc-cpython-38/src/options.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/patch.c -o build/temp.macosx-10.6-ppc-cpython-38/src/patch.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/pygit2.c -o build/temp.macosx-10.6-ppc-cpython-38/src/pygit2.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/refdb.c -o build/temp.macosx-10.6-ppc-cpython-38/src/refdb.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/refdb_backend.c -o build/temp.macosx-10.6-ppc-cpython-38/src/refdb_backend.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -arch ppc -isysroot/ build/temp.macosx-10.6-ppc-cpython-38/build/temp.macosx-10.6-ppc-cpython-38/pygit2._libgit2.o -L/usr/local/lib -L/usr/local/lib64 -lgit2 -o build/lib.macosx-10.6-ppc-cpython-38/pygit2/_libgit2.abi3.so
ld: warning: directory '/usr/local/lib64' following -L not found
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/reference.c -o build/temp.macosx-10.6-ppc-cpython-38/src/reference.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/repository.c -o build/temp.macosx-10.6-ppc-cpython-38/src/repository.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/revspec.c -o build/temp.macosx-10.6-ppc-cpython-38/src/revspec.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/signature.c -o build/temp.macosx-10.6-ppc-cpython-38/src/signature.o
src/signature.c:269:5: warning: initialization of 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} from incompatible pointer type 'PyObject * (*)(Signature *)' {aka 'struct _object * (*)(Signature *)'} [-Wincompatible-pointer-types]
  269 |     Signature__repr__,                         /* tp_repr           */
      |     ^~~~~~~~~~~~~~~~~
src/signature.c:269:5: note: (near initialization for 'SignatureType.tp_repr')
src/signature.c:275:5: warning: initialization of 'PyObject * (*)(PyObject *)' {aka 'struct _object * (*)(struct _object *)'} from incompatible pointer type 'PyObject * (*)(Signature *)' {aka 'struct _object * (*)(Signature *)'} [-Wincompatible-pointer-types]
  275 |     Signature__str__,                          /* tp_str            */
      |     ^~~~~~~~~~~~~~~~
src/signature.c:275:5: note: (near initialization for 'SignatureType.tp_str')
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/stash.c -o build/temp.macosx-10.6-ppc-cpython-38/src/stash.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/tag.c -o build/temp.macosx-10.6-ppc-cpython-38/src/tag.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/tree.c -o build/temp.macosx-10.6-ppc-cpython-38/src/tree.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/treebuilder.c -o build/temp.macosx-10.6-ppc-cpython-38/src/treebuilder.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/utils.c -o build/temp.macosx-10.6-ppc-cpython-38/src/utils.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/walker.c -o build/temp.macosx-10.6-ppc-cpython-38/src/walker.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/wildmatch.c -o build/temp.macosx-10.6-ppc-cpython-38/src/wildmatch.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -I/usr/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/worktree.c -o build/temp.macosx-10.6-ppc-cpython-38/src/worktree.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/compwrap/cc/opt/local/bin/gcc-mp-10 -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -arch ppc -isysroot/ build/temp.macosx-10.6-ppc-cpython-38/src/blob.o build/temp.macosx-10.6-ppc-cpython-38/src/branch.o build/temp.macosx-10.6-ppc-cpython-38/src/commit.o build/temp.macosx-10.6-ppc-cpython-38/src/diff.o build/temp.macosx-10.6-ppc-cpython-38/src/error.o build/temp.macosx-10.6-ppc-cpython-38/src/mailmap.o build/temp.macosx-10.6-ppc-cpython-38/src/note.o build/temp.macosx-10.6-ppc-cpython-38/src/object.o build/temp.macosx-10.6-ppc-cpython-38/src/odb.o build/temp.macosx-10.6-ppc-cpython-38/src/odb_backend.o build/temp.macosx-10.6-ppc-cpython-38/src/oid.o build/temp.macosx-10.6-ppc-cpython-38/src/options.o build/temp.macosx-10.6-ppc-cpython-38/src/patch.o build/temp.macosx-10.6-ppc-cpython-38/src/pygit2.o build/temp.macosx-10.6-ppc-cpython-38/src/refdb.o build/temp.macosx-10.6-ppc-cpython-38/src/refdb_backend.o build/temp.macosx-10.6-ppc-cpython-38/src/reference.o build/temp.macosx-10.6-ppc-cpython-38/src/repository.o build/temp.macosx-10.6-ppc-cpython-38/src/revspec.o build/temp.macosx-10.6-ppc-cpython-38/src/signature.o build/temp.macosx-10.6-ppc-cpython-38/src/stash.o build/temp.macosx-10.6-ppc-cpython-38/src/tag.o build/temp.macosx-10.6-ppc-cpython-38/src/tree.o build/temp.macosx-10.6-ppc-cpython-38/src/treebuilder.o build/temp.macosx-10.6-ppc-cpython-38/src/utils.o build/temp.macosx-10.6-ppc-cpython-38/src/walker.o build/temp.macosx-10.6-ppc-cpython-38/src/wildmatch.o build/temp.macosx-10.6-ppc-cpython-38/src/worktree.o -L/usr/local/lib -L/usr/local/lib64 -lgit2 -o build/lib.macosx-10.6-ppc-cpython-38/pygit2/_pygit2.cpython-38-darwin.so
ld: warning: directory '/usr/local/lib64' following -L not found
--->  Staging py38-pygit2 into destroot
. changed
	gid expected 0 found 80 modified
./usr missing (created)
. missing (directory not created: File exists)
./Applications missing (created)
./Developer missing (created)
./Library missing (created)
. changed
	gid expected 80 found 0 modified
./bin missing (created)
./etc missing (created)
./include missing (created)
./lib missing (created)
./lib/pkgconfig missing (created)
./libexec missing (created)
./sbin missing (created)
./share missing (created)
./share/doc missing (created)
./share/info missing (created)
./share/man missing (created)
./share/man/cat1 missing (created)
./share/man/cat2 missing (created)
./share/man/cat3 missing (created)
./share/man/cat4 missing (created)
./share/man/cat5 missing (created)
./share/man/cat6 missing (created)
./share/man/cat7 missing (created)
./share/man/cat8 missing (created)
./share/man/cat9 missing (created)
./share/man/catl missing (created)
./share/man/catn missing (created)
./share/man/man1 missing (created)
./share/man/man2 missing (created)
./share/man/man3 missing (created)
./share/man/man4 missing (created)
./share/man/man5 missing (created)
./share/man/man6 missing (created)
./share/man/man7 missing (created)
./share/man/man8 missing (created)
./share/man/man9 missing (created)
./share/man/manl missing (created)
./share/man/mann missing (created)
./share/nls missing (created)
./share/nls/C missing (created)
./share/nls/af_ZA.ISO8859-1 missing (created)
./share/nls/af_ZA.ISO8859-15 missing (created)
./share/nls/bg_BG.CP1251 missing (created)
./share/nls/cs_CZ.ISO8859-2 missing (created)
./share/nls/da_DK.ISO8859-1 missing (created)
./share/nls/da_DK.ISO8859-15 missing (created)
./share/nls/de_AT.ISO8859-1 missing (created)
./share/nls/de_AT.ISO8859-15 missing (created)
./share/nls/de_CH.ISO8859-1 missing (created)
./share/nls/de_CH.ISO8859-15 missing (created)
./share/nls/de_DE.ISO8859-1 missing (created)
./share/nls/de_DE.ISO8859-15 missing (created)
./share/nls/el_GR.ISO8859-7 missing (created)
./share/nls/en_AU.ISO8859-1 missing (created)
./share/nls/en_AU.ISO8859-15 missing (created)
./share/nls/en_AU.US-ASCII missing (created)
./share/nls/en_CA.ISO8859-1 missing (created)
./share/nls/en_CA.ISO8859-15 missing (created)
./share/nls/en_CA.US-ASCII missing (created)
./share/nls/en_GB.ISO8859-1 missing (created)
./share/nls/en_GB.ISO8859-15 missing (created)
./share/nls/en_GB.US-ASCII missing (created)
./share/nls/en_NZ.ISO8859-1 missing (created)
./share/nls/en_NZ.ISO8859-15 missing (created)
./share/nls/en_NZ.US-ASCII missing (created)
./share/nls/en_US.ISO8859-1 missing (created)
./share/nls/en_US.ISO8859-15 missing (created)
./share/nls/es_ES.ISO8859-1 missing (created)
./share/nls/es_ES.ISO8859-15 missing (created)
./share/nls/et_EE.ISO8859-15 missing (created)
./share/nls/fi_FI.ISO8859-1 missing (created)
./share/nls/fi_FI.ISO8859-15 missing (created)
./share/nls/fr_BE.ISO8859-1 missing (created)
./share/nls/fr_BE.ISO8859-15 missing (created)
./share/nls/fr_CA.ISO8859-1 missing (created)
./share/nls/fr_CA.ISO8859-15 missing (created)
./share/nls/fr_CH.ISO8859-1 missing (created)
./share/nls/fr_CH.ISO8859-15 missing (created)
./share/nls/fr_FR.ISO8859-1 missing (created)
./share/nls/fr_FR.ISO8859-15 missing (created)
./share/nls/hi_IN.ISCII-DEV missing (created)
./share/nls/hr_HR.ISO8859-2 missing (created)
./share/nls/hu_HU.ISO8859-2 missing (created)
./share/nls/is_IS.ISO8859-1 missing (created)
./share/nls/is_IS.ISO8859-15 missing (created)
./share/nls/it_CH.ISO8859-1 missing (created)
./share/nls/it_CH.ISO8859-15 missing (created)
./share/nls/it_IT.ISO8859-1 missing (created)
./share/nls/it_IT.ISO8859-15 missing (created)
./share/nls/ja_JP.SJIS missing (created)
./share/nls/ja_JP.eucJP missing (created)
./share/nls/ko_KR.eucKR missing (created)
./share/nls/la_LN.ISO8859-1 missing (created)
./share/nls/la_LN.ISO8859-15 missing (created)
./share/nls/la_LN.ISO8859-2 missing (created)
./share/nls/la_LN.ISO8859-4 missing (created)
./share/nls/la_LN.US-ASCII missing (created)
./share/nls/lt_LT.ISO8859-4 missing (created)
./share/nls/nl_BE.ISO8859-1 missing (created)
./share/nls/nl_BE.ISO8859-15 missing (created)
./share/nls/nl_NL.ISO8859-1 missing (created)
./share/nls/nl_NL.ISO8859-15 missing (created)
./share/nls/no_NO.ISO8859-1 missing (created)
./share/nls/no_NO.ISO8859-15 missing (created)
./share/nls/pl_PL.ISO8859-2 missing (created)
./share/nls/pt_BR.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-15 missing (created)
./share/nls/ro_RO.ISO8859-2 missing (created)
./share/nls/ru_RU.CP866 missing (created)
./share/nls/ru_RU.ISO8859-5 missing (created)
./share/nls/ru_RU.KOI8-R missing (created)
./share/nls/sk_SK.ISO8859-2 missing (created)
./share/nls/sl_SI.ISO8859-2 missing (created)
./share/nls/sv_SE.ISO8859-1 missing (created)
./share/nls/sv_SE.ISO8859-15 missing (created)
./share/nls/tr_TR.ISO8859-9 missing (created)
./share/nls/uk_UA.ISO8859-5 missing (created)
./share/nls/uk_UA.KOI8-U missing (created)
./share/nls/zh_CN.eucCN missing (created)
./share/nls/zh_TW.Big5 missing (created)
./share/skel missing (created)
./var missing (created)
./var/cache missing (created)
./var/db missing (created)
./var/log missing (created)
./var/run missing (created)
./var/spool missing (created)
./www missing (created)
xinstall: mkdir /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/share/doc/py38-pygit2
xinstall: mkdir /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/share/doc/py38-pygit2/examples
Executing:  cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/pygit2-1.9.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 setup.py --no-user-cfg install --prefix=/opt/local/Library/Frameworks/Python.framework/Versions/3.8 --root=/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot 
running install
running build
running build_py
running build_ext
generating cffi module 'build/temp.macosx-10.6-ppc-cpython-38/pygit2._libgit2.c'
already up-to-date
running install_lib
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/__init__.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/_build.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/_libgit2.abi3.so -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/_pygit2.cpython-38-darwin.so -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/_pygit2.pyi -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/_run.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/blame.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/callbacks.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/config.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/credentials.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
creating /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/attr.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/blame.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/buffer.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/callbacks.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/checkout.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/clone.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/commit.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/common.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/config.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/describe.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/diff.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/errors.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/graph.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/index.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/indexer.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/merge.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/net.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/oid.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/pack.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/proxy.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/refspec.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/remote.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/repository.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/revert.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/stash.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/strarray.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/submodule.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/transport.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/decl/types.h -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/errors.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/ffi.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/index.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/packbuilder.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/refspec.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/remote.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/repository.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/settings.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/submodule.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
copying build/lib.macosx-10.6-ppc-cpython-38/pygit2/utils.py -> /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__init__.py to __init__.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_build.py to _build.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_run.py to _run.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/blame.py to blame.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/callbacks.py to callbacks.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/config.py to config.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/credentials.py to credentials.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/errors.py to errors.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/ffi.py to ffi.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/index.py to index.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/packbuilder.py to packbuilder.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/refspec.py to refspec.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/remote.py to remote.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/repository.py to repository.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/settings.py to settings.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/submodule.py to submodule.cpython-38.pyc
byte-compiling /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/utils.py to utils.cpython-38.pyc
running install_egg_info
running egg_info
creating pygit2.egg-info
writing pygit2.egg-info/PKG-INFO
writing dependency_links to pygit2.egg-info/dependency_links.txt
writing requirements to pygit2.egg-info/requires.txt
writing top-level names to pygit2.egg-info/top_level.txt
writing manifest file 'pygit2.egg-info/SOURCES.txt'
/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
listing git files failed - pretending there aren't any
reading manifest file 'pygit2.egg-info/SOURCES.txt'
adding license file 'COPYING'
adding license file 'AUTHORS.rst'
writing manifest file 'pygit2.egg-info/SOURCES.txt'
Copying pygit2.egg-info to /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info
running install_scripts
--->  Installing py38-pygit2 @1.9.1_0
Executing:  cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_python_py-pygit2/py38-pygit2/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/py38-pygit2/py38-pygit2-1.9.1_0.darwin_10.ppc.tbz2 
./
./+COMMENT
./+CONTENTS
./+DESC
./+PORTFILE
./+STATE
./opt/
./opt/local/
./opt/local/Library/
./opt/local/Library/Frameworks/
./opt/local/Library/Frameworks/Python.framework/
./opt/local/Library/Frameworks/Python.framework/Versions/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__init__.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/__init__.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/_build.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/_run.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/blame.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/callbacks.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/config.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/credentials.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/errors.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/ffi.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/index.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/packbuilder.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/refspec.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/remote.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/repository.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/settings.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/submodule.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/utils.cpython-38.pyc
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_build.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_libgit2.abi3.so
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_pygit2.cpython-38-darwin.so
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_pygit2.pyi
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_run.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/blame.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/callbacks.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/config.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/credentials.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/attr.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/blame.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/buffer.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/callbacks.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/checkout.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/clone.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/commit.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/common.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/config.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/describe.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/diff.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/errors.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/graph.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/index.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/indexer.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/merge.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/net.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/oid.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/pack.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/proxy.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/refspec.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/remote.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/repository.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/revert.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/stash.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/strarray.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/submodule.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/transport.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/types.h
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/errors.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/ffi.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/index.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/packbuilder.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/refspec.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/remote.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/repository.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/settings.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/submodule.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/utils.py
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/dependency_links.txt
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/not-zip-safe
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/PKG-INFO
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/requires.txt
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/SOURCES.txt
./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/top_level.txt
--->  Activating py38-pygit2 @1.9.1_0
x ./
x ./+COMMENT
x ./+CONTENTS
x ./+DESC
x ./+PORTFILE
x ./+STATE
x ./opt/
x ./opt/local/
x ./opt/local/Library/
x ./opt/local/Library/Frameworks/
x ./opt/local/Library/Frameworks/Python.framework/
x ./opt/local/Library/Frameworks/Python.framework/Versions/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__init__.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/__init__.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/_build.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/_run.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/blame.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/callbacks.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/config.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/credentials.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/errors.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/ffi.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/index.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/packbuilder.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/refspec.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/remote.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/repository.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/settings.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/submodule.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/__pycache__/utils.cpython-38.pyc
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_build.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_libgit2.abi3.so
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_pygit2.cpython-38-darwin.so
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_pygit2.pyi
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/_run.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/blame.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/callbacks.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/config.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/credentials.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/attr.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/blame.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/buffer.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/callbacks.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/checkout.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/clone.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/commit.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/common.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/config.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/describe.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/diff.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/errors.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/graph.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/index.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/indexer.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/merge.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/net.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/oid.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/pack.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/proxy.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/refspec.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/remote.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/repository.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/revert.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/stash.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/strarray.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/submodule.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/transport.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/decl/types.h
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/errors.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/ffi.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/index.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/packbuilder.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/refspec.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/remote.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/repository.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/settings.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/submodule.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2/utils.py
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/dependency_links.txt
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/not-zip-safe
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/PKG-INFO
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/requires.txt
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/SOURCES.txt
x ./opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pygit2-1.9.1-py3.8.egg-info/top_level.txt
--->  Cleaning py38-pygit2
--->  Removing work directory for py38-pygit2

barracuda156 avatar Apr 20 '22 17:04 barracuda156

port already updated to 1.10.0 in faa86f9c486915273fa0a3c31662e99889bb69d7

reneeotten avatar Aug 19 '22 01:08 reneeotten