Bug#670733: ocaml-cry: FTBFS: Incorrectly thinks it's building as root

2012-05-29 Thread Mehdi Dogguy
On 13/05/12 23:37, Hendrik Tews wrote: ... the incorrect root test comes from file m4/base_checks.m4 deleting the line 'RUNNING_USER=$USER' there and running ./bootstrap then yields checking that calling user is not root... ok and the package builds fine (done with autoconf 2.69; maybe its

Bug#670733: ocaml-cry: FTBFS: Incorrectly thinks it's building as root

2012-05-29 Thread Hendrik Tews
Mehdi Dogguy me...@dogguy.org writes: On 13/05/12 23:37, Hendrik Tews wrote: ... the incorrect root test comes from file m4/base_checks.m4 deleting the line 'RUNNING_USER=$USER' there and running ./bootstrap then yields checking that calling user is not root... ok

Bug#670733: ocaml-cry: FTBFS: Incorrectly thinks it's building as root

2012-05-13 Thread Hendrik Tews
Hi, I played a bit around to investigate the problem. What I see is: - inside pbuilder, after installing the build dependencies and after patching the sources, dh_clean runs as root [env says $SUDO_USER=tews and $USER=root; id says uid=0(root) gid=0(root)] - Later the configure script of

Bug#670733: ocaml-cry: FTBFS: Incorrectly thinks it's building as root

2012-05-13 Thread Hendrik Tews
... the incorrect root test comes from file m4/base_checks.m4 deleting the line 'RUNNING_USER=$USER' there and running ./bootstrap then yields checking that calling user is not root... ok and the package builds fine (done with autoconf 2.69; maybe its better to downgrade to 2.68 to keep the

Bug#670733: ocaml-cry: FTBFS: Incorrectly thinks it's building as root

2012-04-28 Thread Daniel Schepler
Source: ocaml-cry Version: 0.2.2-1 Severity: serious From my pbuilder build log: ... checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking that calling user is not root...