You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/12/28 15:54:15 UTC

[openoffice] branch AOO42X updated: fakeroot is required for deb creation

This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new b1c6a57  fakeroot is required for deb creation
b1c6a57 is described below

commit b1c6a57b8df98e548b486114f45979fc54d2c613
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Mon Dec 28 10:53:05 2020 -0500

    fakeroot is required for deb creation
    
    (cherry picked from commit a87837cbd2064d4c86aa1d5cc0d84f5f13950aff)
---
 main/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/configure.ac b/main/configure.ac
index 16d5c14..f624c40 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -3544,7 +3544,7 @@ msi - Windows .msi
       fi
       AC_PATH_PROG(FAKEROOT, fakeroot, no)
       if test "$FAKEROOT" = "no"; then
-         AC_MSG_WARN([fakeroot recommended for deb creation. Will try with getuid.so hack.])
+         AC_MSG_ERROR([fakeroot needed for deb creation. Install fakeroot.])
       fi
    fi
    if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then