Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S system-design-primer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 173
    • Issues 173
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 190
    • Merge requests 190
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Donne Martin
  • system-design-primer
  • Issues
  • #353
Closed
Open
Issue created Jan 15, 2020 by Administrator@rootContributor

"lazy symbol binding failed" when running generate-epub.sh

Created by: zhanghuijun1988

Any suggestions would be appreciated.

./generate-epub.sh 
Generating 'en' ...
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

./generate-epub.sh: line 3:  4889 Abort trap: 6           pandoc --metadata-file=epub-metadata.yaml --metadata=lang:$2 --from=markdown -o $1 0<&0
Done! You can find the 'en' book at ./README.epub
Generating 'ja' ...
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

./generate-epub.sh: line 3:  4992 Abort trap: 6           pandoc --metadata-file=epub-metadata.yaml --metadata=lang:$2 --from=markdown -o $1 0<&0
Done! You can find the 'ja' book at ./README-ja.epub
Generating 'zh-Hans' ...
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

./generate-epub.sh: line 3:  5071 Abort trap: 6           pandoc --metadata-file=epub-metadata.yaml --metadata=lang:$2 --from=markdown -o $1 0<&0
Done! You can find the 'zh-Hans' book at ./README-zh-Hans.epub
Generating 'zh-TW' ...
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/pandoc
  Expected in: /usr/lib/libSystem.B.dylib

./generate-epub.sh: line 3:  5148 Abort trap: 6           pandoc --metadata-file=epub-metadata.yaml --metadata=lang:$2 --from=markdown -o $1 0<&0
Done! You can find the 'zh-TW' book at ./README-zh-TW.epub
Assignee
Assign to
Time tracking