Comment 3 for bug 803176

Revision history for this message
Martin Pitt (pitti) wrote :

Reopening, now it fails due to a different issue:

h_testdir
if [ ! -x /usr/bin/openssl ]; then \
  echo "You need to install openssl first"; \
  exit 1; \
 fi
if [ `umask` != "0022" ]; then echo "You need to set umask to 022 in order to compile/build courier"; exit 1; fi
You need to set umask to 022 in order to compile/build courier
make: *** [check] Error 1

I'm not sure whether that's a buildd specific issue?

Unsubscribing sponsors team, as there is no patch for the new issue.