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
