dependency on broken timfel-krb5-auth-0.8
Created by: hasufell
The last commit of the project is almost 5 years old.
Building fails, because the linker line is wrong (-lcom_err is missing).
Fixing it seems to be almost impossible, because I don't have much control about what the bundler does.
# gem install timfel-krb5-auth -v '0.8'
Fetching: timfel-krb5-auth-0.8.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing timfel-krb5-auth:
ERROR: Failed to build gem native extension.
/usr/bin/ruby20 extconf.rb
checking for main() in -lc... yes
checking for krb5_init_context() in -lkrb5... yes
creating Makefile
make "DESTDIR="
compiling ruby_krb5_auth.c
linking shared-object krb5_auth.so
ruby_krb5_auth.o: In function `Krb5_register_error':
ruby_krb5_auth.c:(.text+0x138): undefined reference to `error_message'
collect2: error: ld returned 1 exit status
Makefile:231: recipe for target 'krb5_auth.so' failed
make: *** [krb5_auth.so] Error 1
Gem files will remain installed in /home/jule/.gem/ruby/2.0.0/gems/timfel-krb5-auth-0.8 for inspection.
Results logged to /home/jule/.gem/ruby/2.0.0/gems/timfel-krb5-auth-0.8/ext/gem_make.out