Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-22 Thread Jean-François Mertens

On 21 Aug 2008, at 20:34, Martin Costabel wrote:

 Fixed now, I hope (No rev-up, only the patchfile changed).
 Should fix it for Alex, too.

Thanks !
Did fix it.

JF

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-21 Thread Martin Costabel
Alexander Hansen wrote:
 10.5.4/Intel
 
 The following error in cmake cropped up:
 ...
 CMake Error at CMakeLists.txt:266 (FIND_PACKAGE):
   find_package cannot find package FREETYPE because FREETYPE_DIR is  
 set to
   /sw/lib/freetype219 which is not a directory containing a package
   configuration file (or it is not for the requested version).  Please  
 set
   the cache entry FREETYPE_DIR to the correct directory, or delete it  
 to ask
   CMake to search.

Alex, could you try if the new cmake-2.6.1 still gives you the same 
error? And, getting ideas from the other thread about scribus-aqua, do 
you perhaps have a freetype framework installed somewhere?

-- 
Martin


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-21 Thread Jean-François Mertens
I have the same issue on one machine (ppc,
not on the MacIntel), with the new cmake
and scribus134.

Msg is slightly different, so copying it here
for the record

Called from: [1]

 CMake Error at CMakeLists.txt:174 (FIND_PACKAGE):
   find_package could not find module FindFREETYPE.cmake or a  
 configuration
   file for package FREETYPE.

   Adjust CMAKE_MODULE_PATH to find FindFREETYPE.cmake or set  
 FREETYPE_DIR to
   the directory containing a CMake configuration file for  
 FREETYPE.  The file
   will have one of the following names:

 FREETYPEConfig.cmake
 freetype-config.cmake

Both machines are 10.4, with essentially the same set of pkgs installed
(and in particular, both have all 3 of fink's freetype pkgs installed,
with all their splitoffs, and no non-fink freeype stuff).

Searching by curiosity for one those 3 names turns up only :
 # locate FindFREETYPE.cmake FREETYPEConfig.cmake freetype-config.cmake
 /bld/vtk-py25-5.0.4-2/VTK/CMake/FindFREETYPE.cmake

line 174 is :
 FIND_PACKAGE(FREETYPE REQUIRED)
but I've no idea what exactly this macro (or routine?) FIND_PACKAGE
is supposed to do..
The vtk-py25 case above suggest however it might need one of those
*.cmake files, none of which exists in this builddir.

JF Mertens

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-21 Thread Martin Costabel
Jean-François Mertens wrote:
[]
 CMake Error at CMakeLists.txt:174 (FIND_PACKAGE):
   find_package could not find module FindFREETYPE.cmake or a  
 configuration
   file for package FREETYPE.

Are you perhaps on a case-sensitive file system? There is a module named 
FindFreetype.cmake.

-- 
Martin


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-21 Thread Jean-François Mertens

On 21 Aug 2008, at 17:33, Martin Costabel wrote:

 Jean-François Mertens wrote:
 []
 CMake Error at CMakeLists.txt:174 (FIND_PACKAGE):
   find_package could not find module FindFREETYPE.cmake or a   
 configuration
   file for package FREETYPE.

 Are you perhaps on a case-sensitive file system? There is a module  
 named FindFreetype.cmake.

 -- 
 Martin

Right ! The bld failed on the machine with case-sensitive filesystem,
and didn't on the case-insensitive one !

JF
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-21 Thread Martin Costabel
Jean-François Mertens wrote:
 
 On 21 Aug 2008, at 17:33, Martin Costabel wrote:
 
 Jean-François Mertens wrote:
 []
 CMake Error at CMakeLists.txt:174 (FIND_PACKAGE):
   find_package could not find module FindFREETYPE.cmake or a   
 configuration
   file for package FREETYPE.
 Are you perhaps on a case-sensitive file system? There is a module  
 named FindFreetype.cmake.

 -- 
 Martin
 
 Right ! The bld failed on the machine with case-sensitive filesystem,
 and didn't on the case-insensitive one !

OK, I'll make some tests and patch CMakeLists.txt correspondingly.

-- 
Martin




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-21 Thread Martin Costabel
Jean-François Mertens wrote:
[]
 Right ! The bld failed on the machine with case-sensitive filesystem,
 and didn't on the case-insensitive one !

Fixed now, I hope (No rev-up, only the patchfile changed).
Should fix it for Alex, too.

-- 
Martin



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-21 Thread Alexander Hansen

On Aug 21, 2008, at 2:34 PM, Martin Costabel wrote:

 Jean-François Mertens wrote:
 []
 Right ! The bld failed on the machine with case-sensitive filesystem,
 and didn't on the case-insensitive one !

 Fixed now, I hope (No rev-up, only the patchfile changed).
 Should fix it for Alex, too.

 --  
 Martin

Ah!  I neglected to mention that I'm on case-sensitive HFS.  Martin's  
fix works for me, too.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-14 Thread Martin Costabel
Alexander Hansen wrote:
 10.5.4/Intel
 
 The following error in cmake cropped up:
 ...
 CMake Error at CMakeLists.txt:266 (FIND_PACKAGE):
   find_package cannot find package FREETYPE because FREETYPE_DIR is  
 set to
   /sw/lib/freetype219 which is not a directory containing a package
   configuration file (or it is not for the requested version).  Please  
 set
   the cache entry FREETYPE_DIR to the correct directory, or delete it  
 to ask
   CMake to search.
 ...
 
 It sounds like it wants FREETYPE_DIR to correspond to the directory  
 where the pkgconfig file resides, i.e. %p/lib/freetype219/lib/pkgconfig

Interesting theory. Needless to say, though, that it builds OK for me, 
without any pkgconfig stuff in $FREETYPE_DIR. The error messages of 
cmake cannot be taken literally; I have yet to find out what is not a 
directory containing a package configuration file (or it is not for the 
requested version) really means.

Unfortunately, the much-praised (by developers) cmake is completely 
opaque for the user and a mightmare for packagers. When it does not work 
as intended, it is very hard to find out what is really going on.

I'll continue for a while to reproduce your error, but I might be forced 
eventually to downgrade cmake to 2.4.6 which was known to work, or 
(shudder) start making several versions available to choose from.

--
Martin





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Configure-time issue with scribus-aqua-1.3.3.12-3

2008-08-12 Thread Alexander Hansen
10.5.4/Intel

The following error in cmake cropped up:
...
CMake Error at CMakeLists.txt:266 (FIND_PACKAGE):
   find_package cannot find package FREETYPE because FREETYPE_DIR is  
set to
   /sw/lib/freetype219 which is not a directory containing a package
   configuration file (or it is not for the requested version).   
Please set
   the cache entry FREETYPE_DIR to the correct directory, or delete it  
to ask
   CMake to search.
...

It sounds like it wants FREETYPE_DIR to correspond to the directory  
where the pkgconfig file resides, i.e. %p/lib/freetype219/lib/pkgconfig 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users