Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error instaling via yay in archlinux #877

Open
kaushiksahu18 opened this issue Jul 21, 2024 · 1 comment
Open

error instaling via yay in archlinux #877

kaushiksahu18 opened this issue Jul 21, 2024 · 1 comment

Comments

@kaushiksahu18
Copy link

log

$ yay -S google-drive-ocamlfuse                                                 󰜥 󰍛 11% 20:53
Found existing alias for "yay -S". You should use: "yain"
AUR Explicit (1): google-drive-ocamlfuse-0.7.32-1
AUR Dependency (1): ocaml-extlib-1.7.9-1
:: PKGBUILD up to date, skipping download: google-drive-ocamlfuse
:: PKGBUILD up to date, skipping download: ocaml-extlib
  2 ocaml-extlib                             (Build Files Exist)
  1 google-drive-ocamlfuse                   (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> i
  2 google-drive-ocamlfuse                   (Build Files Exist)
  1 ocaml-extlib                             (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> i
==> Making package: google-drive-ocamlfuse 0.7.32-1 (Sun 21 Jul 2024 08:54:02 PM IST)
==> Retrieving sources...
  -> Found google-drive-ocamlfuse-0.7.32.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    google-drive-ocamlfuse-0.7.32.tar.gz ... Passed
==> Making package: ocaml-extlib 1.7.9-1 (Sun 21 Jul 2024 08:54:04 PM IST)
==> Retrieving sources...
  -> Found ocaml-extlib-1.7.9.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    ocaml-extlib-1.7.9.tar.gz ... Passed
:: (1/2) Parsing SRCINFO: google-drive-ocamlfuse
:: (2/2) Parsing SRCINFO: ocaml-extlib
==> Making package: ocaml-extlib 1.7.9-1 (Sun 21 Jul 2024 08:54:07 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ocaml-extlib-1.7.9.tar.gz
==> Validating source files with sha256sums...
    ocaml-extlib-1.7.9.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting ocaml-extlib-1.7.9.tar.gz with bsdtar
==> Sources are ready.
==> Making package: ocaml-extlib 1.7.9-1 (Sun 21 Jul 2024 08:54:12 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
fatal: not a git repository: '.git'
make -C src build
make[1]: Entering directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -i extBytes.ml > extBytes.mli
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extArray.mli extArray.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extList.mli extList.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extString.mli extString.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c IO.mli IO.ml
File "IO.ml", line 173, characters 2-16:
173 |   Printf.kprintf (fun s -> nwrite_string o s) fmt
        ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.

File "IO.ml", line 796, characters 22-32:
796 |   if b.nbits > 0 then write_bits b (8 - b.nbits) 0
                            ^^^^^^^^^^
Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uTF8.mli uTF8.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -a -o extLib.cma extBytes.cmo enum.cmo bitSet.cmo dynArray.cmo extArray.cmo extHashtbl.cmo extList.cmo extString.cmo extBuffer.cmo global.cmo IO.cmo option.cmo pMap.cmo std.cmo uChar.cmo uTF8.cmo base64.cmo unzip.cmo refList.cmo optParse.cmo dllist.cmo extLib.cmo
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extArray.mli extArray.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extList.mli extList.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extString.mli extString.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c IO.mli IO.ml
File "IO.ml", line 173, characters 2-16:
173 |   Printf.kprintf (fun s -> nwrite_string o s) fmt
        ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.

File "IO.ml", line 796, characters 22-32:
796 |   if b.nbits > 0 then write_bits b (8 - b.nbits) 0
                            ^^^^^^^^^^
Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uTF8.mli uTF8.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -a -o extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx uChar.cmx uTF8.cmx base64.cmx unzip.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -shared -linkall extLib.cmxa -o extLib.cmxs
make[1]: Leaving directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
fatal: not a git repository: '.git'
make -C src doc
make[1]: Entering directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli
ocamldoc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -sort -html -d doc/ extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli extLib.ml
File "optParse.mli", line 5168, character 0:
usage: @param id description
File "optParse.mli", line 5196, character 0:
usage: @param id description
Warning: Module or module type Stdlib.Hashtbl.MakeSeeded not found
Warning: Module type Stdlib.Hashtbl.SeededS not found
Warning: Module type Stdlib.Hashtbl.SeededHashedType not found
Warning: Module or module type Stdlib.Hashtbl.Make not found
Warning: Module type Stdlib.Hashtbl.S not found
Warning: Module type Stdlib.Hashtbl.HashedType not found
Warning: Module or module type Stdlib.Bytes not found
Warning: Element Stdlib.compare not found
Warning: Element Stdlib.compare not found
2 error(s) encountered
make[1]: *** [Makefile:41: doc] Error 1
make[1]: Leaving directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
make: *** [Makefile:20: doc] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> Failed to install layer, rolling up to next layer.error:error making: ocaml-extlib - exit status 4
==> Making package: ocaml-extlib 1.7.9-1 (Sun 21 Jul 2024 08:54:22 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ocaml-extlib-1.7.9.tar.gz
==> Validating source files with sha256sums...
    ocaml-extlib-1.7.9.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting ocaml-extlib-1.7.9.tar.gz with bsdtar
==> Sources are ready.
==> Making package: ocaml-extlib 1.7.9-1 (Sun 21 Jul 2024 08:54:27 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
fatal: not a git repository: '.git'
make -C src build
make[1]: Entering directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -i extBytes.ml > extBytes.mli
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extArray.mli extArray.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extList.mli extList.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extString.mli extString.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c IO.mli IO.ml
File "IO.ml", line 173, characters 2-16:
173 |   Printf.kprintf (fun s -> nwrite_string o s) fmt
        ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.

File "IO.ml", line 796, characters 22-32:
796 |   if b.nbits > 0 then write_bits b (8 - b.nbits) 0
                            ^^^^^^^^^^
Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uTF8.mli uTF8.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -a -o extLib.cma extBytes.cmo enum.cmo bitSet.cmo dynArray.cmo extArray.cmo extHashtbl.cmo extList.cmo extString.cmo extBuffer.cmo global.cmo IO.cmo option.cmo pMap.cmo std.cmo uChar.cmo uTF8.cmo base64.cmo unzip.cmo refList.cmo optParse.cmo dllist.cmo extLib.cmo
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c enum.mli enum.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extArray.mli extArray.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extList.mli extList.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extString.mli extString.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c global.mli global.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c IO.mli IO.ml
File "IO.ml", line 173, characters 2-16:
173 |   Printf.kprintf (fun s -> nwrite_string o s) fmt
        ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.

File "IO.ml", line 796, characters 22-32:
796 |   if b.nbits > 0 then write_bits b (8 - b.nbits) 0
                            ^^^^^^^^^^
Warning 6 [labels-omitted]: label nbits was omitted in the application of this function.
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c option.mli option.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c pMap.mli pMap.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c std.mli std.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uChar.mli uChar.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c uTF8.mli uTF8.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c base64.mli base64.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c unzip.mli unzip.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c refList.mli refList.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c optParse.mli optParse.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c dllist.mli dllist.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extLib.ml
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -a -o extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx uChar.cmx uTF8.cmx base64.cmx unzip.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx
ocamlfind ocamlopt -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -shared -linkall extLib.cmxa -o extLib.cmxs
make[1]: Leaving directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
fatal: not a git repository: '.git'
make -C src doc
make[1]: Entering directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
ocamlfind ocamlc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -g -bin-annot -package bytes -c extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli
ocamldoc -pp "cppo -D 'OCAML 502' -D WITH_BYTES " -sort -html -d doc/ extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli extLib.ml
File "optParse.mli", line 5168, character 0:
usage: @param id description
File "optParse.mli", line 5196, character 0:
usage: @param id description
Warning: Module or module type Stdlib.Hashtbl.MakeSeeded not found
Warning: Module type Stdlib.Hashtbl.SeededS not found
Warning: Module type Stdlib.Hashtbl.SeededHashedType not found
Warning: Module or module type Stdlib.Hashtbl.Make not found
Warning: Module type Stdlib.Hashtbl.S not found
Warning: Module type Stdlib.Hashtbl.HashedType not found
Warning: Module or module type Stdlib.Bytes not found
Warning: Element Stdlib.compare not found
Warning: Element Stdlib.compare not found
2 error(s) encountered
make[1]: *** [Makefile:41: doc] Error 1
make[1]: Leaving directory '/home/kaushiksahu18/.cache/yay/ocaml-extlib/src/ocaml-extlib-1.7.9/src'
make: *** [Makefile:20: doc] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ocaml-extlib-exit status 4
==> Making package: google-drive-ocamlfuse 0.7.32-1 (Sun 21 Jul 2024 08:54:35 PM IST)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> ocaml-extlib
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
 -> error making: google-drive-ocamlfuse-exit status 8
 -> Failed to install the following packages. Manual intervention is required:
ocaml-extlib - exit status 4
google-drive-ocamlfuse - exit status 8
@Theylanh
Copy link

Theylanh commented Jul 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants