Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


On 27/06/14 09:44, Marina Latini wrote:
Hi all,
JFYI, this is a frequent warning displayed while building master with sources updated today with 
git pull:

libreoffice/solenv/bin/bin_library_info.sh: line 38: popd: libreoffice: invalid argument popd: 
use: popd [-n] [+N | -N]

libreoffice/solenv/bin/bin_library_info.sh: line 51: popd: libreoffice: invalid argument popd: 
use: popd [-n] [+N | -N]

can't remember ever seeing this, but probably it depends on some
configure options...

The involved functions are:
------------------------
get_config_sha()
{
    pushd ${SRCDIR?} > /dev/null
    cat ${BUILDDIR?}/config_host.mk | git hash-object --stdin
    popd ${SRCDIR?} > /dev/null
}

the error message is correct: "popd" does not take a directory parameter
- fixed on master by commit
ffa354e2defcdc86d93c257159f9428e276c2d2e

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.