Re: [Geeqie-devel] Transient failures while compiling Geeqie 1.2

2014-11-01 Thread Michael Schwendt
On Sat, 1 Nov 2014 13:30:45 +0100, Domen Kožar wrote: > When compiing geeqie 1.2 (sometimes!) the build fails with: > > /tmp/nix-build-geeqie-1.2.drv-0/git-export/src/image-load.c:160: > undefined reference to `gq_marshal_VOID__INT_INT' > > > See full log: http://hydra.nixos.org/build/15864142/

Re: [Geeqie-devel] Transient failures while compiling Geeqie 1.2

2014-11-01 Thread Domen Kožar
We're using GTK+3 version 3.12.2 I don't think it's a problem with gtk+3 since the build of geeqie sometimes compiles successfully and sometimes it doesn't. Compile should be deterministic if the same gtk+3 binary is used, right? Domen On Sat, Nov 1, 2014 at 1:42 PM, Klaus Ethgen wrote: >

Re: [Geeqie-devel] Transient failures while compiling Geeqie 1.2

2014-11-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Sa den 1. Nov 2014 um 13:30 schrieb Domen Ko??ar: > See full log: http://hydra.nixos.org/build/15864142/log/raw > > It's a very annoying issue, I can reproduce it locally and it occours > randomly. Probably some race condition in Makefile?

[Geeqie-devel] Transient failures while compiling Geeqie 1.2

2014-11-01 Thread Domen Kožar
When compiing geeqie 1.2 (sometimes!) the build fails with: /tmp/nix-build-geeqie-1.2.drv-0/git-export/src/image-load.c:160: undefined reference to `gq_marshal_VOID__INT_INT' See full log: http://hydra.nixos.org/build/15864142/log/raw It's a very annoying issue, I can reproduce it locally and i