tekuti icon indicating copy to clipboard operation
tekuti copied to clipboard

Tekuti fails to start -- take 2

Open k4r4b3y opened this issue 1 year ago • 0 comments

Cloning the repo to the following directory: ~/Documents/blog/test-tekuti and then chaging the dir into it:

cd ~/Documents/blog/test-tekuti; autoreconf -vif; ./configure && make
./env src/tekuti

I am getting the following error:

[workstation user ~/Documents/blog/test-tekuti]% ./env src/tekuti

;;; (reading-index)
fatal: ambiguous argument 'refs/heads/index': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument 'refs/heads/master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Backtrace:
In ice-9/boot-9.scm:
  1752:10  8 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
           7 (apply-smob/0 #<thunk 7a7a7770f360>)
In ice-9/boot-9.scm:
    724:2  6 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
    619:8  5 (_ #(#(#<directory (guile-user) 7a7a77712c80>)))
In ice-9/command-line.scm:
   185:19  4 (_ #<input: string 7a7a7770c850>)
In unknown file:
           3 (eval ((@ (tekuti boot) boot) (program-arguments)) #<di…>)
In tekuti/web.scm:
    97:15  2 (main-loop)
In tekuti/index.scm:
   108:16  1 (maybe-reindex ())
In tekuti/git.scm:
    111:2  0 (git-rev-parse _)

tekuti/git.scm:111:2: In procedure git-rev-parse:
ERROR:
  1. &git-condition:
      argv: ("git" "--bare" "rev-parse" "refs/heads/master")
      output: "refs/heads/master\n"
      status: 32768
zsh: exit 1     ./env src/tekuti

This issue was reported here: https://github.com/wingo/tekuti/issues/2 The OP suggests rm -fr ~/blog.git and retrying. But doing those didn't solve my issue. I don't see tekuti on localhost:8080 in my browser.


I am trying this on whonix-workstation-17 (debian-12 based), with the following packages installed from the debian stable repos:

guile-3.0 guile-3.0-dev elpa-geiser

k4r4b3y avatar Oct 07 '24 10:10 k4r4b3y