Application: "Bespoke" doesn't run

Neither post screenshots of terminal output nor use blockquotes. Instead there are a few options:

  • Highlight it and use the Preformatted text </> toolbar button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    text
    ```

  • Use HTML:

    <pre><code>
    text
    </pre></code>

Run each command below separately:

sudo pacman -Syu --needed base-devel git
rm -rf ~/bespokesynth-git
cd ~
git clone https://aur.archlinux.org/bespokesynth-git.git
cd bespokesynth-git
rm PKGBUILD
wget -O PKGBUILD https://pastebin.com/raw/ytGP3PFv
makepkg -Csrif

If it fails, copy the output beginning with the first command above and paste it to a pastebin service as it very well could be too long to paste it here. Then post the link here.

If I have made an error with my PKGBUILD, then I’ll know what to fix. Capisce? :wink:

I’d like to help, but the solution of the thread was found a couple days ago and I tried in earnest to follow your method already, as well as spend ages editing my posts here in almost real time as I was troubleshooting. Thank you but I can’t keep going on this particular topic. I’m sure we sorted some stuff out though for that cool software BespokeSynth for other Arch users sir.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.