Opened 15 years ago
Closed 15 years ago
#430 closed defect (invalid)
Rakefile in xapian-full gem is not OS X compatible
Reported by: | Ollivier Robert | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Build system | Version: | 1.1.3 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
I use ruby 1.9.2dev on my 10.6.2 OS X machine and the Rakefile inthe gem is using .so as the default extension for shared libraries whereas on OS X, ruby 1.9 uses .bundle for that.
libtool: link: g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/_xapian.bundle -bundle .libs/xapian_wrap.o /usr/local/lib/ruby/gems/1.9.1/gems/xapian-full-1.1.3.1/xapian-core-1.1.3/.libs/libxapian-1.1.dylib -lz -lstdc++
: |
libtool: link: ( cd ".libs" && rm -f "_xapian.la" && ln -s "../_xapian.la" "_xapian.la" ) mkdir -p lib cp xapian-bindings-1.1.3/ruby/.libs/_xapian.so lib cp: xapian-bindings-1.1.3/ruby/.libs/_xapian.so: No such file or directory rake aborted!
/usr/local/lib/ruby/gems/1.9.1/gems/xapian-full-1.1.3.1/Rakefile:6:in `system!' /usr/local/lib/ruby/gems/1.9.1/gems/xapian-full-1.1.3.1/Rakefile:32:in `block in <top (required)>' ...
Change History (1)
comment:1 by , 15 years ago
Milestone: | 1.1.4 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Sorry, but we don't ship a ruby gem.
You'll have to find out who wrote it and report the issue to them (or if you can reproduce this issue directly with the xapian-bindings build system, give us the commands you used and the full output).