Advanced search
Log In | New Account   
Home My Page Project Tree Code Snippets Project Openings Batteries : Revised Standard Library
Summary Activity Forums Tracker Lists Tasks Docs News Files

Bugs: Browse | Download .csv

[#524] error when "omake all": ... Symbol `FamErrlist' has different size ...

Date:
2010-02-04 11:32
Priority:
3
State:
Open
Submitted by:
Assigned to:
Nobody (None)
Summary:
error when "omake all": ... Symbol `FamErrlist' has different size ...

Detailed description
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

Followup

Message
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

Related Tasks:

No Related Tasks

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
summaryerror when "omake all": ... Symbol `FamErrlist\' has different size ...2010-02-04 15:44thelema

Powered By GForge Collaborative Development Environment