Bugs: Browse | Download .csv
bug: ------ it's probably related to omake, but since it's an important dependency I'll post it here anyway: tar xfvz cd omake all omake: Symbol `FamErrlist' has different size in shared object, consider re-linking error: ------- omake: Symbol `FamErrlist' has different size in shared object, consider re-linking workaround: ------------------ $ sudo apt-get install libfam0 specs --------- ### OS: $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.10 ### OCAML: $ ocamlc -v The Objective Caml compiler, version 3.11.1 Standard library directory: /usr/lib/ocaml ### BATTERIES: batteries-1.0.1 ### OMAKE $ omake --version Make 0.9.8.5 (release 3): build [Thu Jul 30 08:16:51 2009] on rothera Default library directory : /usr/lib/omake
Date: 2010-02-04 20:44 Sender: ben kuin made a FAQ proposal here: http://github.com/lekuin/batteries-included/blob/master/FAQ
Date: 2010-02-04 20:08 Sender: ben kuin > I guess we can put this at the bottom in a FAQ section. I think that makes sense, since the only thing we can do for this problem is to make sure it can be googled with: ocaml batteries "omake: Symbol `FamErrlist' has different size in shared object, consider re-linking"
Date: 2010-02-04 15:44 Sender: Edgar Friendly I'm happy to have a fix for this warning, but I don't know what to do with this properly... It's definitely an outside package - so our fixing it is... not an option. We can document this, but I wonder if it goes into README... I guess we can put this at the bottom in a FAQ section. Any other ideas?
Date: 2010-02-04 11:37 Sender: ben kuin EDIT: bug: ------ it's probably related to omake, but since it's an important dependency I'll post it here anyway: tar xfvz batteries-1.0.1.tar.gz cd batteries-1.0.1 omake all omake: Symbol `FamErrlist' has different size in shared object, consider re-linking