On Mon, Nov 29, 2010 at 1:33 AM, Frans Meulenbroeks <[email protected]> wrote: > Since we got git-native I am getting this warning on every git command > I execute: > > git: /.../tmp/staging/x86_64-linux/lib/libz.so.1: no version > information available (required by git) > > How do I get around this .. >
It could be that while linking it used the libz from your build host and at runtime its using libz from staging because it was built afterwards and you have rpaths set. Newer versions of libz has introduced the symbol versioning scheme. So it could be that git now wants some specific version of zlib-native. One think you could try is to add a recipe to latest zlib and zlib-native and see if it solves the problem > (guess the best way is to just uninstall it then say that git-native > is provided, but I think this is a more generic issue with git-native) > > Frans > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
