Hi,
There is a bug that causes SIGSEGV in ufraw-0.17 when used with
lensfun-0.2.5. Turning off vectorisation in lensfun is a known
workaround for this bug. See attached patch.


-- 
Reagrds,
Przemo Firszt <prz...@firszt.eu>
--- lensfun.spec	2010-09-04 20:15:54.038336956 +0100
+++ lensfun.spec.new	2010-09-04 20:22:11.985423591 +0100
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8):	Baza danych obiektywów z funkcją korekcji zdjęć
 Name:		lensfun
 Version:	0.2.5
-Release:	1
+Release:	2
 License:	LGPLv3 and CC-BY-SA
 Group:		Libraries
 Source0:	http://download.berlios.de/lensfun/%{name}-%{version}.tar.bz2
@@ -74,7 +74,8 @@
 	--cflags="%{rpmcflags}" \
 	--cxxflags="%{rpmcxxflags}" \
  	--ldflags="%{rpmldflags}" \
-	--compiler="gcc"
+	--compiler="gcc" \
+	--vectorization=""
 
 # 'all' is not the default target
 %{__make} all V=1
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to