codefirst / aquaskk

An input method without morphological analysis.
GNU General Public License v2.0
350 stars 30 forks source link

Xcode 13でビルドし、notarytoolでpkgをnotarizeする #115

Closed banjun closed 2 years ago

banjun commented 2 years ago

動作確認

make notarize DEVELOPMENT_TEAM=FPZK4WRGW7 APPSTORECONNECT_USERNAME=...
:
The staple and validate action worked!
pkgutil --check-signature AquaSKK.pkg
Package "AquaSKK.pkg":
   Status: signed by a developer certificate issued by Apple for distribution
   Notarization: trusted by the Apple notary service
   Signed with a trusted timestamp on: 2022-11-06 04:10:48 +0000
   Certificate Chain:
    1. Developer ID Installer: JUN BAN (FPZK4WRGW7)
       Expires: 2025-08-30 08:42:02 +0000
       SHA256 Fingerprint:
           EF 31 B5 D4 16 66 77 61 C2 F2 BE FD A4 12 F1 FC B1 46 2B 57 9E CB 
           91 20 37 D9 CF 42 84 7C D2 77
       ------------------------------------------------------------------------
    2. Developer ID Certification Authority
       Expires: 2027-02-01 22:12:15 +0000
       SHA256 Fingerprint:
           7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D 03 
           F2 9C 88 CF B0 B1 BA 63 58 7F
       ------------------------------------------------------------------------
    3. Apple Root CA
       Expires: 2035-02-09 21:40:36 +0000
       SHA256 Fingerprint:
           B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C 
           68 C5 BE 91 B5 A1 10 01 F0 24
banjun commented 2 years ago

不安定テストは既存のものと思われる

env SDKROOT=/Applications/Xcode_13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk /Applications/Xcode_13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o utf8util_TEST utf8util_TEST.o -L. -lskk
[2672](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2673)
SKKDictionaryFile::open(): can't open: SKK-JISYO.S1
[2673](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2674)
SKKDictionaryFile::open(): can't open: SKK-JISYO.S2
[2674](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2675)
SKKLocalUserDictionary: saved
[2675](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2676)
Assertion failed: (EBUSY == pthread_mutex_trylock(&mutex_.handle_) && "*** You MUST lock the pthread::condition object to avoid race conditions. ***"), function trylock, file pthreadutil.h, line 140.
[2676](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2677)
/bin/sh: line 1:  7309 Abort trap: 6           ./$test
[2677](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2678)
make[1]: *** [test] Error 1
[2678](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2679)
make: *** [test] Error 2
[2679](https://github.com/codefirst/aquaskk/actions/runs/3402860147/jobs/5658999086#step:4:2680)
Error: Process completed with exit code 2.