Re: xfsprogs: 7.1.0 Build Failure
Holger Hoffstätte <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs |
|---|---|
| Organization | Applied Asynchrony, Inc. |
| Message-ID | <[email protected]> |
On 2026-07-14 19:10, Reilly Brogan wrote: > We're seeing a build failure on AerynOS with 7.1.0 that we didn't get > with 7.0.1: > > ``` > Installing healer-install > ../install-sh -o root -g root -m 755 -d /usr/lib/xfsprogs > /usr/bin/dash ../libtool --quiet --mode=install ../install-sh -o root > -g root -m 755 xfs_healer xfs_healer_start /usr/lib/xfsprogs > Usage: /mason/build/x86_64/xfsprogs-7.1.0.tar.xz/libtool [OPTION]... > [MODE-ARG]... > Try 'libtool --help' for more information. > libtool: error: '/usr/lib/xfsprogs' is not a directory > make[1]: *** [Makefile:72: install-healer] Error 1 > ``` > > We use slibtool as our libtool implementation and dash as /usr/bin/sh > so perhaps this is an incompatibility with either of those (likely > slibtool). Nope - I see the same on Gentoo with bash and GNU libtool: Installing scrub-install gmake[1]: Nothing to be done for 'install'. ../install-sh -o portage -g portage -m 755 -d /usr/libexec/xfsprogs /bin/sh ../libtool --quiet --mode=install ../install-sh -o portage -g portage -m 755 xfs_healer xfs_healer_start /usr/libexec/xfsprogs Usage: /tmp/portage/sys-fs/xfsprogs-7.1.0/work/xfsprogs-7.1.0/libtool [OPTION]... [MODE-ARG]... Try 'libtool --help' for more information. libtool: error: '/usr/libexec/xfsprogs' is not a directory gmake[1]: *** [Makefile:72: install-healer] Error 1 make: *** [Makefile:134: healer-install] Error 2 -h