On 11/23/25 6:37 AM, David Faure wrote:
I'd like to contribute a small compile fix, but I'm confused about how to 
proceed.

* https://github.com/tedfelix/rosegarden-official is called "official" but 
isn't mentioned in
https://www.rosegardenmusic.com/wiki/dev:using_git#making_changes

  You can contribute there if you prefer github.  I'll add it to that page.

* If I follow the instructions on that wiki, I can fetch from my 
ssh://dfaure_kde@ remote,
but I can't push to it.

error: remote unpack failed: unable to create temporary object directory
To ssh://git.code.sf.net/u/tedfelix/rosegarden
  ! [remote rejected]     fix_ninja_build -> fix_ninja_build (unpacker error)
error: failed to push some refs to 'ssh://git.code.sf.net/u/tedfelix/rosegarden'

That looks like permissions. You should be pushing to your own remote, not mine. I'm guessing the remote is pointing to the wrong place. Take a look at the output of this:

$ git remote -v

It might show origin pointing to "ssh://[email protected]/u/tedfelix/rosegarden". That should point to your fork on sourceforge instead. It can be changed with "git remote set-url".

The instructions aren't clear that the "git clone" command needs to be modified to use the fork you just made. I will update it.

Ted.



_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to