Am Samstag, 27. November 2010 schrieb Andreas Metzler: > Yuval Levy <[email protected]> wrote: > > On November 27, 2010 10:19:39 am Andreas Metzler wrote: > [...] > > >> PS: I intend to upload 2010.4.0 beta1 to debian/experimental tomorrow. > >> Works-for-me packaging is already in git > >> git://git.debian.org/git/pkg-phototools/hugin.git but I wanted to push > >> some minor changes in 2010.2.0+dfsg~rc2-2 fo the mirrors first. > > > > thanks. I did some work based on your previous package. currently I am > > stuck with the following error: > > > > dpkg-shlibdeps: error: no dependency information found for > > /usr/lib/libGL.so.1 > > I am not sure but this might be caused by building on a system > with non-free graphic drivers (nvidia or MTI/AMD's fglrx) whose > packaging leaves something to be desired. >
Looks like the last upgrade (in ubuntu 10.10) for nvidia made a change from
/usr/lib/libGL.so.1
to
/usr/lib/nvidia-173/libGL.so.1
but our cmake does not find the correct lib. On my system both shared libs are
still there.
So there is a discrepancy.
In CMakeCache.txt we are referencing
OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/libGL.so
but later at runtime we have.
# ldd /usr/local/bin/hugin | grep libGL.so
-> libGL.so.1 => /usr/lib/nvidia-173/libGL.so.1
(0x00007f76de6a0000)
The cmake module FindOpenGL.cmake finds the wrong lib. But removing this lib is
not an option, because otherwise follows
"OpenGL was not found, hugin disabled" on subsequent cmake call.
I am unsure what to do here.
>
> cu andreas
Kornel
signature.asc
Description: This is a digitally signed message part.
