Page 1 of 2

muse-git for arch

Posted: Sun Dec 02, 2018 3:11 pm
by aquilarubra
Here is the PKGBUILD for Arch to build MusE from git, for those who want to test the latest developments.

Re: muse-git for arch

Posted: Thu Jan 31, 2019 4:11 pm
by funkmuscle
aquilarubra wrote:Here is the PKGBUILD for Arch to build MusE from git, for those who want to test the latest developments.
hey aquilarubra, I'm on arch and trying the PKGBUILD, I get this:

Code: Select all

=> Making package: muse-git 4.0.0-1 (Thu 31 Jan 2019 10:56:55 AM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating muse-git git repo...
Fetching origin
==> Validating source files with md5sums...
    muse-git ... Skipped
==> Extracting sources...
  -> Creating working copy of muse-git git repo...
Switched to a new branch 'makepkg'
==> Removing existing $pkgdir/ directory...
==> Starting build()...
sed: -e expression #1, char 54: unterminated `s' command
==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build muse - makepkg exited with code: 4
I've been using the git build and after the last git pull, the drum editor is not functional or I should say no grid.

Re: muse-git for arch

Posted: Thu Jan 31, 2019 6:46 pm
by spamatica
I see Tim has been real busy, so possibly something is temporarily broken.

Haven't tried updating yet myself. Will do...

Re: muse-git for arch

Posted: Thu Jan 31, 2019 7:50 pm
by aquilarubra
I cannot retry at the moment, so I reupload my PKGBUILD. Maybe I changed something after the initial post. This one is the one I personally used, which compiled fine. If there are issues again, I will investigate.

Re: muse-git for arch

Posted: Thu Jan 31, 2019 9:01 pm
by funkmuscle
aquilarubra wrote:I cannot retry at the moment, so I reupload my PKGBUILD. Maybe I changed something after the initial post. This one is the one I personally used, which compiled fine. If there are issues again, I will investigate.
build but the same issue, the drum editor is not usable

Re: muse-git for arch

Posted: Thu Jan 31, 2019 10:30 pm
by spamatica
funkmuscle wrote: build but the same issue, the drum editor is not usable
I can confirm this. The fine grained lines in the midi editors somehow has vanished, it's still working I think but hard to know what you are doing.
Unless Tim checks back I'll hopefully have a look tomorrow night.

Re: muse-git for arch

Posted: Thu Jan 31, 2019 11:00 pm
by funkmuscle
spamatica wrote:
funkmuscle wrote: build but the same issue, the drum editor is not usable
I can confirm this. The fine grained lines in the midi editors somehow has vanished, it's still working I think but hard to know what you are doing.
Unless Tim checks back I'll hopefully have a look tomorrow night.
Exactly it does work but I just don't know what the heck I'm doing LOL. Thanks a lot man.

Re: muse-git for arch

Posted: Fri Feb 01, 2019 8:40 pm
by funkmuscle
@spamatica Sorry to be a pain man but I'd just like to know if I should try a fresh pull or is the issue not fixed yet?

Re: muse-git for arch

Posted: Fri Feb 01, 2019 9:35 pm
by spamatica
Hey, I'm taking a look but as I'm not sure what I'm looking at yet it might not be quick.
I'll post here if I manage to solve it.

Re: muse-git for arch

Posted: Fri Feb 01, 2019 9:40 pm
by funkmuscle
spamatica wrote:Hey, I'm taking a look but as I'm not sure what I'm looking at yet it might not be quick.
I'll post here if I manage to solve it.
Thanks a lot man

Re: muse-git for arch

Posted: Fri Feb 01, 2019 9:55 pm
by spamatica
I can say this much.

If you limit the checkout to
git checkout 4547301
which is at January 19, it seems ok. Something happened with the checkin after that, on the 20th.

Re: muse-git for arch

Posted: Sat Feb 02, 2019 12:26 am
by funkmuscle
spamatica wrote:I can say this much.

If you limit the checkout to
git checkout 4547301
which is at January 19, it seems ok. Something happened with the checkin after that, on the 20th.
not that good with git so I just confused the living daylights out of myself :? :mrgreen:

Re: muse-git for arch

Posted: Sat Feb 02, 2019 3:38 am
by Joermungand
Just append #commit=4547301 to your source string:

Code: Select all

source=("$pkgname"::'git+https://github.com/muse-sequencer/muse.git#commit=4547301')

Re: muse-git for arch

Posted: Sat Feb 02, 2019 5:45 pm
by funkmuscle
I'll wait for it to be fixed in the git. none of these are building that's why I grabbed the git without using PKGBUILD

Re: muse-git for arch

Posted: Sat Feb 02, 2019 5:58 pm
by Joermungand
funkmuscle wrote:I'll wait for it to be fixed in the git. none of these are building that's why I grabbed the git without using PKGBUILD
The last PKGBUILD linked in the post below built just fine here with the commit appended. Not only did it build, but the drum editor was also fully functional :mrgreen:!
aquilarubra wrote:I cannot retry at the moment, so I reupload my PKGBUILD. Maybe I changed something after the initial post. This one is the one I personally used, which compiled fine. If there are issues again, I will investigate.