Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Nicolas Auffray
Here's my script to build darktable (of course, not for the first time but all other times): ### Building manually #!/bin/sh cd /home/nilvus/Projets/darktable rm -rf build /opt/darktable git pull git submodule update ./build.sh --prefix /opt/darktable --build-type Release --install exit 0

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Nicolas Auffray
And did you also remove install directory (where you install dt, by default /opt/darktable)? Important to remove install AND build directory before compile. Le 12/10/2020 à 15:19, Jesus Arocho a écrit : I did remove the entire directory, did a new "git clone git://github.com/darktable-org/dark

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread KOVÁCS István
git clean -d -f -x ; git pull --rebase --recurse-submodules This will remove generated files, then update from git. ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.o

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Hubert Kowalski
Yep, no need to remove git clone dir pon., 12 paź 2020 o 16:53 Jesus Arocho napisał(a): > So, is it sufficient to remove the build directory and the /opt/darktable > (or wherever), and not remove the entire darktable pull directory? > > On Mon, Oct 12, 2020 at 9:48 AM Nicolas Auffray < > nicolas

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
So, is it sufficient to remove the build directory and the /opt/darktable (or wherever), and not remove the entire darktable pull directory? On Mon, Oct 12, 2020 at 9:48 AM Nicolas Auffray wrote: > Here's my script to build darktable (of course, not for the first time but > all other times): > >

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
Ahh, that did it. I will add the item to a 'start from scratch' bash script. Thanks On Mon, Oct 12, 2020 at 9:22 AM Nicolas Auffray wrote: > And did you also remove install directory (where you install dt, by > default /opt/darktable)? > > Important to remove install AND build directory befor

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
I did remove the entire directory, did a new "git clone git:// github.com/darktable-org/darktable.git", submodule init, etc. Same result. On Mon, Oct 12, 2020 at 9:12 AM parafin wrote: > Clean your install dir in this case, not just build. > > > On Mon, 12 Oct 2020 15:09:41 +0200 > Hubert Kowal

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread parafin
Clean your install dir in this case, not just build. On Mon, 12 Oct 2020 15:09:41 +0200 Hubert Kowalski wrote: > People keep making same mistake > > Clean your build dir before compiling darktable after git update. the error > is with "modulelist.c" file which was removed in recent module

Re: [darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Hubert Kowalski
People keep making same mistake Clean your build dir before compiling darktable after git update. the error is with "modulelist.c" file which was removed in recent module groups rework by AlicVB pon., 12 paź 2020 o 15:03 Jesus Arocho napisał(a): > I had not used dt for a couple of weeks, I

[darktable-dev] dt build from git crashes on Ubuntu 20

2020-10-12 Thread Jesus Arocho
I had not used dt for a couple of weeks, I did an update from git and compiled, no error messages. Program opened ok and I opened the new photo directory. Applied stars ok and then limited the selection to 4 stars. When trying to open an image, the program locked up. I attached an error file cr