Re: [Nix-dev] Mate-on-Nixos: nix-shell runs OK, but nix-build hangs when compiling libmateweather

2014-05-29 Thread Anderson Torres
Well, I added --enable-all-translations-in-one-xml as a workaround,
bypassing some make directives...
I think it can be something related to Nix itself, but I will investigate later.

I am fighting against other bugs, too - now in 'caja', the file
manager. But I will post about them today at night.

2014-05-27 5:38 GMT-03:00 Anderson Torres torres.anderson...@gmail.com:

 But there is some real difference between nix-shell and nix-build? What if I 
 catch a bug on nix?
 Anyway I will try it tonight.


 2014-05-27 2:00 GMT-03:00 Wout Mertens wout.mert...@gmail.com:

 Build it with -K, break and go check out what it does to build 
 stamp-locations. Possibly it's using a tty or so and you would have to patch 
 the make file.

 Still, weird.

 On May 27, 2014 2:31 AM, Anderson Torres torres.anderson...@gmail.com 
 wrote:

 Hello, Nixers!

 I am with another problem when compiling another Mate component, 
 libmateweather.

 My problem is a bit strange. When I run:

 nix-build ~/GITHUB/nix-packages-github/nixpkgs/default.nix -A 
 mate.libmateweather

 it hangs on a message building stamp-Locations.xml, and no more output is 
 written out (read pastebin: http://pastebin.com/75wW2FGT)

 But when I run genericBuild inside nix-shell, it just runs fine (read 
 another pastebin again: http://pastebin.com/qQXCZS4A)

 Can someone explain why? AFAIK that type of error is not reported in other 
 sources like Archlinux or Gentoo...


 P.S.: I have posted all code I have made so far (mate-common, mate-desktop, 
 libmatekbd, libmateweather) into my nixpkgs mirror, below mate-on-nixos 
 branch (https://github.com/AndersonTorres/nixpkgs/tree/mate-on-nixos).



 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev


___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Mate-on-Nixos: nix-shell runs OK, but nix-build hangs when compiling libmateweather

2014-05-27 Thread Anderson Torres
But there is some real difference between nix-shell and nix-build? What if
I catch a bug on nix?
Anyway I will try it tonight.


2014-05-27 2:00 GMT-03:00 Wout Mertens wout.mert...@gmail.com:

 Build it with -K, break and go check out what it does to build
 stamp-locations. Possibly it's using a tty or so and you would have to
 patch the make file.

 Still, weird.
 On May 27, 2014 2:31 AM, Anderson Torres torres.anderson...@gmail.com
 wrote:

 Hello, Nixers!

 I am with another problem when compiling another Mate component,
 libmateweather.

 My problem is a bit strange. When I run:

 nix-build ~/GITHUB/nix-packages-github/nixpkgs/default.nix -A
 mate.libmateweather

 it hangs on a message building stamp-Locations.xml, and no more output
 is written out (read pastebin: http://pastebin.com/75wW2FGT)

 But when I run genericBuild inside nix-shell, it just runs fine (read
 another pastebin again: http://pastebin.com/qQXCZS4A)

 Can someone explain why? AFAIK that type of error is not reported in
 other sources like Archlinux or Gentoo...


 P.S.: I have posted all code I have made so far (mate-common,
 mate-desktop, libmatekbd, libmateweather) into my nixpkgs mirror, below
 mate-on-nixos branch (
 https://github.com/AndersonTorres/nixpkgs/tree/mate-on-nixos).



 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev


___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] Mate-on-Nixos: nix-shell runs OK, but nix-build hangs when compiling libmateweather

2014-05-26 Thread Anderson Torres
Hello, Nixers!

I am with another problem when compiling another Mate component,
libmateweather.

My problem is a bit strange. When I run:

nix-build ~/GITHUB/nix-packages-github/nixpkgs/default.nix -A
mate.libmateweather

it hangs on a message building stamp-Locations.xml, and no more output is
written out (read pastebin: http://pastebin.com/75wW2FGT)

But when I run genericBuild inside nix-shell, it just runs fine (read
another pastebin again: http://pastebin.com/qQXCZS4A)

Can someone explain why? AFAIK that type of error is not reported in other
sources like Archlinux or Gentoo...


P.S.: I have posted all code I have made so far (mate-common, mate-desktop,
libmatekbd, libmateweather) into my nixpkgs mirror, below mate-on-nixos
branch (https://github.com/AndersonTorres/nixpkgs/tree/mate-on-nixos).
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Mate-on-Nixos: nix-shell runs OK, but nix-build hangs when compiling libmateweather

2014-05-26 Thread Wout Mertens
Build it with -K, break and go check out what it does to build
stamp-locations. Possibly it's using a tty or so and you would have to
patch the make file.

Still, weird.
On May 27, 2014 2:31 AM, Anderson Torres torres.anderson...@gmail.com
wrote:

 Hello, Nixers!

 I am with another problem when compiling another Mate component,
 libmateweather.

 My problem is a bit strange. When I run:

 nix-build ~/GITHUB/nix-packages-github/nixpkgs/default.nix -A
 mate.libmateweather

 it hangs on a message building stamp-Locations.xml, and no more output
 is written out (read pastebin: http://pastebin.com/75wW2FGT)

 But when I run genericBuild inside nix-shell, it just runs fine (read
 another pastebin again: http://pastebin.com/qQXCZS4A)

 Can someone explain why? AFAIK that type of error is not reported in other
 sources like Archlinux or Gentoo...


 P.S.: I have posted all code I have made so far (mate-common,
 mate-desktop, libmatekbd, libmateweather) into my nixpkgs mirror, below
 mate-on-nixos branch (
 https://github.com/AndersonTorres/nixpkgs/tree/mate-on-nixos).



 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev


___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev