Re: [darktable-devel] linux-vdso.so.1

2012-10-28 Thread Ulrich Pegelow
Chances are, that there are some leftovers in /opt/darktable that you should get rid of. So rm -r /opt/darktable and then go back into your darktable sources and sudo make install again. Am 28.10.2012 23:42, schrieb Roumano: > Hi, > > Yes exact, The problem disapar with delete all data (rm -r bui

Re: [darktable-devel] linux-vdso.so.1

2012-10-28 Thread Roumano
Hi, Yes exact, The problem disapar with delete all data (rm -r build was not solve) rm -rf * git reset --hard HEAD git pull ./build.sh cd "./build" sudo make install Now i have got some invalid pointer, it's something known ? (when i want from lightroom to darkroom for exemple ) : If not, ho

Re: [darktable-devel] linux-vdso.so.1

2012-10-28 Thread Ulrich Pegelow
Most likely you did not delete ./build Please do so. From within darktable's source directory: rm -r ./build If even this does not help, there might be an issue with your local git checkout. You may need to start anew with a completely fresh git pull after having deleted all your local darktable

Re: [darktable-devel] linux-vdso.so.1

2012-10-28 Thread Roumano
Hi Ulrich, Making this step create a error : ./build.sh --prefix /opt/darktable/ [ 34%] Building C object src/CMakeFiles/lib_darktable.dir/dtgtk/tristatebutton.c.o [ 34%] /home/roumano/bin/darktable/src/develop/develop.c: In function ‘auto_apply_presets’: /home/roumano/bin/darktable/src/develop

Re: [darktable-devel] linux-vdso.so.1

2012-10-28 Thread Ulrich Pegelow
Please try the following steps: git pull rm -r ./build ./build.sh --prefix /path/to/install cd build make install (or sudo make install) Ulrich Am 28.10.2012 13:37, schrieb Roumano: > Hi, > > I'm running on a Gentoo machine. > > My previous git version running well ( darktable 1.0+1875~g777ce

Re: [darktable-devel] linux-vdso.so.1

2012-10-28 Thread Roumano
Hi, I'm running on a Gentoo machine. My previous git version running well ( darktable 1.0+1875~g777ce68) (and also the stable version package in gentoo 1.0.5) I'm updating darktable via : "git pull;cd build/ ; make ; make install I missing something ? (i don't launch a configuration commande

Re: [darktable-devel] linux-vdso.so.1

2012-10-27 Thread johannes hanika
On Sun, Oct 28, 2012 at 12:50 AM, Pascal de Bruijn wrote: > On Sat, Oct 27, 2012 at 12:46 PM, Mikko Rasa wrote: >> On 27.10.2012 12:14, Roumano wrote: >>> Hi, >>> >>> Whit the last git version of darktable, >>> >>> It's crash when i launch it : >>> >>> /opt/darktable/bin/darktable >>> [mipmap_cac

Re: [darktable-devel] linux-vdso.so.1

2012-10-27 Thread Pascal de Bruijn
On Sat, Oct 27, 2012 at 12:46 PM, Mikko Rasa wrote: > On 27.10.2012 12:14, Roumano wrote: >> Hi, >> >> Whit the last git version of darktable, >> >> It's crash when i launch it : >> >> /opt/darktable/bin/darktable >> [mipmap_cache] cache is empty, file >> `/home/roumano/.cache/darktable/mipmaps-33

Re: [darktable-devel] linux-vdso.so.1

2012-10-27 Thread Mikko Rasa
On 27.10.2012 12:14, Roumano wrote: > Hi, > > > Whit the last git version of darktable, > > It's crash when i launch it : > > /opt/darktable/bin/darktable > [mipmap_cache] cache is empty, file > `/home/roumano/.cache/darktable/mipmaps-3388490f9d6a4a17bb324022811665698736064a' > doesn't exist > > w

[darktable-devel] linux-vdso.so.1

2012-10-27 Thread Roumano
Hi, Whit the last git version of darktable, It's crash when i launch it : /opt/darktable/bin/darktable [mipmap_cache] cache is empty, file `/home/roumano/.cache/darktable/mipmaps-3388490f9d6a4a17bb324022811665698736064a' doesn't exist warning: Could not load shared library symbols for linux-v