Skip to content

Compatibility with cask 0.8.5 #13

@darth10

Description

@darth10

Does conao3/setup-cask work with cask 0.8.5?
I've had a build error on cask install that disappears if I use cask 0.8.4.
Here's the output from the build:

  cask install --debug
  shell: /bin/bash -e {0}
  env:
    NIX_PATH: nixpkgs=channel:nixpkgs-unstable

Making version-control local to dash-autoloads.el while let-bound!
Debugger entered--Lisp error: (error "Dependency ansi failed to install: Wrong type argument: stringp, nil
Output:
nil")
  signal(error ("Dependency ansi failed to install: Wrong type argument: stringp, nil\nOutput:\nnil"))
  error("Dependency %s failed to install: %s\nOutput:\n%s" ansi "Wrong type argument: stringp, nil" nil)
  (if dependency (error "Dependency %s failed to install: %s\nOutput:\n%s" dependency message output) (error "Package installation failed: %s\nOutput:\n%s" message output))
  (let* ((data (cdr err)) (dependency (progn nil (or (progn nil (and (vectorp ...) (>= ... 8) (memq ... cl-struct-cask-dependency-tags) t)) (signal (quote wrong-type-argument) (list (quote cask-dependency) (nth 0 data)))) (aref (nth 0 data) 1))) (message (error-message-string (nth 1 data))) (output (nth 2 data))) (if dependency (error "Dependency %s failed to install: %s\nOutput:\n%s" dependency message output) (error "Package installation failed: %s\nOutput:\n%s" message output)))
  (condition-case err (progn (cask-install (cask-cli--bundle))) (cask-missing-dependencies (let ((missing-dependencies (cdr err))) (error "Some dependencies were not available: %s" (s-join ", " (-map (function symbol-name) (-map (function cask-dependency-name) missing-dependencies)))))) (cask-failed-initialization (let* ((data (cdr err)) (message (error-message-string (nth 0 data))) (output (nth 1 data))) (error "Package initialization failed: %s\nOutput:\n%s" message output))) (cask-failed-installation (let* ((data (cdr err)) (dependency (progn nil (or (progn nil ...) (signal ... ...)) (aref (nth 0 data) 1))) (message (error-message-string (nth 1 data))) (output (nth 2 data))) (if dependency (error "Dependency %s failed to install: %s\nOutput:\n%s" dependency message output) (error "Package installation failed: %s\nOutput:\n%s" message output)))))
  cask-cli/install()
  commander--handle-command(("install"))
  commander-parse(("install" "--debug"))
  (if commander-parsing-done nil (commander-parse (or commander-args (cdr command-line-args-left))))
  eval-buffer(#<buffer  *load*> nil "/home/runner/.cask/cask-cli.el" nil t)  ; Reading at buffer position 13674
  load-with-code-conversion("/home/runner/.cask/cask-cli.el" "/home/runner/.cask/cask-cli.el" nil t)
  load("/home/runner/.cask/cask-cli.el" nil t t)
  command-line-1(("-scriptload" "/home/runner/.cask/cask-cli.el" "--" "install" "--debug"))
  command-line()
  normal-top-level()

Loading package information... done
Package operations: 2 installs, 0 removals
  - Installing [ 1/2] ansi (latest)... downloading
Error: Process completed with exit code 255.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions