Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread chuck elliot
hard drive most likely - I have seen some smartd errors on this machine. I have used https://github.com/tedfelix/rosegarden in the past with no problems. On 04/04/2021 11:59 pm, Ted Felix wrote: On 4/4/21 5:46 PM, chuck elliot wrote: I built it from git the other day. It compiled ok 2nd

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Colin Fletcher via Rosegarden-user
On 04/04/2021 20:43, Ted Felix wrote: > Yeah, that's actually on my todo list to switch us over from svn to > git in the about box. Does it still build ok? Yes, after the "Could NOT find Subversion" message the build continues without further error, and appears to produce a working rosegarden

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Ted Felix
On 4/4/21 5:46 PM, chuck elliot wrote: I built it from git the other day. It compiled ok 2nd try. Good to hear. collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped Wow. That's a crash like a sigsegv. Could be almost anything including cosmic rays or a

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread chuck elliot
I built it from git the other day. It compiled ok 2nd try. 1st try aborted with: [ 94%] Building CXX object src/CMakeFiles/rosegardenprivate.dir/sequencer/RosegardenSequencer.cpp.o [ 94%] Building CXX object src/CMakeFiles/rosegardenprivate.dir/sound/JackCaptureClient.cpp.o [ 94%] Building

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Ted Felix
Yeah, that's actually on my todo list to switch us over from svn to git in the about box. Does it still build ok? Ted. On 4/4/21 8:33 AM, Colin Fletcher wrote: On 02/04/2021 18:59, Ted Felix wrote:  The transition from svn to git is complete.  For those who are following along with

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Colin Fletcher via Rosegarden-user
On 02/04/2021 18:59, Ted Felix wrote: >  The transition from svn to git is complete. > >  For those who are following along with development, you'll need to > abandon your svn working copy and start a new git working copy. > >  I've put together a "Using git" page on the wiki that describes how