[Kmymoney-devel] Re: Another strange build problem

Jack ostroffjh at sbcglobal.net
Fri Jul 22 14:43:23 CEST 2011


On 2011.07.22 03:40, Thomas Baumgart wrote:
> on Friday 22 July 2011 00:45:34 Jack wrote:
[snip....]
>> Second problem: I was trying to check this in a second environment:  
>> Kubuntu under VirtualBox under Windows Vista.  The cmake went fine,  
>> but the make got an error not finding some libalkimia stuff, which I  
>> have manually compiled in that environment.  Tracking it down, I  
>> found that cmake/modules/FindLibalkimia.cmake was empty.  Deleting  
>> it and doing "svn  up" restored it to 0 length.  I copyied that file  
>> from my other box (2124 bytes) and the cmake and make seem to be  
>> running fine, but svn thinks it's locally modified.  Does anybody  
>> have a clue why svn would get confused like this?  (This svn  
>> behavior occurs both under Windows using cygwin svn, and also within  
>> the Kubuntu virtualbox environment, but not on either my Gentoo or  
>> Archlinux boxes.
> 
> rwhat it is.
> 
> I get
> 
[snip]
Note I'm starting with a version of the file copied from another system.

jack at ffortso5-kub:~/KDE/KMM/svn/cmake/modules$ ll FindLibalkimia.cmake
-rw-r--r-- 1 jack users 2124 2011-07-21 18:34 FindLibalkimia.cmake

jack at ffortso5-kub:~/KDE/KMM/svn/cmake/modules$ svn status  
FindLibalkimia.cmake
M       FindLibalkimia.cmake

jack at ffortso5-kub:~/KDE/KMM/svn/cmake/modules$ svn info  
FindLibalkimia.cmake
Path: FindLibalkimia.cmake
Name: FindLibalkimia.cmake
URL:  
svn://anonsvn.kde.org/home/kde/trunk/extragear/office/kmymoney/cmake/modules/FindLibalkimia.cmake
Repository Root: svn://anonsvn.kde.org/home/kde
Repository UUID: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Revision: 1242605
Node Kind: file
Schedule: normal
Last Changed Author: tbaumgart
Last Changed Rev: 1223958
Last Changed Date: 2011-03-06 08:26:14 -0500 (Sun, 06 Mar 2011)
Text Last Updated: 2011-07-21 18:25:29 -0400 (Thu, 21 Jul 2011)
Checksum: 22c6178b08755375cfed71669e38a2b6

jack at ffortso5-kub:~/KDE/KMM/svn/cmake/modules$ svn revert  
FindLibalkimia.cmake
Reverted 'FindLibalkimia.cmake'

jack at ffortso5-kub:~/KDE/KMM/svn/cmake/modules$ ll FindLibalkimia.cmake
-rw-r--r-- 1 jack users 0 2011-07-22 08:24 FindLibalkimia.cmake

jack at ffortso5-kub:~/KDE/KMM/svn/cmake/modules$ svn info  
FindLibalkimia.cmake
Path: FindLibalkimia.cmake
Name: FindLibalkimia.cmake
URL:  
svn://anonsvn.kde.org/home/kde/trunk/extragear/office/kmymoney/cmake/modules/FindLibalkimia.cmake
Repository Root: svn://anonsvn.kde.org/home/kde
Repository UUID: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Revision: 1242605
Node Kind: file
Schedule: normal
Last Changed Author: tbaumgart
Last Changed Rev: 1223958
Last Changed Date: 2011-03-06 08:26:14 -0500 (Sun, 06 Mar 2011)
Text Last Updated: 2011-07-22 08:24:38 -0400 (Fri, 22 Jul 2011)
Checksum: 22c6178b08755375cfed71669e38a2b6

Something does look odd, since I don't see any differences before or  
after reverting.
> Sometimes, creating a fresh sandbox resolves this kind of trouble.  
> The file needs to be present, only with LibAlkimia >= 4.3.1 it can be  
> removed (because LibAlkimia installs it in a global directory). But  
> we don't have that yet.
I would prefer to figure out what caused the problem, but I suppose  
starting over is what I should do.  I probably created this problem by  
trying to work in too many different systems at once.

Jack


More information about the KMyMoney-devel mailing list