Coder Social home page Coder Social logo

Comments (11)

avescodes avatar avescodes commented on June 2, 2024

What happens if you run the line in question, removing --silent and replacing the env vars with their appropriate values?

from clojure-cookbook.

Txellenne avatar Txellenne commented on June 2, 2024

What I got is the following line:
** Adding **
and no changes. Though, now I'm not sure whether I replaced the env vars properly.
I also tried it running the line below so that I could afterwards to paste the file manually:

$ curl https://gist.github.com/alandipert/265810/raw/8dec04317e02187b03e96bb1e0206e154e0ae5e2/clojure.lang

This time I got no output and also nothing new happen.

from clojure-cookbook.

Txellenne avatar Txellenne commented on June 2, 2024

Ah, OK, removing --silent I got:

** Adding  **
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: CLOJURE_LANG_SOURCE=https   

from clojure-cookbook.

avescodes avatar avescodes commented on June 2, 2024

Weird, even if you export it like so beforehand?

$ export CLOJURE_LANG_SOURCE="https://gist.github.com/alandipert/265810/raw/8dec04317e02187b03e96bb1e0206e154e0ae5e2/clojure.lang"
$ echo $CLOJURE_LANG_SOURCE
# => What does this output?

from clojure-cookbook.

Txellenne avatar Txellenne commented on June 2, 2024

This is the output I got after run export ..:

$ echo $CLOJURE_LANG_SOURCE
https://gist.github.com/alandipert/265810/raw/8dec04317e02187b03e96bb1e0206e154e0ae5e2/clojure.lang

then, when running the sh script again I got this output:

Beginning Setup...
** Adding /usr/share/source-highlight/clojure.lang **

from clojure-cookbook.

avescodes avatar avescodes commented on June 2, 2024

Can you add "set -x" near the top of the script and paste the output?

-Ryan

On Nov 24, 2014, at 10:11 AM, Txellenne [email protected] wrote:

This is the output I got after run export ..:

$ echo $CLOJURE_LANG_SOURCE
https://gist.github.com/alandipert/265810/raw/8dec04317e02187b03e96bb1e0206e154e0ae5e2/clojure.lang
then, when running the sh script again I got this output:

Beginning Setup...
** Adding /usr/share/source-highlight/clojure.lang **

Reply to this email directly or view it on GitHub.

from clojure-cookbook.

Txellenne avatar Txellenne commented on June 2, 2024

Hey!
Now I did it (added "set -x") on line 24 and deleted the "--silent" option on lines 80, 83, 84 and happened that on the tail outup this time it shows up a warning related with failed to create the file .. permission denied, so I immediatelly ran the scrip again with sudo

$sudo ./script/asciidoc/bootstrap.sh

And voilá.. I got it!!!

...
+ echo 'Setup Complete'
Setup Complete

Known this is a silly question, forgetting the basics, but I was stuck at there, I'm very sorry 😳 . Thank you so so much +rkneufeld 👍

from clojure-cookbook.

avescodes avatar avescodes commented on June 2, 2024

Great! Glad you figured it out. I should have mentioned set -x earlier–it's always my go-to for script problems.

from clojure-cookbook.

cloojure avatar cloojure commented on June 2, 2024

I frequently alternate between setting the first line as either

#!/bin/bash -v

or

#!/bin/bash -x

when debugging shell scripts (you can even use them together as -vx if
things get really bad.....).

Alan

On Mon, Nov 24, 2014 at 6:29 PM, Ryan Neufeld [email protected]
wrote:

Great! Glad you figured it out. I should have mentioned set -x
earlier–it's always my go-to for script problems.


Reply to this email directly or view it on GitHub
#429 (comment)
.

from clojure-cookbook.

chbm avatar chbm commented on June 2, 2024

The script is missing a definition of SUDO.
SUDO=sudo ./script/asciidoc/bootstrap.sh
or appropriate for your system

from clojure-cookbook.

avescodes avatar avescodes commented on June 2, 2024

@chbm I think this can probably just be sudo (changed).

from clojure-cookbook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.