On Tue, 02 Sep 2008 14:32:21 +0100, Bruno Postle wrote:
> On Tue 02-Sep-2008 at 12:54 +0100, Nicholas Brown wrote:
>>On Mon, 01 Sep 2008 21:44:22 +0100, Bruno Postle wrote:
>>
>>> A hugin-0.7.0_rc4 (release candidate 4) tarball is available here:
>
>>Has the tarball been generated properly? I'm seeing the following error
>>while trying to package it;
>
>>CMake Error: The source directory "/home/bruno/src/hugin/hugin/tags/
>>hugin-0-7-0-rc3" does not exist.
>
> Ok, three problems:
>
> 1. You are running `make` without running `cmake .` first.
I have run cmake first.
from log;
+ mkdir -p build
+ cd build
+ /usr/bin/cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAN_INSTALL_DIR=/
usr/share/man -DSYSCONF_INSTALL_DIR=/etc -DBUILD_SHARED_LIBS:BOOL=ON -
DBUILD_STATIC_LIBS:BOOL=OFF
from .spec file
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .link
%build
%cmake
%make
%install
rm -rf %buildroot
%makeinstall_std
>
> 2. You are building the rc3 tarball not the rc4 tarball.
>
I've repeated with rc4 and see the same;
Linking CXX executable fulla
[100%] Built target fulla
+ exit 0
Executing(%install): /bin/sh -e /home/nickbrown/hugin/tmp/rpm-tmp.48240
+ umask 022
+ cd /home/nickbrown/hugin/BUILD
+ cd hugin-0.7.0
+ '[' 1 -eq 1 ']'
+ rm -rf /home/nickbrown/hugin/tmp/hugin-0.7.0-0.rc4.1mdv2009.0-buildroot
+ make DESTDIR=/home/nickbrown/hugin/tmp/hugin-0.7.0-0.rc4.1mdv2009.0-
buildroot install
CMake Error: The source directory "/home/bruno/src/hugin/hugin/tags/
hugin-0-7-0-rc4" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** [cmake_check_build_system] Error 1
error: Bad exit status from /home/nickbrown/hugin/tmp/rpm-tmp.48240 (%
install)
> 3. The tarball does have files that shouldn't be packaged, I'll fix
> this.
Thanks. I'll test again with rc5.
Cheers,
Nick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---