[Nix-dev] Some staging regressions
Eelco Dolstra
eelco.dolstra at logicblox.com
Tue Sep 2 14:04:03 CEST 2014
Hi,
On 02/09/14 12:32, Vladimír Čunát wrote:
> Also pypy tests timeouted on i686-linux...
There is also a Qt 5 build failure on i686-linux:
http://hydra.nixos.org/build/13929055
It fails because it doesn't pass -lpq to build the PostgreSQL binding. Turns out
this is due to this line:
!contains(LIBS, .*pq.*):LIBS += -lpq
so -lpq is only added if LIBS doesn't contain the string "pq". And of course, in
this particular build, the path to PostgreSQL is
"/nix/store/h5ym9*pq*4fjkv7d4fxzs1qbb601xyl9gk-postgresql-9.2.9" :-)
--
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
More information about the nix-dev
mailing list