Re: [Fink-users] gcc43 compiling failed

2008-08-21 Thread Guy Lauquin
Guy Lauquin wrote:
ppc, OS X 10.4.11, Xcode 2.5, X11 1.1.3
Fink Package manager version: 0.28.5, unstable tree

compiling of gcc43 failed with the following error message:

checking for jar... jar
checking for zip... no

If you don't have /usr/bin/zip, your installation of the BSD.pkg 
from the system disk is incomplete and you need to reinstall it.

--
Martin

OK reinstalling BSD.pkg solved the problem.

Thanks

Guy

-
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


[Fink-users] emboss compilation failed

2008-08-21 Thread Guy Lauquin
ppc, OS X 10.4.11, Xcode 2.5, X11 1.1.3
Fink Package manager version: 0.28.5, unstable tree

Although emboss-6 compilation and installation ran correctly, the 
update-all command led to the installation of emboss-5 which failed 
with the following error message:

EMBOSS-5.0.0/ajax/ajjava.h
EMBOSS-5.0.0/ONEWS
patch -p1 /sw/fink/dists/stable/main/finkinfo/sci/emboss.patch
patching file ajax/ajjava.c
Hunk #1 FAILED at 89.
1 out of 1 hunk FAILED -- saving rejects to file ajax/ajjava.c.rej
patching file emboss/jembossctl.c
Hunk #1 FAILED at 115.
1 out of 1 hunk FAILED -- saving rejects to file emboss/jembossctl.c.rej
### execution of patch failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-emboss-5.0.0-8

Thanks

Guy

-
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] emboss compilation failed

2008-08-21 Thread Koen van der Drift
Not sure why it wants to install emboss-5, maybe another package you want to 
install depends on it?

I'll look at it later this week or weekend if I can find some time. 

- Koen.

-Original Message-
From: Guy Lauquin [EMAIL PROTECTED]
Sent: Aug 21, 2008 1:31 PM
To: fink-users@lists.sourceforge.net
Cc: [EMAIL PROTECTED]
Subject: emboss compilation failed

ppc, OS X 10.4.11, Xcode 2.5, X11 1.1.3
Fink Package manager version: 0.28.5, unstable tree

Although emboss-6 compilation and installation ran correctly, the 
update-all command led to the installation of emboss-5 which failed 
with the following error message:

EMBOSS-5.0.0/ajax/ajjava.h
EMBOSS-5.0.0/ONEWS
patch -p1 /sw/fink/dists/stable/main/finkinfo/sci/emboss.patch
patching file ajax/ajjava.c
Hunk #1 FAILED at 89.
1 out of 1 hunk FAILED -- saving rejects to file ajax/ajjava.c.rej
patching file emboss/jembossctl.c
Hunk #1 FAILED at 115.
1 out of 1 hunk FAILED -- saving rejects to file emboss/jembossctl.c.rej
### execution of patch failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-emboss-5.0.0-8

Thanks

Guy




-
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


[Fink-users] Failure to install plplot-5.8.0

2008-08-21 Thread Robert Varner
The package plplot-58-1010 fails to install during a source build.  The
error is below.  The target machine is OS X 10.5.4 on Intel.  Does
anyone have an idea how I might work around this?


==Small excerpt from the build 
log==
usr/sbin/chown -R root:admin /sw/src/fink.build/root-plplot-dev-5.8.0-1010
Use of uninitialized value in list assignment at 
/sw/lib/perl5/Fink/PkgVersion.pm line 4963, STDIN line 1.
mkdir -p /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/share/doc; ln -s 
plplot-shlibs 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/share/doc/plplot-dev
Use of uninitialized value in list assignment at 
/sw/lib/perl5/Fink/PkgVersion.pm line 4963, STDIN line 1.
/usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin
/bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/bin/plplot-config 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin/
/bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/bin/plplot_libtool 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw
/bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/include 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib
/bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/*.{a,la,dylib} 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/
/usr/bin/install -d -m 755 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages
/bin/mv 
/sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/python2.5/site-packages/*.{a,la}
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages/
mv: rename 
/sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/python2.5/site-packages/*.a to 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages/*.a:
 No such file or directory
mv: rename 
/sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/python2.5/site-packages/*.la 
to 
/sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages/*.la:
 No such file or directory
### execution of /bin/mv failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-plplot-5.8.0-1010
(Reading database ... 129179 files and directories currently installed.)
Removing fink-buildlock-plplot-5.8.0-1010 ...
Failed: phase installing: plplot-dev-5.8.0-1010 failed

Before reporting any errors, please run fink selfupdate and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

None [EMAIL PROTECTED]

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.

-
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] Failure to install plplot-5.8.0

2008-08-21 Thread Daniel Macks
On Thu, Aug 21, 2008 at 03:43:56PM -0400, Robert Varner wrote:
 The package plplot-58-1010 fails to install during a source build.  The
 error is below.  The target machine is OS X 10.5.4 on Intel.  Does
 anyone have an idea how I might work around this?
 
 
 ==Small excerpt from the build 
 log==
 usr/sbin/chown -R root:admin /sw/src/fink.build/root-plplot-dev-5.8.0-1010
 Use of uninitialized value in list assignment at 
 /sw/lib/perl5/Fink/PkgVersion.pm line 4963, STDIN line 1.
 mkdir -p /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/share/doc; ln -s 
 plplot-shlibs 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/share/doc/plplot-dev
 Use of uninitialized value in list assignment at 
 /sw/lib/perl5/Fink/PkgVersion.pm line 4963, STDIN line 1.
 /usr/bin/install -d -m 755 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin
 /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/bin/plplot-config 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin/
 /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/bin/plplot_libtool 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin/
 /usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw
 /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/include 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/
 /usr/bin/install -d -m 755 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib
 /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/*.{a,la,dylib} 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/
 /usr/bin/install -d -m 755 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages
 /bin/mv 
 /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/python2.5/site-packages/*.{a,la}
  /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages/
 mv: rename 
 /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/python2.5/site-packages/*.a 
 to 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages/*.a:
  No such file or directory
 mv: rename 
 /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/python2.5/site-packages/*.la 
 to 
 /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/python2.5/site-packages/*.la:
  No such file or directory
 ### execution of /bin/mv failed, exit code 1

I can see a couple of things that might lead to this failure. Could
you check a couple of things:

 1. 'fink list -it python'

 2. 'fink list -l /sw/bin/python*'

 3. 'ls /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib'

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
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