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/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
