[Nix-dev] wierd intltool problem

Roelof Wobben rwobben at hotmail.com
Tue Dec 3 15:50:20 CET 2013


Hello, 

I see this message :

hecking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/nix/store/q09m5iknwzqcb4js54pmghzqzd18wz08-gcc-wrapper-4.6.3/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether NLS is requested... yes
./configure: line 14799: intltool-update: command not found
checking for intltool >= 0.35.0...  found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.
builder for `/nix/store/ylmacpbl6cya6m094zkay7hs4vmszh79-ibus-1.5.4.drv' failed with exit code 1
error: build of `/nix/store/ylmacpbl6cya6m094zkay7hs4vmszh79-ibus-1.5.4.drv' failed

When I have this derivation :

{stdenv, fetchurl, intltool}: let  version = "1.5.4";instdenv.mkDerivation {  name = "ibus-${version}";   buildsInputs= [ intltool ];   src = fetchurl {    url = "http://ibus.googlecode.com/files/ibus-1.5.4.tar.gz";    sha256 = "1z8ls9jdxk131lnphyfv9vdwrldrhlfiddlz2634md817yxblgkh";  };    meta = {    homepage = "http://ibus.googlecode.com ";    description = "next Generation Input Bus for Linux ";     platforms = stdenv.lib.platforms.linux;    maintainers = [ stdenv.lib.maintainers.roelof ];  };}
As you can see intltool is in buildsinput. 

Roelof

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20131203/8248cb2a/attachment.html 


More information about the nix-dev mailing list