> Sent: Friday, October 09, 2020 at 10:04 PM > From: "Pierre Labastie via blfs-support" > <[email protected]> > To: [email protected] > Cc: "Pierre Labastie" <[email protected]> > Subject: Re: [blfs-support] Building LibreOffice > > On Fri, 2020-10-09 at 09:41 +0200, filbar--- via blfs-support wrote: > > Hello, > > I'm trying to build libreoffice, but I have errror: > > ./autogen.sh --prefix=$LO_PREFIX \ > > > --sysconfdir=/etc \ > > > --with-vendor=BLFS \ > > > --with-lang='en-GB' \ > > > --with-help \ > > > --with-myspell-dicts \ > > > --without-junit \ > > > --without-system-dicts \ > > > --disable-dconf \ > > > --disable-odk \ > > > --enable-release-build=yes \ > > > --enable-python=system \ > > > --with-system-apr \ > > > --with-system-boost \ > > > --with-system-clucene \ > > > --with-system-curl \ > > > --with-system-epoxy \ > > > --with-system-expat \ > > > --with-system-glm \ > > > --with-system-gpgmepp \ > > > --with-system-graphite \ > > > --with-system-harfbuzz \ > > > --with-system-icu \ > > > --with-system-jpeg \ > > > --with-system-lcms2 \ > > > --with-system-libatomic_ops \ > > > --with-system-libpng \ > > > --with-system-libxml \ > > > --with-system-neon \ > > > --with-system-nss \ > > > --with-system-odbc \ > > > --with-system-openldap \ > > > --with-system-openssl \ > > > --with-system-poppler \ > > > --with-system-postgresql \ > > > --with-system-redland \ > > > --with-system-serf \ > > > --with-system-zlib --without-java > > Various low-level dependencies are missing, please install them: > > aclocal -I /usr//share/aclocal: aclocal -I > > /usr//share/aclocal is required > > > > I don't know what this mean? How can I find which dependencies is not > > installed? I try to run aclocal -I /usr//share/aclocal but without > > success. > > > > I am not sure what you mean when you write without success. Does it say > that aclocal is not found? Or does it give you the same message as > above? > > Normally, the aclocal executable is installed by automake in /usr/bin. > Do you have it? Various packages install .m4 files in > /usr/share/aclocal. Maybe one of those is missing, but it is somewhat > weird that it does not tell you which one. > > So: > step 1: Check that you have /usr/bin/aclocal. If yes: > step 2: run aclocal -I /usr/share/aclocal --verbose, to try to get more > meaningful messages. > > Pierre > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
Hello, From looking at what you have posted: /usr//share/aclocal There is something wrong if this was not a typo on your part, as there should not be a double // there. As Pierre has said, we need a more detailed description of the problem. Normally with such a large build as LibreOffice, it is better to wipe out the failed compile directory, re-extract the tarball and make sure that you very carefully copy and paste the commands from the book. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
