From 3b55587b21a16291f03a5371414a8d9e4ea4d6da Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Oct 07 2008 21:01:35 +0000 Subject: Try building with --debug-output enabled. Either it will magically "fix" the problem or it will (hopefully) tell us what's wrong. --- diff --git a/kdepim.spec b/kdepim.spec index 7098903..55dfadc 100644 --- a/kdepim.spec +++ b/kdepim.spec @@ -94,7 +94,7 @@ Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} mkdir -p %{_target_platform} pushd %{_target_platform} -%{cmake_kde4} .. +%{cmake_kde4} --debug-output .. popd make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1