Hi,

Steve Langasek wrote:
>> aegis: user root too privileged
> 
> This seems to indicate that you were running the build target as root,
> correct?  That doesn't sound release-critical to me, given that the
> autobuilders will never run the build target this way.

There seems to be something wrong in the detection of the root user.
pbuilder runs the build target as a user (here: "ernie", I inserted a
"whoami" into debian/rules), but aegis says "user root too privileged":

============================================================================
[...]
make[1]: Leaving directory `/tmp/buildd/aegis-4.21'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
whoami
ernie
/usr/bin/make -C . sure
make[1]: Entering directory `/tmp/buildd/aegis-4.21'
CXX="g++" /bin/sh etc/test.sh -shell /bin/sh -run \
                test/00/t0001a.sh test/00/t0001a.ES
PASSED
CXX="g++" /bin/sh etc/test.sh -shell /bin/sh -run \
                test/00/t0002a.sh test/00/t0002a.ES
18c18
<               who = "USER";
---
>               who = "ernie";
23c23
<               who = "USER";
---
>               who = "ernie";
43c43
<               "USER",
---
>               "ernie",
FAILED test of core functionality (new project 151)
CXX="g++" /bin/sh etc/test.sh -shell /bin/sh -run \
                test/00/t0003a.sh test/00/t0003a.ES
PASSED
CXX="g++" /bin/sh etc/test.sh -shell /bin/sh -run \
                test/00/t0004a.sh test/00/t0004a.ES
aegis: warning: test mode
aegis: user root too privileged
[...]
============================================================================

bye,
  Roland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to