Re: Help for Build DEB and/or RPM Packages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 31/05/2021 05.18, siqin wrote:
Hi All.

I am want to build LibreOffice on Ubuntu 20.10.


./configure: line 40704: cd: ../share/ant/bin: No such file or directory
./configure: line 40704: cd: ../share/ant/bin: No such file or directory
./configure: line 40704: cd: ../share/ant/bin: No such file or directory
./configure: line 40704: cd: ../share/ant/bin: No such file or directory

.....

Did I miss something?

probably it's the "$SED" invocation in this loop in configure.ac?

        while test -h "$ANT"; do
            a_cwd=`pwd`
            a_basename=`basename "$ANT"`
            a_script=`ls -l "$ANT" | $SED "s/.*${a_basename} -> //g"`
            cd "`dirname "$ANT"`"
            cd "`dirname "$a_script"`"
            ANT="`pwd`"/"`basename "$a_script"`"
            cd "$a_cwd"
        done

probably it's better to use "readlink -f" there, except that it won't work on macOS.
_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux