You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log file indicates that there was a problem with the ocaml-extlib package. The same thing happened to me.
Try the following steps:
Open a terminal and type: git clone https://aur.archlinux.org/ocaml-extlib.git && cd ocaml-extlib && nano PKGBUILD
Now, comment out the make doc line.
It should look like this:
pkgname=ocaml-extlib
pkgver=1.7.9
pkgrel=1
pkgdesc="Extends the OCaml standard library"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/ygrek/ocaml-extlib"
license=('LGPL')
depends=('ocaml')
makedepends=('ocaml-findlib' 'cppo')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ygrek/ocaml-extlib/archi>
options=('staticlibs')
sha256sums=('0e29211416b3d052d7d0dc3efb17af31642265980149fd2ffb668b3fa0db6b98')
build() {
cd ocaml-extlib-${pkgver}
make build
# make doc
}
Save with Ctrl + O and exit with Ctrl + X.
Type: makepkg -si PKGBUILD
If everything went well, ocaml-extlib will have been successfully installed. Now, you can try to install google-drive-ocamlfuse with yay again.
log
The text was updated successfully, but these errors were encountered: