openalpr-ios icon indicating copy to clipboard operation
openalpr-ios copied to clipboard

bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb)

Open burf2000 opened this issue 8 years ago • 6 comments

A error that seems common but I not seen how to fix it

I run bundle exec ./bin/build_frameworks.rb

options: {} Package opencv2 is already installed. Skipping build. Package leptonica is already installed. Skipping build. Building tesseract for armv7 from /Users/burfies1/openalpr/openalpr-ios/work/tesseract-3.03 make: *** No rule to make target clean'. Stop. make: *** No rule to make target distclean'. Stop. bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb) RuntimeError: Child returned: pid 73905 exit 1 /Users/burfies1/openalpr/openalpr-ios/lib/alpr/utils.rb:44:in execute' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/utils.rb:74:in log_execute' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/automake.rb:141:in do_autoconf_build' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/automake.rb:58:in build_arch' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/base.rb:53:in block in install' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/base.rb:52:in each' /Users/burfies1/openalpr/openalpr-ios/lib/alpr/package/base.rb:52:in install' /Users/burfies1/openalpr/openalpr-ios/bin/build_frameworks.rb:76:in <top (required)>'

I am using latest xcode (8), have xcode command line tools install, cmake, autoconf etc

burf2000 avatar Dec 20 '16 13:12 burf2000

Same problem, did you find a fix @burf2000 ?

TheWildHorse avatar Feb 17 '17 13:02 TheWildHorse

Same problem

XiangXu avatar Feb 22 '17 10:02 XiangXu

🆙

emericspiroux avatar May 12 '17 09:05 emericspiroux

@emericspiroux PRs are welcome

twelve17 avatar May 12 '17 13:05 twelve17

bundle exec ./bin/build_frameworks.rb options: {} Package opencv2 is already installed. Skipping build. Building leptonica for armv7 from /Users/luoyang/openalpr-ios/work/leptonica-1.71 configure: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used configure: WARNING: using cross tools not prefixed with host triplet bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb) RuntimeError: Child returned: pid 46968 exit 2 /Users/luoyang/openalpr-ios/lib/alpr/utils.rb:44:in execute' /Users/luoyang/openalpr-ios/lib/alpr/utils.rb:74:in log_execute' /Users/luoyang/openalpr-ios/lib/alpr/package/automake.rb:147:in do_autoconf_build' /Users/luoyang/openalpr-ios/lib/alpr/package/automake.rb:58:in build_arch' /Users/luoyang/openalpr-ios/lib/alpr/package/base.rb:53:in block in install' /Users/luoyang/openalpr-ios/lib/alpr/package/base.rb:52:in each' /Users/luoyang/openalpr-ios/lib/alpr/package/base.rb:52:in install' /Users/luoyang/openalpr-ios/bin/build_frameworks.rb:69:in <top (required)>'

GTMYang avatar Apr 24 '18 09:04 GTMYang

Same here :/ (Mojave, xcode 10.1)

federicocappelli avatar Dec 21 '18 18:12 federicocappelli