Здравствуйте!
В PKGBUILD нашлась такая строчка
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
sed: невозможно прочитать libtool: Нет такого файла или каталога
==> ОШИБКА: Произошел сбой в build().
Прерывание...
Подскажите, что нужно сделать?
Собираю в ~/mutter/
mutter-3.20.0.tar.xz
mutter.install
PKGBUILD
PKGBUILD
pkgname=mutter
pkgver=3.20.0
pkgrel=1
pkgdesc="A window manager for GNOME"
arch=(i686 x86_64)
license=('GPL')
depends=('clutter' 'dconf' 'gobject-introspection-runtime'
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification'
'zenity' 'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11'
'gnome-settings-daemon' 'libgudev')
makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection' 'python2')
conflicts=('mutter-wayland')
replaces=('mutter-wayland')
url="http://www.gnome.org"
groups=('gnome')
options=('!emptydirs')
install=mutter.install
source=(file://mutter-3.20.0.tar.xz)
sha256sums=('44e6fb2ee84cab5a3fe8b1ac25c55413b6a44bf94fa047981a08f26260f3aa7c')
build() {
cd "$pkgname-$pkgver" \
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/mutter \
--localstatedir=/var --disable-static \
--disable-schemas-compile --enable-compile-warnings=minimum
#https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
Файлы взяты с github/mutter и archlinux/packages