Re: [Fink-users] MediaTomb 0.12.1-1

2012-02-24 Thread Alexander K. Hansen

On 2/24/2012 4:04 AM, Bill HG wrote:

Hi
thanks for the prompt reply...

So if I understand you well, there is no way to force fink to use 
another functionality sub-package in building an app?


How about disabling the use of the functionality, i.e. passing an 
argument like --disable-library to fink install package


like

fink install package --disable-library?

I will try it... it will be great if I can get it to work like this:

fink install mediatomb --disable-libmp4v2

as libmp4v2 can be used from within ffmpeg (and external transcoding) 
which builds well...


Thanks

Billy

theNabster Billy :)

That's not supported.

The prescription I gave you in the prior message applies to _any_ 
changes you would want to make.


AKH
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How to handle Error: Pathname collision on case-insensitive filesystems

2012-02-24 Thread Alexander K. Hansen
On 2/24/2012 7:52 AM, Peter Dyballa wrote:
 Hello!

 I try to prepare the INFO and PATCH files for ImageMagick-6.7.5-6. The
 builds go fine until this:

   - Depends line is: imagemagick2-shlibs (= 6.7.5.6-1), lcms-shlibs (=
 1.11-1), libtiff-shlibs (= 3.6.1-3), libjasper.1-shlibs (=
 1.900.1-1), libpng14-shlibs, libdjvulibre21-shlibs (= 3.5.21-1003),
 libjpeg8-shlibs, fontconfig2-shlibs (= 2.4.1-1), expat1-shlibs (=
 2.0.0-1), bzip2-shlibs (= 1.0.2-2), libxml2-shlibs (= 2.6.30-1),
 libiconv (= 1.11-1), freetype219-shlibs (= 2.3.5-1), libjbig-shlibs,
 ghostscript | ghostscript, openexr, libwmf-shlibs (= 0.2.8.4-2), x11-
 shlibs, darwin (= 9-1)
   
   Writing control file...
   Validating .deb dir /sw/src/fink.build/root-imagemagick-6.7.5.6-1...
   Error: Pathname collision on case-insensitive filesystems
   Offending file: /sw/share/doc/imagemagick/
   Offending file: /sw/share/doc/imagemagick/ChangeLog
   Offending file: /sw/share/doc/imagemagick/LICENSE
   Offending file: /sw/share/doc/imagemagick/NEWS.txt
   Removing runtime build-lock...
   Removing build-lock package...

 The assumption that the build is happening on a case-insensitive
 filesystem (HFS+) is wrong, it is happening on HFSX. And there are no
 other files in the archive with names similar to those mentioned which
 just use the same letters but in a diferent case. So really no danger
 of collisions.

 This happens on my PPC based system with Mac OS X 10.5.8. On my intel
 based system with Mac OS X 10.6.8 and simple HFS+ the message is not
 shown (and I think the INFO files are equal).

 --
 Greetings

 Pete

 Hard Disk, n.:
   A device that allows users to delete vast quantities of data with
 simple mnemonic commands.


No.

The message isn't about the system where you're building the package 
currently.  What is telling you is that users will get different 
installed file content on HFSX than HFS+, because on the latter 
filesystem some files will be overwritten.

AKH

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How to handle Error: Pathname collision on case-insensitive filesystems

2012-02-24 Thread Alexander K. Hansen
On 2/24/2012 9:14 AM, Peter Dyballa wrote:

 Am 24.02.2012 um 16:48 schrieb Alexander Hansen:

 No.  I mean that files from this package will overwrite other files
 from THIS package on HFS+.


 I think I understand now! ImageMagick consists (or will consist) of:

 (i)imagemagick6.7.5.6-1Image manipulation tools
  p imagemagick-nox[virtual package]
imagemagick-nox2-dev6.7.5.6-1Image manipulation tools
 (i)imagemagick2-dev6.7.5.6-1Image manipulation tools
 (i)imagemagick2-shlibs6.7.5.6-1Image manipulation tools
 (i)imagemagick2-svg6.7.5.6-1Image manipulation tools
 Either four or two (three?) packages (when -nox) will be installed and 
 their INFO files say that

 Offending file: /sw/share/doc/imagemagick/ChangeLog
 Offending file: /sw/share/doc/imagemagick/LICENSE
 Offending file: /sw/share/doc/imagemagick/NEWS.txt

 are part of more than one package in each of these two sets. Is this 
 the meaning of the message?
No.  That would be a completely separate error which does _not_ mention 
the case.  And it would show up when you install the packages.

In Splitoffs it's quite common to have the same DocFiles as the main 
package--they don't go into the same directory, however.  In this case 
it'd be e.g. /sw/share/doc/imagemagick/, 
/sw/share/doc/imagemagick2-dev/, /sw/share/doc/imagemagick2-shlibs/, ...

  What you are seeing might be due to having both 
%i/share/doc/imagemagick and /sw/share/doc/ImageMagick.


 And do I need to put the three offending files just into one lead 
 package of the two sets?

No.


 -- 
 Greetings

   Pete

 The wise man said: Never argue with an idiot. They bring you down to 
 their level and beat you with experience.






--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: dx-4.4.4-1003 failed

2008-07-16 Thread Alexander K. Hansen
Dominique Dhumieres wrote:
 On Intel OSX 10.5.4 XCode 3.1, updating to dx-4.4.4-1003 failed with:

 ...
 /sw/bin/g++-4 -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../widgets 
 -I../../../include -Dmacos  -I/sw/include/ImageMagick -I/sw/include 
 -I/usr/X11/include  -g -O2 -I/usr/X11/include -c -o StartWebBrowser.o 
 StartWebBrowser.C
 In file included from 
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetwork.h:27,
  from 
 /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:37,
  from 
 /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:20,
  from StartWebBrowser.C:21:
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:53:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:67:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:131:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:145:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:160:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:175:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:190:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetworkErrors.h:205:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_5'
 In file included from 
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFSocketStream.h:26,
  from 
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFNetwork.h:31,
  from 
 /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:37,
  from 
 /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:20,
  from StartWebBrowser.C:21:
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFHost.h:67:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_3'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFHost.h:81:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_3'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFHost.h:200:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_3'
 ...
 A lot of similar errors
 ...
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h:429:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_NA'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h:437:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_NA'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h:445:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_NA'
 /System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/Headers/CFProxySupport.h:453:
  erreur: expected initializer before '__AVAILABILITY_INTERNAL__MAC_NA'
 make[3]: *** [StartWebBrowser.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all-recursive] Error 1
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dx-4.4.4-1003
 (Reading database ... 365188 files and directories currently installed.)
 Removing fink-buildlock-dx-4.4.4-1003 ...
 Failed: phase compiling: dx-4.4.4-1003 failed

 TIA

 Dominique
   
It worked for me on 10.5.4/powerPC with Xcode 3.0.  I wonder if this was 
introduced by Xcode 3.1.

-
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

Re: [Fink-users] gtk

2008-05-20 Thread Alexander K Hansen
On Tuesday 20 May 2008 09:34:00 James Mckenzie wrote:
 I set-up my PYTHONPATH as follows:
 
 [Admins-Computer 18]   echo $PYTHONPATH
 /sw/bin:/sw/lib/python2.3/site-packages:/System/Library/Frameworks/Python.
 framework/Versions/2.3/lib/python2.3/site-packages
 
 Now it proceeds one line further in the syntax error output:
   File /sw/lib/python2.3/site-packages/gtk.py, line 20, in ?
 from GTK import *
 ImportError: No module named GTK

 What does fink list gtk show?

 GTK should equal gtk on your system

 So it *looks* like it's using /sw/bin/python2.3 now.

 Run 'which python'


 This should point to /sw/bin.

 Also, run 'python --version'  If you get python 2.5.1, you are still using
 the python that is installed on your Mac.

That would not be the version one would see on Tiger (as below).  Probably 
more appropriate to use would be 

python -V

As the built-in one on Tiger appears not to understand --version, but Fink's 
understands -V .


 Are gtk and GTK two different things -- is that probably why I'm getting
 this error?

 No.  It is a matter of how the error is reported.  I had to completely
 de-install GTK and GTK2 and then install GTK first and then GTK2 in order
 to rid these errors.

 My OS version is 10.4.11

 Thank you.  Fink is not 'Leopard-ready' yet.

 James McKenzie

I disagree with the above statement, but we'll leave that aside.

One problem here is that it's not always easy to figure out how to make 
external packages find and use Fink-installed ones.  It should always be 
_possible_ for a reasonably-written package.   Consulting their documentation 
is usually a good place to start, so that you can find environment variables 
to set, etc., to match the package to your system configuration.


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] More 'Discoveries' on pwlib1

2008-05-20 Thread Alexander K Hansen
On Tuesday 20 May 2008 10:03:17 James Mckenzie wrote:
 I examined why libpt.dylib was not working and it is a soft link to the
 actual file, but the actual file is in a different directory and the soft
 link only links to a file in the same directory.  Examining the make file
 did not reveal why this happened.  Continuing to look at other make files
 to see if they modify the link location.

 The location of the actual dynamic library file:

 /sw/src/fink.build/root-pwlib1-1.10.10-2/sw/lib/lib/libpt_Darwin_x86_r.1.10
.10.dylib

 The location of the libpt.dylib file is one directory up at:

 /sw/src/fink.build/root-pwlib1-1.10.10-2/sw/lib

 It links to as follows:

 libpt.dylib - libpt_Darwin_*_r.dylib

 These files are located in the first directory.

 Thank you.

 James McKenzie



I've lost track of the local modifications here, but this is what I get using 
the change that jfmertens committed a few days ago (10.5.2/PowerPC):

c++ -Wno-long-double -D_REENTRANT -Wall  -D__MACOSX__ -DUSE_ESD=1 
-I/sw2/src/fink.build/pwlib1-1.10.10-2/pwlib-1.10.10/include -O2 -O3 
-fno-common -dynamic -fno-common -dynamic -fno-common -dynamic -fno-exceptions 
-fno-exceptions -fno-exceptions -fno-exceptions -c 
pipechan.cxx -o 
/sw2/src/fink.build/pwlib1-1.10.10-2/pwlib-1.10.10/lib/obj_Darwin_ppc_r/pipechan.o
pipechan.cxx: In member function 'BOOL PPipeChannel::PlatformOpen(const 
PString, const PStringArray, PPipeChannel::OpenMode, BOOL, BOOL, const 
PStringToString*)':
/usr/include/unistd.h:481: error: too many arguments to function 'pid_t 
setpgrp()'
pipechan.cxx:295: error: at this point in file
pipechan.cxx:308: warning: unused variable 'environ'
make[2]: *** 
[/sw2/src/fink.build/pwlib1-1.10.10-2/pwlib-1.10.10/lib/obj_Darwin_ppc_r/pipechan.o]
 
Error 1
make[1]: *** [opt] Error 2

So the in-Fink version didn't get as far as generating symlinks for me.

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gtk importerror

2008-05-19 Thread Alexander K Hansen
On Thursday 15 May 2008 18:00:49 thetrystero wrote:
 Hello,

 I'm trying to get the program kana-no-quiz to work on OS X but after
 installing the necessary items, I'm getting the following error:

 [Admins-Computer 26] Kana no quiz-1.9 
 /System/Library/Frameworks/Python.framework/Versions/2.3/bin/kana-no-quiz
 Traceback (most recent call last):
   File
 /System/Library/Frameworks/Python.framework/Versions/2.3/bin/kana-no-quiz
, line 24, in ?
 from kananoquiz import *
   File
 /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/sit
e-packages/kananoquiz/__init__.py, line 36, in ?
 import gtk_gui as gui
   File
 /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/sit
e-packages/kananoquiz/gtk_gui.py, line 23, in ?
 import gtk
 ImportError: No module named gtk

 The website (http://choplair.org/?Kana%20no%20quiz%27s%20Readme) says to
 install gtk and pygtk which I did using fink, so I'm not sure what else has
 gone wrong.

 [Admins-Computer 25] Kana no quiz-1.9  fink list gtk+
 Information about 2954 packages read in 10 seconds.
  i   gtk+  1.2.10-51 The Gimp Toolkit
  i   gtk+-data 1.2.10-51 The Gimp Toolkit
  i   gtk+-shlibs   1.2.10-51 The Gimp Toolkit
  i   gtk+2 2.6.10-1003   The Gimp Toolkit
  gtk+2-dev 2.6.10-1003   The Gimp Toolkit
  i   gtk+2-shlibs  2.6.10-1003   The Gimp Toolkit
 [05:47 1.741.331.12]

 [Admins-Computer 27] Kana no quiz-1.9  fink list pygtk
 Information about 2954 packages read in 6 seconds.
  i   pygtk 0.6.9-13  Placeholder for versioned pygtk
 packages
  i   pygtk-py230.6.9-1016Modules for use of GTK with Python

 Any suggestions/help would be much appreciated!

It might be helpful to know what OS version you're on.   

It's not obvious from the website, but the package may want gtk+2, and the 
corresponding python bindings (pygtk-gtk2-pyXY).




-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] overriding dependencies

2008-05-19 Thread Alexander K Hansen
On Wednesday 14 May 2008 00:14:44 thetrystero wrote:
 Hi All,

 This sounds like a common problem but I could not find it on here.
 Apologies if its already been dealt with.

 One of the key advantages of Fink is that it will automatically search for
 and install dependencies for any particular package that you're installing.
 Sometimes, this can mean installing many many other packages prior to the
 software you're actually wanting to use. When this works, it's great.
 However, more often than not, I'm finding that some files don't exist on
 the default server that Fink looks at, and that breaks the whole process.
 curl just sits there indefinitely trying to download a file that either
 does not exist or stalls for some reason or other. Is there a way to tell
 fink to try multiple servers based on a given timeout? or maybe even try to
 fall back on earlier versions of a package if the latest is unavailable?

This may be an issue with your mirror settings.  If you are using the closest 
mirror first option, then you won't be allowed to pop back to the 
Fink Master mirrors, which exist for this very reason.

So first check on that with fink configure.

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Compiling yafc fails

2008-05-19 Thread Alexander K Hansen
On Sunday 18 May 2008 04:18:50 Stefan Wallin wrote:
 Tried to install yafc-unstable on my Macbook, newly updated client updated
 list and updated all packages. I know it's flagged as unstable, but I'd
 still like to give my two cents(and hope for a solution)


The reason for the failure is somewhat different than the usual unstable 
issues though--which are because packages are new and not well tested.  This 
is an old package which was automatically carried over to Leopard. 

 [EMAIL PROTECTED]:~]$* fink --version
 Package manager version: 0.28.2
 Distribution version: selfupdate-rsync Sat May 17 23:38:21 2008, 10.5, i386


anip

 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../src -I../src/ftp
 -I../src/libmhe  -I/sw/include  -g -O2 -MT gssapi.o -MD -MP -MF
 .deps/gssapi.Tpo \
   -c -o gssapi.o `test -f 'gssapi.c' || echo './'`gssapi.c; \
 then mv .deps/gssapi.Tpo .deps/gssapi.Po; \
 else rm -f .deps/gssapi.Tpo; exit 1; \
 fi
 gssapi.c:44:23: error: krb5_err.h: No such file or directory
 gssapi.c: In function 'gss_auth':
 gssapi.c:288: error: 'KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN' undeclared (first
 use in this function)
 gssapi.c:288: error: (Each undeclared identifier is reported only once
 gssapi.c:288: error: for each function it appears in.)
 make[2]: *** [gssapi.o] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

The listed maintainer for the package isn't active in the project any more, so 
I guess nobody checked this one--and you're the first person to try it and 
file a report here (I haven't checked the bug tracker)

I get the same error on my own machine (10.5.2/PowerPC), so the package 
probably is in need of some Leopard-specific updating.

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem building htmldoc

2008-05-19 Thread Alexander K Hansen
On Monday 19 May 2008 14:49:47 James McKenzie wrote:
 [EMAIL PROTECTED] wrote:
  MacBook Pro, Leopard 10.5.2
 
  I have run fink selfupdate and fink update-all.
 
  I'm still having problems getting htmldoc-1.8.23 to build; there are
  ld errors:
 
  Making all in htmldoc...
Linking htmldoc...
Undefined symbols:
  operator new(unsigned long), referenced from:
  GUI::GUI(char const*)in gui.o
  GUI::GUI(char const*)in gui.o
[...]
  GUI::GUI(char const*)in gui.o
  GUI::GUI(char const*)in gui.o
  GUI::GUI(char const*)in gui.o
  GUI::GUI(char const*)in gui.o
  _main in htmldoc.o
  _main in htmldoc.o
  operator delete(void*), referenced from:
  GUI::~GUI()  in gui.o
  GUI::~GUI()  in gui.o
  GUI::~GUI()  in gui.o
  Fl_Input::~Fl_Input()in gui.o
  Fl_Secret_Input::~Fl_Secret_Input()in gui.o
  Fl_Secret_Input::~Fl_Secret_Input()in gui.o
  _main in htmldoc.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [htmldoc] Error 1
 
  Any ideas as to where the problem is?  Is there another library
  which needs to be linked in?

 Are you using XCode 3.0?
 I did a compile and build and two additional dependencies appeared for
 this package.  They were fltk and fltk-X11.  Both installed without
 errors. htmldoc also appears to have installed properly as well.

 James McKenzie




Did you pick fltk-x11 from the dependency choices?  I got the same errors when 
I used that, although the build process didn't stop, and a .deb without 
the 'htmldoc' executable got created.   This seems to work properly if you 
use the obsolete fltk instead.

The old fltk and fltk-X11 aren't actually drop-in compatible, so the package 
really shouldn't give a choice.


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink and TeX

2008-04-21 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thibaut Cousin wrote:
| Le 21 avr. 08 à 17:51, Alexander Hansen a écrit :
| This is a new pet peeve for me, especially when validating packages  
| from
| the tracker.  Typically it happens due to a BuildDepend on doxygen,
| which in turn depends on TeX.  And I don't know how often that is
| actually necessary:  some packages check for doxygen and graphviz,  
| but a
| normal build doesn't _use_ them.
|
| I don't have time just yet, but at some point it might be worth  
| auditing
| packages to see how many of these BuildDepends are spurious.
|
|
|Could you help me with one case, please?
|I used the system-texlive.info suggested previously on this thread,  
| and the package installs successfully (I have TeXLive 2007 installed).
|
|But after that, I tried to install kdelibs3-unified. Among its  
| dependencies, it pulls tetex-base and tetex-texmf with it.
|I edited system-texlive.info, added those packages to the  
| provides section and reinstalled it. Fink reports tetex-base as a  
| provided package, so it works.
|But kdelibs3 still pulls the real tetex-base package as a  
| dependency...
|What am I missing? Why can't kdelibs3 be happy with the provided  
| tetex-base?
|
|Thanks in advance,
|
Something in the chain may carry a versioned dependency on tetex-base, 
which Provides: can't handle, as it doesn't do versioning.  Blame Debian 
for that.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgNBAIACgkQB8UpO3rKjQ9v7QCfTpXL2hNa0CedatczMp8IOfFx
aEwAn1zsaeSigudlsx6GiceffZ0ae1EP
=uOUQ
-END PGP SIGNATURE-


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Installing Ruby with Fink

2008-04-17 Thread Alexander K. Hansen
On Thursday 17 April 2008 11:06:47 am Buz Barstow wrote:
 Dear All,

 I'm having trouble installing ruby on my MacBook Pro (Intel Core Due,
 1.83 GHz) using fink.

 fink reports the following error;

 Generating RI...
 /sw/src/fink.build/ruby18-1.8.6-p111-1/ruby-1.8.6-p111/.ext/i686-
 darwin/stringio.bundle: [BUG] Bus Error
 ruby 1.8.6 (2007-09-24) [i686-darwin]

 make: *** [rdoc] Abort trap
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-ruby18-1.8.6-p111-1
 (Reading database ... 63062 files and directories currently installed.)
 Removing fink-buildlock-ruby18-1.8.6-p111-1 ...
 Failed: phase installing: ruby18-1.8.6-p111-1 failed


 I've tried installing from source, and have no success.

 Does anyone know how to resolve this problem?


 Thanks! and all the best,

 --Buz


We've found this issue recently (reported on threads on -beginners 
and -devel).  It appears to be due to a missing BuildDependency, but what 
package needs to be present hasn't been determined yet.


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] misc 'q'

2008-04-11 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greg Minshall wrote:
| hi.  i'm running 10.5.2, and
| 
|  fink -V
| Package manager version: 0.28.0
| Distribution version: selfupdate-rsync Wed Mar  5 21:44:19 2008, 10.5, 
i386
| 
|
| i run this weird dual virtual desktop scheme, with Mac Spaces and X
| fvwm2.  (i *try* to keep Mac natives apps in one Mac space and X apps in
| a separate Mac space; then, i use fvwm2 to switch virtual desktops
| within the X space.)
|
| i have two oddities.
|
| first, when i'm in the Mac space, it appears that X (X11.app 2.1.4
| (xorg-server 1.3.0-apple5)) still sees the mouse (even though Calendar,
| say, is active).  i notice this because the X emacs speedbar gives me
| little hints, even though emacs is in the X space.
|
| second, quite often when i launch a Mac app in the X space and then
| Apple-Q to quit, the Mac app quits, but an ascii q shows up on the X
| app that lies underneath the Mac app.  this is quite annoying.
|
| (i guess a third thing, possibly related to the first, is that if i
| launch, e.g., Address Book in the X space, and then mouse over (but
| don't click) my X emacs, the emacs cursor highlights as if it is
| active, even though Address Book is still active.)
|
| anyway, are these behaviors historic?  likely to be the result of the
| current fink not yet having caught up with the new 10.5 and new Apple
| X11?
|
| thanks in advance,  Greg Minshall
|
It's been reported to us (on IRC, I believe).  I don't think they have 
anything at all to do with Fink, per se, but rather to the interaction 
between the X11 display server and Spaces.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf/ypwACgkQB8UpO3rKjQ/4pQCfXWZ8ytZ16pkEPStdN/KP+dzN
E60AoIiED88+/eDhj1NXkURZ2qdQiW4w
=GuOq
-END PGP SIGNATURE-


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cernlib won't install on my new MacBook Air

2008-04-11 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jess H. Brewer wrote:
| I have a brand new MacBook Air with Intel CPU, into which I've been
| loading up all my favorite linux tools from fink.  I do a lot of
| data analysis using cernlib components (particularly minuit) and
| so, once I got fink set up (stable and unstable) and ran both
| # fink selfupdateand # fink update-all,
| I tried (several times) # fink install cernlib .  It built stuff
| for an hour or so and terminated each time with a huge slew of
| can't find atom for N_GSYM stabs... messages, ending with the
| errors shown below (in admittedly excessive detail).  I have tried
| to find some reference to similar problems in FAQ to no avail, and
| fink-beginners doesn't seem appropriate for this, so I'm appealing
| to wiser heads.  I apologize for any gaffes or breahes of protocol
| or etiquette; please instruct me!  -- Jess Brewer
|
| PS: I did successfully install pyminuit, so the problem is specific
| to the fortran cernlib.
| 
__
| .
| .
| .
| can't find atom for N_GSYM stabs iqceta:G(0,6) in
| 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/lib/libpacklib.a(izchav.o)
| can't find atom for N_GSYM stabs
| 
zkrakc:G(0,8)=u1288cqholk:(0,9)[EMAIL PROTECTED];ar(0,4);1;120;(0,10)[EMAIL 
PROTECTED];r(0,10);0;255;,0,960;iqholk:(0,11)=ar(0,4);0;119;(0,4),0,3840;iqkrak:(0,12)=ar(0,4);0;79;(0,4),3840,2560;iqcetk:(0,13)=ar(0,4);0;121;(0,4),6400,3904;;
| in
| 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/lib/libpacklib.a(izchav.o)
| can't find atom for N_GSYM stabs cqholk:G(0,9) in
| 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/lib/libpacklib.a(izchav.o)
| can't find atom for N_GSYM stabs iqholk:G(0,11) in
| 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/lib/libpacklib.a(izchav.o)
| rm -f
| 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/paw++
| install -c   paw++
| 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/paw++
| if [[ i386 == i386  gfortran == gfortran ]] ; then
|make patchy/Makefile
|(cd patchy; make install.bin) || exit 1
| fi
| making Makefiles in /patchy...
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/ycompar ] ; then \
|  ln -s ../../patchy/4.15/bin/ycompar ycompar; \
|  else  \
|  echo ycompar not linked, not existing;\
|  fi
| ycompar not linked, not existing
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/yedit ] ; then \
|  ln -s ../../patchy/4.15/bin/yedit yedit; \
|  else  \
|  echo yedit not linked, not existing;\
|  fi
| yedit not linked, not existing
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/yfrceta ] ; then \
|  ln -s ../../patchy/4.15/bin/yfrceta yfrceta; \
|  else  \
|  echo yfrceta not linked, not existing;\
|  fi
| yfrceta not linked, not existing
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/yindex ] ; then \
|  ln -s ../../patchy/4.15/bin/yindex yindex; \
|  else  \
|  echo yindex not linked, not existing;\
|  fi
| yindex not linked, not existing
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/ylist ] ; then \
|  ln -s ../../patchy/4.15/bin/ylist ylist; \
|  else  \
|  echo ylist not linked, not existing;\
|  fi
| ylist not linked, not existing
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/ypatchy ] ; then \
|  ln -s ../../patchy/4.15/bin/ypatchy ypatchy; \
|  else  \
|  echo ypatchy not linked, not existing;\
|  fi
| ypatchy not linked, not existing
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/ysearch ] ; then \
|  ln -s ../../patchy/4.15/bin/ysearch ysearch; \
|  else  \
|  echo ysearch not linked, not existing;\
|  fi
| ysearch not linked, not existing
| cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/cernlib/2005/bin/;
| \
|  if [ -f ../../patchy/4.15/bin/yshift ] ; then \
|  ln -s ../../patchy/4.15/bin/yshift yshift; \
|  else  \
|  echo yshift 

Re: [Fink-users] misc 'q'

2008-04-11 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greg Minshall wrote:
| Alexander K. Hansen [EMAIL PROTECTED] wrote:
|
| It's been reported to us (on IRC, I believe).  I don't think they have
| anything at all to do with Fink, per se, but rather to the interaction
| between the X11 display server and Spaces.
|
| okay, thanks.  sounds like something Apple will hopefully at some point
| fix.
Although, one thing did occur to me just now--you might see if you get 
the same behavior with quartz-wm.  We do know that Apple's server 
doesn't always play nice with window managers.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf/0O0ACgkQB8UpO3rKjQ8VcACeLWs1s0P/FKC+2XBBFiqrYu1/
GkIAnijc9iMx1JZpdQdoQ6DCGp3F72RM
=hP5T
-END PGP SIGNATURE-


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Case sensitivity issue with lasi-1.1.0-1001

2008-04-10 Thread Alexander K. Hansen
I got the following error:

/bin/mv /sw/src/fink.build/root-lasi-1.1.0-1001/sw/include/lasi.h /sw/src/fink.b
uild/root-lasi-dev-1.1.0-1001/sw/include/
mv: rename /sw/src/fink.build/root-lasi-1.1.0-1001/sw/include/lasi.h 
to /sw/src/
fink.build/root-lasi-dev-1.1.0-1001/sw/include/lasi.h: No such file or 
directory

Checking in the build directory, I found:

$ /sw/bin/find -name *.h   
./libLASi-1.1.0/config.h
./libLASi-1.1.0/include/LASi.h
...


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Case sensitivity issue with lasi-1.1.0-1001

2008-04-10 Thread Alexander K. Hansen
Oops--should have said:

Mine's a PowerPC, OS 10.5.2, running on case-sensitive HFS.

On Thursday 10 April 2008 02:16:09 pm Koen van der Drift wrote:
 Could this be a ppc/intel issue? I didn't get the error on my ppc iMac.

 - Koen.

 -Original Message-

 From: Alexander K. Hansen [EMAIL PROTECTED]
 Sent: Apr 10, 2008 10:16 AM
 To: fink-users@lists.sourceforge.net
 Cc: [EMAIL PROTECTED]
 Subject: Case sensitivity issue with lasi-1.1.0-1001
 
 I got the following error:
 
 /bin/mv /sw/src/fink.build/root-lasi-1.1.0-1001/sw/include/lasi.h
  /sw/src/fink.b uild/root-lasi-dev-1.1.0-1001/sw/include/
 mv: rename /sw/src/fink.build/root-lasi-1.1.0-1001/sw/include/lasi.h
 to /sw/src/
 fink.build/root-lasi-dev-1.1.0-1001/sw/include/lasi.h: No such file or
 directory
 
 Checking in the build directory, I found:
 
 $ /sw/bin/find -name *.h
 ./libLASi-1.1.0/config.h
 ./libLASi-1.1.0/include/LASi.h
 ...
 
 
 --
 Alexander K. Hansen
 akh AT finkproject DOT org
 Fink User Liaison and Documenter



-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gst-plugins-0.8.12-1031

2008-04-04 Thread Alexander K. Hansen
Robert T Wyatt wrote:
  The other current issue is with gst-plugins-0.8.12-1031 (on OS 10.5.2,
  Intel MBP, latest iPhone SDK) which gives (with and without fink's
  sed/ssed):

  mkdir .libs
   gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common
  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
  -I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst-libs
  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0
  -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include
  -I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall
  -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2
  -I/sw/lib/freetype219/include -I/usr/X11/include
  -I/usr/X11/include/libpng12 -I/sw/include -I/sw/include/cairo
  -I/usr/X11R6/include -I../../gst/videofilter -Os -funroll-loops
  -fstrict-aliasing -fno-common -c gsttimeoverlay.c  -fno-common -DPIC -o
  .libs/libgstcairo_la-gsttimeoverlay.o
  /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
  -I. -I../..   -fno-common -I/sw/lib/freetype219/include/freetype2
  -I/sw/lib/freetype219/include -I/sw/include/cdparanoia -I/sw/include
  -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE
  -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
  -I/sw/include/libxml2 -I/sw/include -I/sw/include/gstreamer-0.8
  -DGST_DISABLE_DEPRECATED  -Wall -I/sw/lib/fontconfig2/include
  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
  -I/usr/X11/include -I/usr/X11/include/libpng12 -I/sw/include
  -I/sw/include/cairo -I/usr/X11R6/include   -I../../gst/videofilter -Os
  -funroll-loops -fstrict-aliasing -fno-common -c -o
  libgstcairo_la-gsttextoverlay.lo `test -f 'gsttextoverlay.c' || echo
  './'`gsttextoverlay.c
   gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common
  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
  -I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst-libs
  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0
  -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include
  -I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall
  -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2
  -I/sw/lib/freetype219/include -I/usr/X11/include
  -I/usr/X11/include/libpng12 -I/sw/include -I/sw/include/cairo
  -I/usr/X11R6/include -I../../gst/videofilter -Os -funroll-loops
  -fstrict-aliasing -fno-common -c gsttextoverlay.c  -fno-common -DPIC -o
  .libs/libgstcairo_la-gsttextoverlay.o
  /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
  -I. -I../..   -fno-common -I/sw/lib/freetype219/include/freetype2
  -I/sw/lib/freetype219/include -I/sw/include/cdparanoia -I/sw/include
  -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE
  -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
  -I/sw/include/libxml2 -I/sw/include -I/sw/include/gstreamer-0.8
  -DGST_DISABLE_DEPRECATED  -Wall -I/sw/lib/fontconfig2/include
  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
  -I/usr/X11/include -I/usr/X11/include/libpng12 -I/sw/include
  -I/sw/include/cairo -I/usr/X11R6/include   -I../../gst/videofilter -Os
  -funroll-loops -fstrict-aliasing -fno-common -c -o
  libgstcairo_la-gstcairo.lo `test -f 'gstcairo.c' || echo './'`gstcairo.c
  ../../libtool: line 1002: /sw/bin/sed: No such file or directory

I assume you don't get the same thing here with /sw/bin/sed installed.  
That looks like what you get if you remove fink's sed and the shell 
doesn't automatically update the hash of the files in the PATH.

  and then:
  libtool: compile: cannot determine name of library object from `'
  make[3]: *** [libgstcairo_la-gstcairo.lo] Error 1
  make[2]: *** [all-recursive] Error 1
  make[1]: *** [all-recursive] Error 1
  make: *** [all] Error 2

  Complete output is here:
  http://63.246.166.35/~robertwyatt/fink/gst-plugins-0.8.12-1031.txt

  As always, I'm happy to try any potential solution or test case,
  Robert


That looks like one of the dependent packages has generated a bad .la file.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can't update binary dist (was update problem)

2008-04-03 Thread Alexander K. Hansen
On Thursday 03 April 2008 10:58:46 am Stan Sanderson wrote:
 OS 10.4.11, intel iMac
 Package manager version: 0.28.1
 Distribution version: selfupdate-rsync [current date- update
 regularly] 2008,
 10.4, i386
 XCode tools 2.4

 Problem- binary dist will not update.

 Doing fink selfupdate produces the following result:

 Downloading the indexes of available packages in the binary
 distribution./sw/bin/apt-get-lockwait updateErr http://
 msn.wi.us.finkmirrors.net 10.4/release/main Packages  500 ( Not
 implemented  )Hit http://msn.wi.us.finkmirrors.net 10.4/release/main
 ReleaseErr http://msn.wi.us.finkmirrors.net 10.4/release/crypto
 Packages  500 ( Not implemented  )
 .
 . (continued for the remainder of the packages requested)

 followed by

 Reading Package Lists... DoneBuilding Dependency Tree... DoneW:
 Couldn't stat source package list http://msn.wi.us.finkmirrors.net
 10.4/release/main Packages (/sw/var/lib/apt/lists/
 msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_10.4_re
 lease_main_binary-darwin-i386_Packages) - stat (2 No such file or
 directory)W: Couldn't stat source package list http://
 msn.wi.us.finkmirrors.net 10.4/release/crypto Packages (/sw/var/lib/
 apt/lists/
 msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_10.4_re
 lease_crypto_binary-darwin-i386_Packages) - stat (2 No such file or
 directory)
 .
 . (likewise)

 I have tried (many times) fink scanpackages and sudo apt-get update
 without results.

 sudo apt-get update produces results identical to the above.


As well it should, since that's what fink runs, too.

 apt/sources.list verified correct

 Configuring Fink to not use binaries results in an update without
 error messages (but also without binaries!).

 If I need to rebuild the entire install, so be it; however, if anyone
 has a clue as to the cause, I'd be grateful for your input.

 Thanks.

 Stan



Since you can remove apt with only a little grumbling from fink, see if the 
following works:

fink purge apt apt-shlibs
fink install apt apt-shlibs
fink selfupdate

That will force re-installation of the original configuration files for apt.
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update problem

2008-04-01 Thread Alexander K. Hansen
On Tuesday 01 April 2008 11:14:43 am Stan Sanderson wrote:
 On Apr 1, 2008, at 10:01 AM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 10:48:15 am Stan Sanderson wrote:
  OS 10.4.11, intel iMac
  Package manager version: 0.28.1
  Distribution version: selfupdate-rsync Tue Apr  1 09:10:20 2008,
  10.4, i386
  XCode tools 2.4
 
  Problem- binary dist will not update.
 
  Doing fink selfupdate produces the following result:
 
  Downloading the indexes of available packages in the binary
  distribution./sw/bin/apt-get-lockwait updateErr http://
  msn.wi.us.finkmirrors.net 10.4/release/main Packages  500 ( Not
  implemented  )Hit http://msn.wi.us.finkmirrors.net 10.4/release/main
  ReleaseErr http://msn.wi.us.finkmirrors.net 10.4/release/crypto
  Packages  500 ( Not implemented  )
  .
  . (continued for the remainder of the packages requested)
 
  followed by
 
  Reading Package Lists... DoneBuilding Dependency Tree... DoneW:
  Couldn't stat source package list http://msn.wi.us.finkmirrors.net
  10.4/release/main Packages (/sw/var/lib/apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_10.4
  _re
  lease_main_binary-darwin-i386_Packages) - stat (2 No such file or
  directory)W: Couldn't stat source package list http://
  msn.wi.us.finkmirrors.net 10.4/release/crypto Packages (/sw/var/lib/
  apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_10.4
  _re
  lease_crypto_binary-darwin-i386_Packages) - stat (2 No such file or
  directory)
  .
  . (likewise)
 
  I have tried (many times) fink scanpackages and sudo apt-get update
  without results.
 
  sudo apt-get update produces results identical to the above.
 
  I have looked for answers in the FAQs and lists without success. Help
  would be greatly appreciated.
 
  Thanks.
 
  Stan
 
  What do the deb lines in your /sw/etc/apt/sources.list look like?
 
 
  --
  Alexander K. Hansen
  akh AT finkproject DOT org
  Fink User Liaison and Documenter

 deb file:/sw/fink local maindeb file:/sw/fink stable main cryptodeb
 file:/sw/fink unstable crypto main
 # Official binary distribution: download location for packages# from
 the latest releasedeb http://msn.wi.us.finkmirrors.net/mirrors/fink/
 finkbindist/bindist 10.4/release main crypto
 # Official binary distribution: download location for updated#
 packages built between releasesdeb http://msn.wi.us.finkmirrors.net/
 mirrors/fink/finkbindist/bindist 10.4/current main crypto

 (which are basically the same as those in my ppc version)

 Stan



Are there line breaks between, say, main and deb ?  Or is the above a verbatim 
transcript?

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update problem

2008-04-01 Thread Alexander K. Hansen
On Tuesday 01 April 2008 11:42:54 am Stan Sanderson wrote:
 On Apr 1, 2008, at 10:32 AM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 11:14:43 am Stan Sanderson wrote:
  On Apr 1, 2008, at 10:01 AM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 10:48:15 am Stan Sanderson wrote:
  OS 10.4.11, intel iMac
  Package manager version: 0.28.1
  Distribution version: selfupdate-rsync Tue Apr  1 09:10:20 2008,
  10.4, i386
  XCode tools 2.4
 
  Problem- binary dist will not update.
 
  Doing fink selfupdate produces the following result:
 
  Downloading the indexes of available packages in the binary
  distribution./sw/bin/apt-get-lockwait updateErr http://
  msn.wi.us.finkmirrors.net 10.4/release/main Packages  500 ( Not
  implemented  )Hit http://msn.wi.us.finkmirrors.net 10.4/release/
  main
  ReleaseErr http://msn.wi.us.finkmirrors.net 10.4/release/crypto
  Packages  500 ( Not implemented  )
  .
  . (continued for the remainder of the packages requested)
 
  followed by
 
  Reading Package Lists... DoneBuilding Dependency Tree... DoneW:
  Couldn't stat source package list http://msn.wi.us.finkmirrors.net
  10.4/release/main Packages (/sw/var/lib/apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_10
  .4
  _re
  lease_main_binary-darwin-i386_Packages) - stat (2 No such file or
  directory)W: Couldn't stat source package list http://
  msn.wi.us.finkmirrors.net 10.4/release/crypto Packages (/sw/var/
  lib/
  apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_10
  .4
  _re
  lease_crypto_binary-darwin-i386_Packages) - stat (2 No such file or
  directory)
  .
  . (likewise)
 
  I have tried (many times) fink scanpackages and sudo apt-get update
  without results.
 
  sudo apt-get update produces results identical to the above.
 
  I have looked for answers in the FAQs and lists without success.
  Help
  would be greatly appreciated.
 
  Thanks.
 
  Stan
 
  What do the deb lines in your /sw/etc/apt/sources.list look like?
 
 
  --
  Alexander K. Hansen
  akh AT finkproject DOT org
  Fink User Liaison and Documenter
 
  deb file:/sw/fink local maindeb file:/sw/fink stable main cryptodeb
  file:/sw/fink unstable crypto main
  # Official binary distribution: download location for packages# from
  the latest releasedeb http://msn.wi.us.finkmirrors.net/mirrors/fink/
  finkbindist/bindist 10.4/release main crypto
  # Official binary distribution: download location for updated#
  packages built between releasesdeb http://msn.wi.us.finkmirrors.net/
  mirrors/fink/finkbindist/bindist 10.4/current main crypto
 
  (which are basically the same as those in my ppc version)
 
  Stan
 
  Are there line breaks between, say, main and deb ?  Or is the above
  a verbatim
  transcript?
 
  --
  Alexander K. Hansen
  akh AT finkproject DOT org
  Fink User Liaison and Documenter

 It is a direct copy from the text file, lines 9-19; however, I
 realize that the end-of-lines are not shown. I will recopy lines 9-19
 verbatim:

 deb file:/sw/fink local main
 deb file:/sw/fink stable main crypto
 deb file:/sw/fink unstable crypto main

 # Official binary distribution: download location for packages
 # from the latest release
 deb http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/bindist
 10.4/release main crypto

 # Official binary distribution: download location for updated
 # packages built between releases
 deb http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/bindist
 10.4/current main crypto


 Stan


Interesting...I put the official binary distribution lines in my own 
sources.list file (since I'm on 10.5) and I didn't have any problems with 
updating.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update problem

2008-04-01 Thread Alexander K. Hansen
On Tuesday 01 April 2008 02:14:11 pm Stan Sanderson wrote:
 On Apr 1, 2008, at 12:53 PM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 11:42:54 am Stan Sanderson wrote:
  On Apr 1, 2008, at 10:32 AM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 11:14:43 am Stan Sanderson wrote:
  On Apr 1, 2008, at 10:01 AM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 10:48:15 am Stan Sanderson wrote:
  OS 10.4.11, intel iMac
  Package manager version: 0.28.1
  Distribution version: selfupdate-rsync Tue Apr  1 09:10:20 2008,
  10.4, i386
  XCode tools 2.4
 
  Problem- binary dist will not update.
 
  Doing fink selfupdate produces the following result:
 
  Downloading the indexes of available packages in the binary
  distribution./sw/bin/apt-get-lockwait updateErr http://
  msn.wi.us.finkmirrors.net 10.4/release/main Packages  500 ( Not
  implemented  )Hit http://msn.wi.us.finkmirrors.net 10.4/release/
  main
  ReleaseErr http://msn.wi.us.finkmirrors.net 10.4/release/crypto
  Packages  500 ( Not implemented  )
  .
  . (continued for the remainder of the packages requested)
 
  followed by
 
  Reading Package Lists... DoneBuilding Dependency Tree... DoneW:
  Couldn't stat source package list http://
  msn.wi.us.finkmirrors.net
  10.4/release/main Packages (/sw/var/lib/apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_
  10
  .4
  _re
  lease_main_binary-darwin-i386_Packages) - stat (2 No such file or
  directory)W: Couldn't stat source package list http://
  msn.wi.us.finkmirrors.net 10.4/release/crypto Packages (/sw/var/
  lib/
  apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dists_
  10
  .4
  _re
  lease_crypto_binary-darwin-i386_Packages) - stat (2 No such
  file or
  directory)
  .
  . (likewise)
 
  I have tried (many times) fink scanpackages and sudo apt-get
  update
  without results.
 
  sudo apt-get update produces results identical to the above.
 
  I have looked for answers in the FAQs and lists without success.
  Help
  would be greatly appreciated.
 
  Thanks.
 
  Stan
 
  What do the deb lines in your /sw/etc/apt/sources.list look
  like?
 
 
  --
  Alexander K. Hansen
  akh AT finkproject DOT org
  Fink User Liaison and Documenter
 
  deb file:/sw/fink local maindeb file:/sw/fink stable main cryptodeb
  file:/sw/fink unstable crypto main
  # Official binary distribution: download location for packages#
  from
  the latest releasedeb http://msn.wi.us.finkmirrors.net/mirrors/
  fink/
  finkbindist/bindist 10.4/release main crypto
  # Official binary distribution: download location for updated#
  packages built between releasesdeb http://
  msn.wi.us.finkmirrors.net/
  mirrors/fink/finkbindist/bindist 10.4/current main crypto
 
  (which are basically the same as those in my ppc version)
 
  Stan
 
  Are there line breaks between, say, main and deb ?  Or is the above
  a verbatim
  transcript?
 
  --
  Alexander K. Hansen
  akh AT finkproject DOT org
  Fink User Liaison and Documenter
 
  It is a direct copy from the text file, lines 9-19; however, I
  realize that the end-of-lines are not shown. I will recopy lines 9-19
  verbatim:
 
  deb file:/sw/fink local main
  deb file:/sw/fink stable main crypto
  deb file:/sw/fink unstable crypto main
 
  # Official binary distribution: download location for packages
  # from the latest release
  deb http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/bindist
  10.4/release main crypto
 
  # Official binary distribution: download location for updated
  # packages built between releases
  deb http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/bindist
  10.4/current main crypto
 
 
  Stan
 
  Interesting...I put the official binary distribution lines in my own
  sources.list file (since I'm on 10.5) and I didn't have any
  problems with
  updating.
 
  --

 I update both machines (both on OS 10.4.11, one PPC and the other
 MacTel) at the same time on the same network (when I'm in the shop).
 The sources.list files appear to be identical but the resulting
 actions are decidedly different. I'm flummoxed.

 Stan

Just to make sure I didn't miss anything:  you can update on the PowerPC, but 
not the Intel box?  I can only check PowerPC.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] update problem

2008-04-01 Thread Alexander K. Hansen
On Tuesday 01 April 2008 02:43:35 pm Stan Sanderson wrote:
 On Apr 1, 2008, at 1:35 PM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 02:14:11 pm Stan Sanderson wrote:
  On Apr 1, 2008, at 12:53 PM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 11:42:54 am Stan Sanderson wrote:
  On Apr 1, 2008, at 10:32 AM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 11:14:43 am Stan Sanderson wrote:
  On Apr 1, 2008, at 10:01 AM, Alexander K. Hansen wrote:
  On Tuesday 01 April 2008 10:48:15 am Stan Sanderson wrote:
  OS 10.4.11, intel iMac
  Package manager version: 0.28.1
  Distribution version: selfupdate-rsync Tue Apr  1 09:10:20
  2008,
  10.4, i386
  XCode tools 2.4
 
  Problem- binary dist will not update.
 
  Doing fink selfupdate produces the following result:
 
  Downloading the indexes of available packages in the binary
  distribution./sw/bin/apt-get-lockwait updateErr http://
  msn.wi.us.finkmirrors.net 10.4/release/main Packages  500 ( Not
  implemented  )Hit http://msn.wi.us.finkmirrors.net 10.4/
  release/
  main
  ReleaseErr http://msn.wi.us.finkmirrors.net 10.4/release/crypto
  Packages  500 ( Not implemented  )
  .
  . (continued for the remainder of the packages requested)
 
  followed by
 
  Reading Package Lists... DoneBuilding Dependency Tree... DoneW:
  Couldn't stat source package list http://
  msn.wi.us.finkmirrors.net
  10.4/release/main Packages (/sw/var/lib/apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dist
  s_
  10
  .4
  _re
  lease_main_binary-darwin-i386_Packages) - stat (2 No such
  file or
  directory)W: Couldn't stat source package list http://
  msn.wi.us.finkmirrors.net 10.4/release/crypto Packages (/sw/
  var/
  lib/
  apt/lists/
  msn.wi.us.finkmirrors.net_mirrors_fink_finkbindist_bindist_dist
  s_
  10
  .4
  _re
  lease_crypto_binary-darwin-i386_Packages) - stat (2 No such
  file or
  directory)
  .
  . (likewise)
 
  I have tried (many times) fink scanpackages and sudo apt-get
  update
  without results.
 
  sudo apt-get update produces results identical to the above.
 
  I have looked for answers in the FAQs and lists without
  success.
  Help
  would be greatly appreciated.
 
  Thanks.
 
  Stan
 
  What do the deb lines in your /sw/etc/apt/sources.list look
  like?
 
 
  --
  Alexander K. Hansen
  akh AT finkproject DOT org
  Fink User Liaison and Documenter
 
  deb file:/sw/fink local maindeb file:/sw/fink stable main
  cryptodeb
  file:/sw/fink unstable crypto main
  # Official binary distribution: download location for packages#
  from
  the latest releasedeb http://msn.wi.us.finkmirrors.net/mirrors/
  fink/
  finkbindist/bindist 10.4/release main crypto
  # Official binary distribution: download location for updated#
  packages built between releasesdeb http://
  msn.wi.us.finkmirrors.net/
  mirrors/fink/finkbindist/bindist 10.4/current main crypto
 
  (which are basically the same as those in my ppc version)
 
  Stan
 
  Are there line breaks between, say, main and deb ?  Or is the
  above
  a verbatim
  transcript?
 
  --
  Alexander K. Hansen
  akh AT finkproject DOT org
  Fink User Liaison and Documenter
 
  It is a direct copy from the text file, lines 9-19; however, I
  realize that the end-of-lines are not shown. I will recopy lines
  9-19
  verbatim:
 
  deb file:/sw/fink local main
  deb file:/sw/fink stable main crypto
  deb file:/sw/fink unstable crypto main
 
  # Official binary distribution: download location for packages
  # from the latest release
  deb http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/
  bindist
  10.4/release main crypto
 
  # Official binary distribution: download location for updated
  # packages built between releases
  deb http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/
  bindist
  10.4/current main crypto
 
 
  Stan
 
  Interesting...I put the official binary distribution lines in
  my own
  sources.list file (since I'm on 10.5) and I didn't have any
  problems with
  updating.
 
  --
 
  I update both machines (both on OS 10.4.11, one PPC and the other
  MacTel) at the same time on the same network (when I'm in the shop).
  The sources.list files appear to be identical but the resulting
  actions are decidedly different. I'm flummoxed.
 
  Stan
 
  Just to make sure I didn't miss anything:  you can update on the
  PowerPC, but
  not the Intel box?  I can only check PowerPC.
 
  --
  Alexander K. Hansen

 Correct. Until a few weeks ago, updates proceeded as expected.

 Stan

Very interesting.  I think we changed our host for the binary distribution on 
that timeframe, too, so maybe it's on that end.  

Unfortunately, I can't just boot my system into Intel :-) , so I can't check 
this out myself. 

But someone else on 10.4/intel could check whether they get the same issue, 
and even on 10.5/intel somebody could paste in the deb lines for 10.4 to 
check it out

Hint...Hint...
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

Re: [Fink-users] Failed: phase compiling: octave-atlas- 3.0.0-3 failed

2008-03-31 Thread Alexander K. Hansen
On Monday 31 March 2008 07:19:05 am Ben Abbott wrote:
 Yann Clénet yann.clenet at free.fr writes:
  actually, I was trying to install the gdl package and it failed at the
  octave-atlas step. but if I can be of any help (I am rather a newbie
  than an expert of fink...), I can try any suggestion
 
  Yann

 hmmm... looking at the dependencies for gdl, I don't see why
 octave-atlas is needed. Alexander/JF should be more help with
 that.

 Regarding octave-atlas, you might try installing octave instead.
 Please start by replacing the make check line in octave.info and
 then

 $ fink remove octave-atlas
 $ fink install octave
 $ fink install gdl

 On both my Intel and PPC based Macs fink install octave works
 for me ... I haven't tried to install gdl.





I was surprised when encountered this myself.  gdl depends on plplot which 
depends on octave | octave-atlas
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: octave-a tlas-3.0.0-3 failed

2008-03-31 Thread Alexander K. Hansen
On Monday 31 March 2008 09:55:22 am Ben Abbott wrote:
 On Mar 31, 2008, at 9:17 AM, Alexander K. Hansen wrote:
  On Monday 31 March 2008 07:19:05 am Ben Abbott wrote:
  Yann Clénet yann.clenet at free.fr writes:
  actually, I was trying to install the gdl package and it failed at
  the
  octave-atlas step. but if I can be of any help (I am rather a newbie
  than an expert of fink...), I can try any suggestion
 
  Yann
 
  hmmm... looking at the dependencies for gdl, I don't see why
  octave-atlas is needed. Alexander/JF should be more help with
  that.
 
  Regarding octave-atlas, you might try installing octave instead.
  Please start by replacing the make check line in octave.info and
  then
 
  $ fink remove octave-atlas
  $ fink install octave
  $ fink install gdl
 
  On both my Intel and PPC based Macs fink install octave works
  for me ... I haven't tried to install gdl.
 
  I was surprised when encountered this myself.  gdl depends on plplot
  which
  depends on octave | octave-atlas

 Sounds like good news for Yann. If he chooses to install octave
 instead of octave-atlas, he should have a functional gdl.

 Back the the problem with Octave-atlas, I tried to build on my ppc
 based Mac, but the build of atlas failed.  Some of what I encountered
 is below.

 $ fink install atlas atlas-shlibs

 [...]

 gcc -DL2SIZE=4194304 -I/sw/src/fink.build/atlas-3.8.1-1/bld/include -I/
 sw/s
  rc/fink.build/atlas-3.8.1-1/bld/../ATLAS//include -I/sw/src/
 fink.build/atla
  s-3.8.1-1/bld/../ATLAS//include/contrib -DAdd_ -DF77_INTEGER=int -
 DStringSu
  nStyle -DATL_OS_OSX -DATL_ARCH_PPCG4 -DATL_CPUMHZ=1499 -
 DATL_AltiVec -DATL_
  GAS_PPC  -O3 -maltivec -mabi=altivec -mcpu=7400 -mtune=7400 -no-
 cpp-precomp
   -faltivec -m32 -DATL_BETA=1 -c cmm_b1.c
 gcc: unrecognized option '-no-cpp-precomp'
 cmm_b1.c: In function 'ATL_cJIK80x80x80TN80x80x0_a1_b1':
 cmm_b1.c:147: error: can't convert value to a vector
 cmm_b1.c:153: warning: use of 'long' in AltiVec types is deprecated;
 use 'int'
 cmm_b1.c:153: error: can't convert between vector values of different
 size
 make[6]: *** [cBuildCobjs] Error 1
 make[5]: *** [cmmucase] Error 2

 [... snip ...]

 gcc -DL2SIZE=4194304 -I/sw/src/fink.build/atlas-3.8.1-1/bld/include -I/
 sw/s
  rc/fink.build/atlas-3.8.1-1/bld/../ATLAS//include -I/sw/src/
 fink.build/atla
  s-3.8.1-1/bld/../ATLAS//include/contrib -DAdd_ -DF77_INTEGER=int -
 DStringSu
  nStyle -DATL_OS_OSX -DATL_ARCH_PPCG4 -DATL_CPUMHZ=1499 -
 DATL_AltiVec -DATL_
  GAS_PPC  -DATL_UCLEANM -DATL_UCLEANN -DATL_UCLEANK -O3 -maltivec -
 mabi=alti
  vec -mcpu=7400 -mtune=7400 -no-cpp-precomp -faltivec -m32 -c
 ATL_cupMBmm0_1
  _0_b0.c
 gcc: unrecognized option '-no-cpp-precomp'
 ATL_cupMBmm0_1_0_b0.c:82:1: warning: ATL_AltiVec redefined
 command-line: warning: this is the location of the previous definition
 ATL_cupMBmm0_1_0_b0.c: In function 'ATL_mmcu':
 ATL_cupMBmm0_1_0_b0.c:131: error: can't convert value to a vector
 ATL_cupMBmm0_1_0_b0.c: In function 'ATL_cupMBmm0_1_0_b0':
 ATL_cupMBmm0_1_0_b0.c:212: error: can't convert value to a vector
 ATL_cupMBmm0_1_0_b0.c:219: warning: use of 'long' in AltiVec types is
 deprecated; use 'int'
 ATL_cupMBmm0_1_0_b0.c:219: error: can't convert between vector values
 of different size
 make[8]: *** [ATL_cupMBmm0_1_0_b0.o] Error 1
 make[7]: *** [ccleanuplib] Error 2
 make[6]: *** [clib] Error 2
 make[5]: *** [cmmlib] Error 2
 make[4]: *** [cinstall] Error 2
 make[3]: *** [install] Error 2
 make[2]: *** [IRunMMDef] Error 2

 [...]

 Is this a known problem on ppc (10.5) or shall I start a new thread?

 Ben

Check out 

http://akhmac.blogdns.net/%7Ehansen/finklogs/atlas_test/fink-build-log_atlas.bz2

The issue appears to be an upstream problem.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] rsync

2008-03-28 Thread Alexander K. Hansen
I'm cc'ing the fink-users mailing list so that others can provide input or 
benefit from the discussion.

I don't recall that we ever came to a resolution on this. 

Did you set proxies via fink configure ?

According to the Environment Variables section of info cvs for the version 
which comes with Leopard (assuming that's what you're on, too), you might 
want to set CVS_PROXY_PORT to match your http proxy:

`$CVS_PROXY_PORT'
 Used in client-server mode to set the port to use when accessing a
 server via a web proxy, if the port is not specified in the
 CVSROOT.  Works with GSSAPI, and the password authentication
 protocol.  *note Remote repositories::


(replacing the proxy stuff by those that are applicable to your network)

On Friday 28 March 2008 03:42:44 pm Stephen M Jones wrote:
 Hi

 Did you or your correspondent ever resolve the rsync
 problem in the [Fink-beginners] thread below?  I
 have exactly the same problem with rsync.  I'm
 behind a firewall and I had a hunch that that is
 the problem but I've no idea how to proceed.

 There's a similar problem with selfupdate-cvs, as follows

 Now logging into the CVS server. When CVS asks you for a password, just
 press return (i.e. the password is empty).
 /usr/bin/su smj -c 'cvs
 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login' Logging
 in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/fink CVS
 password:
 cvs [login aborted]: connect to  
  On Mar 16, 2008, at 5:11 PM, Alexander Hansen wrote:
  On Mar 16, 2008, at 12:30 PM, Andrew Friedman wrote:
  Hi,
 
  I recently reinstalled fink 0.28 on mac os 10.5.2 following the
  instructions on http://www.finkproject.org/download/srcdist.php
 
  The installation seemed to work. However, when I run 'fink
  selfupdate', I get the following connection error message:
 
  [Macintosh-4:~/fink-0.28.0] andrewfriedman% fink selfupdate
  rsync -az -q  rsync://bru.be.eu.finkmirrors.net/finkinfo//
  TIMESTAMP /
  sw/fink/TIMESTAMP.tmp
  rsync: failed to connect to bru.be.eu.finkmirrors.net: Connection
  refused (61)
  rsync error: error in socket IO (code 10) at /SourceCache/rsync/
  rsync-30/rsync/clientserver.c(94)
 
  I get similar messages when I try different mirrors.
 
  Do you have any suggestions? I am connecting from the UK, and I am a
  relative newcomer to both the UNIX terminal and to fink.
 
  Thank you in advance,
 
  Andrew Friedman
 
  Which mirrors have you tried?  The bru. one has been reported as
  being dodgy, but others work, at least here.


 fink.cvs.sourceforge.net(66.35.250.97):2401 failed: Connection refused ###
 execution of /usr/bin/su failed, exit code 1
 Failed: Logging into the CVS server for anonymous read-only access failed.

 At the moment I'm getting round the inability to selfupdate
 by manually downloading the .info and .patch files for the
 packages I need: very slow.

 Thanks in advance
 Steve


 Thread from [Fink-beginners]

  Are you going through a firewall by chance?
 
  On Mar 16, 2008, at 8:09 PM, Andrew Friedman wrote:
  Thanks for getting back to me. I reset 'fink configure' to the U.S.
  mirror and I still get the same error:
 
  rsync -az -q  rsync://msn.wi.us.finkmirrors.net/finkinfo//TIMESTAMP /
  sw/fink/TIMESTAMP.tmp
  rsync: failed to connect to msn.wi.us.finkmirrors.net: Connection
  refused (61)
  rsync error: error in socket IO (code 10) at /SourceCache/rsync/
  rsync-30/rsync/clientserver.c(94)
 
  It retries other mirrors, which give me similar error messages.
 
  Andrew

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Status on gcc43-4.3.0-1000?

2008-03-19 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
[EMAIL PROTECTED] wrote:
| On Wed, 19 Mar 2008 10:52:30 -0400
| Jack Howarth [EMAIL PROTECTED] wrote:
|
| There are at least two bugs in the linker from Xcode 3.1
|  which will prevent gcc43 from building. The first one manifests
|  itself as a duplicate symbol in both tree-inline.o and libbackend.a
|  (which contains tree-inline.o already) when linking cc1plus-dummy.
|  This can be hacked around by removing the extra instance of
|  tree-inline.o from gcc/cp/Make-lang.in. However this shouldn't
|  be required since a unix linker should ignore duplicate symbols
|  from a static library. Even with this workaround the build will
|  fail later when linking parts of libjava. For now if you need gcc43
|  and the iPhoneSDK, I would revert to Xcode 3.0, build gcc43
|  and then reinstall the iPhoneSDK. Beware though that the Xcode
|  3.1 linker definitely has issues.
|  Jack
|  
|  
|  
| Since gfortran is so important, and so slow and painful to compile, 
would it be possible for fink to host (or point to my) debian binaries 
for this?  I do this myself, informally, for the benefit of my 
colleagues, and would be happy to make this available to anyone who is 
in need.
|
| Bill
|
|
I've been using them myself.  I saved myself several days of compiling  :-)

There has been discussion on the Fink IRC channel--it hasn't reached the 
point of actually needing to have a real paper trail yet--concerning 
ways to allow contributed binary distributions as official project 
elements.   Official status would carry the implication that whomever 
was hosting such a repository can be trusted not to install arbitrary 
junk and thereby distribute broken binaries. :-)

For now, we definitely can point people to your repository in an 
unofficial capacity, If you're willing and can stand the bandwidth.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFH4XdRB8UpO3rKjQ8RAlVRAJ4lsFMnpEhLW/obTNarAvAvh4QcywCfT2/R
El9Ka8CGkVSiOSYEYj7+YWk=
=B5z6
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnucash gconf start problem

2008-03-15 Thread Alexander K. Hansen
On Saturday 15 March 2008 05:33:53 am Richard Nelson wrote:
 I have to start gnucash2 as root to get it to load my data file. When
 I start as a user I get gconf errors and the file load stalls at the
 splash screen. I have a clean install of fink on a new macbook. Here
 is the error I am getting in Console:

 Failed to load source xml:readonly:/usr/local/etc/gconf/
 gconf.xml.defaults: Failed: Could not make directory `/usr/local/etc/
 gconf/gconf.xml.defaults': No such file or directory

 Any suggestions? Thanks!


If your Fink installation isn't in /usr/local, it looks like you've got some 
cross-contamination.

Otherwise, you might try sudo mkdir /usr/local/etc/gconf/gconf.xml/defaults 
to make the directory yourself.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] octave.info gcc-4.3

2008-03-13 Thread Alexander K. Hansen
On Thursday 13 March 2008 08:12:14 pm Ben Abbott wrote:
 On Mar 13, 2008, at 9:17 AM, Alexander Hansen wrote:
  Ben Abbott wrote:
  The current octave.info files still points to gcc4.2 library.
  Should this not be updated to respect gcc4.3?
 
  ConfigureParams: FLIBS=%p/lib/gcc4.2/lib/libgfortran.dylib F77=%p/
  bin/gfortran --infodir='${prefix}/share/info' --mandir='${prefix}/
  share/man' --libexecdir='${prefix}/lib' -enable-shared -enable-dl --
  disable-static --without-mpi --with-hdf5 --with-fftw
 
  I expect there are similar occurances in other packages as well.
 
  Ben
 
  It was updated without anybody informing me, but yes, that update
  should be made.

 I notice gcc43 includes a conflict with gcc42

   Conflicts: gcc4, gcc42

 I've been using a local octave.info file to build a bleeding-edge
 version of octave. Recently, I've been having problems that may be
 related to gfortran 4.2, I so I thought I'd try 4.3.

 Unfortunately, modifying the .info files for packages that octave
 depends on wasn't so simple (atlas for example).

 So if I install gcc43, I'll not be able to build anything that depends
 upon gcc42, unless I modifiy each respective .info file:-(

 What is the usual procedure when upgrading between gccX.Y to gccX.Z?

 Ben

You're kind of on your own for local stuff.  For most non-compiler things, any 
dependency on gccX.Y is build-time, so it's not such a huge deal to swap back 
and forth.

We're also thinking about ways to make them coexist.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] No save dialog for seamonkey-1.1.7-2 on Leopard

2008-03-12 Thread Alexander K. Hansen
On Wednesday 12 March 2008 07:00:43 pm Jean-Francois Mertens wrote:
 Alexander Hansen wrote:
  (10.5.1/PowerPC)
 
  The browser appears to work OK, but when I try to save anything there's
  no dialog, so I can't do it.
 
  I was curious if other people have seen the same behavior.  In the
  meantime I'll try a rebuild and log capture.

 sure _ I observe it too, on 10.4.
 Anyway a update to 1.1.8 is needed; but as far as I can see, 1.1.8
 makes no difference in this respect. The browser has no Save As command.
 What I do see is that, with the pkg as is _ i.e., as you have _, even
 going to Edit Page, there the Save As doesn't bring up any dialog,
 so is non-functional, while if I switch off --with-system-nspr
 (i.e., set Type sys_nspr to no), then the Save As after Edit
 Page does work...

 Could you confirm this behaviour _ first, before updating, with the
 pkg as you have now ?
 Till this is clarified, (and I really don't have much courage to
 investigate it ..), I will regretfully commit the update to 1.1.8
 without system-nspr...
 Would be better to find the real solution..

 JF Mertens

Sure.  I'll give it a try right now.


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gtk+2-2.6.10-1004 Phase Compiling Failed on Leopard 10.5.2

2008-03-06 Thread Alexander K. Hansen
David Glick wrote:
  Peter Axup peteraxup at earthlink.net writes:

  Hello,
 
  I have a fresh out-of-the-box MacBook running OS X 10.5.2, X11 2.1.4, 
  and Xcode 3.0. I have not installed any software except X11, Xcode, 
  and some Apple application updates for iTunes, etc. I installed Fink 
  fink-0.28.0 and ran rsync self-update and update all (several times) 
  using Fink Commander.
 
  I'm trying to install gnucash, but it keeps giving an error on gtk
  +2-2.6.10-1004. I tried installing gtk+2 by itself, and I get the 
  same error: phase compiling failed.
 
  I've searched the FAQ, on-line documentation, and both the beginner 
  and user mailing list archives.

  I have the same setup (MacBook released Feb. 26 2008, OS X 10.5.2, X11 
2.1.4,
  XCode 3.0) and am getting the exact same error.  Looks like
  /usr/X11/lib/libXrandr.2.0.0.dylib is not found, but I don't know how 
to fix
  that.  FWIW, the same error also occurs when I try to install gnucash 
using
  macports.

  David


And so you should get the same error--GTK+2 requires libXrandr, 
regardless of who is packaging it.

libXrandr is supposed to be installed with the X11User package, so I 
think you may have been bitten by a bad X11 update somehow.  You might 
try downloading the 10.5.2 combo updater and see if you can reapply it, 
and then reapply the X11 2.1.4 update.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gtk+2-2.6.10-1004 Phase Compiling Failed on Leopard 10.5.2

2008-03-06 Thread Alexander K. Hansen
On Thursday 06 March 2008 04:01:21 pm David Glick wrote:
 Alexander K. Hansen alexanderk.hansen at gmail.com writes:
  And so you should get the same error--GTK+2 requires libXrandr,
  regardless of who is packaging it.
 
  libXrandr is supposed to be installed with the X11User package, so I
  think you may have been bitten by a bad X11 update somehow.  You might
  try downloading the 10.5.2 combo updater and see if you can reapply it,
  and then reapply the X11 2.1.4 update.

 I do have libXrandr; it's just a more recent version than the gtk+2 build
 is looking for:

 david-glicks-macbook:lib davidg$ ls -la /usr/X11/lib/libXrandr*
 lrwxr-xr-x  1 root  wheel  17 Feb  6 08:54
 /usr/X11/lib/libXrandr.2.1.0.dylib - libXrandr.2.dylib
 -rwxr-xr-x  1 root  wheel  164144 Jan 13 21:35
 /usr/X11/lib/libXrandr.2.dylib lrwxr-xr-x  1 root  wheel  17 Feb  6
 08:54 /usr/X11/lib/libXrandr.dylib - libXrandr.2.dylib
 -rwxr-xr-x  1 root  wheel 955 Sep  8 22:34 /usr/X11/lib/libXrandr.la

 David



Ah.  It looks like something went awry in an X11 update.  Here's a transcript 
from Fink's IRC channel:

17:45   pogma   Hmm, I have a symlink lrwxr-xr-x 1 root wheel 17 Oct 28 
22:43 /usr/X11/lib/libXrandr.2.0.0.dylib - libXrandr.2.dylib
17:45   pogma   Anyway the underlying problem is that some update did not 
update 
the .la file to the new version
17:46   pogma   so it has library_names='libXrandr.2.dylib libXrandr.dylib 
libXrandr.2.0.0.dylib'
17:46   *** mischi joined #fink
17:46   pogma   users can either add the symlink (ick) or edit the .la file 
(ick 
ick)
17:47   pogma   they should also file a bug on xquartz.macosforge.org if one is 
not there already

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: djvulibre-3.5.20-1001 failed

2008-03-05 Thread Alexander K. Hansen
On Wednesday 05 March 2008 04:36:14 pm J. Alexander Jacocks wrote:
 On Wed, Mar 5, 2008 at 4:29 PM, Martin Costabel [EMAIL PROTECTED] wrote:
  Dominique Dhumieres wrote:
On PPC (G4) OSX 10.4.11 updating to djvulibre-3.5.20-1001 failed with:
 
   The maintainer has fixed this in CVS today. Are you saying that you
   still get the error with the fixed version?

 CVS for gettext, I assume?  And, if so, which package should I rebuild?

 I did a fink selfupdate, earlier today.

 Thanks!


Fink's package description repository uses CVS as its basis (even for rsync), 
and the update was to djvulibre itself.  Do another selfupdate, and try 
building djvulibre again.


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] libkpathsea4

2008-03-03 Thread Alexander K. Hansen
Patrick Martin wrote:
  Hello,
  I would like to build an application, but it requires libkpathsea4-dev.
  When I query the fink repository it says there is no package by that
  name. Is this package listed under another name? Is it in an 'unstable'
  repository?

  Thanks!

Try libkpathsea4 -- we have libkpathsea4 and libkpathsea4-shlibs, and 
I'd bet that the first contains the stuff you need for building.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink Packages launchd

2008-02-24 Thread Alexander K. Hansen
On Saturday 23 February 2008 11:41:16 pm Branden R. Williams wrote:
 Greetings... I have a few packages installed by fink (mysql for one) that
 I am having trouble starting with LaunchD.  It seems to stem from the
 missing . /sw/bin/init.sh to set up the shell such that these scripts
 will work from launchd.

 Does anyone have any tips or sites you can point me to such that I can fix
 this and correctly launch a fink installedmysql on boot via launchd?

 Cheers,

 Brando


Do you just want it to work on bootup?

Fink currently is using another method, via /Library/StartupItems,  that 
predates launchd:
 
From fink info mysql:

You can start the MySQL server manually using
 'mysqld_safe --user=mysql '
 or you can run 'daemonic enable mysql' to create a StartupItem for it.
 All of these must be done as root.
 
Running the latter command will start mysql on boot for you.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink Packages launchd

2008-02-24 Thread Alexander K. Hansen
On Sunday 24 February 2008 01:54:52 pm Branden R. Williams wrote:
 On Sun, 24 Feb 2008, Alexander K. Hansen wrote:
  Do you just want it to work on bootup?
 
  Fink currently is using another method, via /Library/StartupItems, that
  predates launchd:

 Ahh, very nice!  So does daemonic automatically pass the correct user name
 to run mysql?

 Blue Skies,

 Branden R. Williams, CISSP-ISSAP, CISM
 [EMAIL PROTECTED]
 http://www.brw.net/

I believe so, within the parameters of the setup described in fink info 
mysql. 

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink can't install evolution

2008-02-23 Thread Alexander K. Hansen
gnome-desktop isn't what you think it is--that's just a bunch of icons.  
mozilla doesn't exist for intel boxes, and according to

http://www.finkproject.org/pdb/package.php/evolution

we've never had an Intel-compliant evolution.

On Saturday 23 February 2008 05:49:43 am Brad Allison wrote:
 I'm trying to get evolution installed (and the MS Exchange plugin).

 I just installed fink on my 10.5.1 machine using the bootstrap method and
 when I try things like fink install evolution and fink install mozilla
 it fails saying the packages do not exist.

 Yet fink install gnome-desktop worked fine.

 I'm sure I have a config problem... but what have I done wrong?

 ---

 MacOSX version 10.5.1

 sh-3.2# fink --version
 Package manager version: 0.28.0
 Distribution version: selfupdate-rsync Sat Feb 23 04:49:42 2008, 10.5, i386

 sh-3.2# uname -a
 Darwin Macintosh.local 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31
 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386

 sh-3.2# fink list evolution
 Information about 6466 packages read in 1 seconds.
  evolution-data-server   0.0.97-1007  Evolution Data Server
  evolution-data-server-dev   0.0.97-1007  Evolution Data Server
  evolution-data-server-shli  0.0.97-1007  Evolution Data Server

 sh-3.2# fink list mozilla
 Information about 6466 packages read in 1 seconds.
  librsvg2-mozilla2.9.5-1011   Mozilla plugin for
 SVG files
  librsvg2-mozilla-dev2.9.5-1011   Mozilla plugin for
 SVG files

 sh-3.2# cat /sw/etc/fink.conf
 # Fink configuration, initially created by bootstrap
 Basepath: /sw
 RootMethod: sudo
 Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
 Distribution: 10.5
 SelfUpdateTrees: 10.4
 ConfFileCompatVersion: 1
 Mirror-apache: http://www.apache.org/dist
 Mirror-apt:
 http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/bindist
 Mirror-cpan: ftp://ftp.cpan.org/pub/CPAN
 Mirror-ctan: ftp://tug.ctan.org/tex-archive
 Mirror-debian: ftp://ftp.debian.org/debian
 Mirror-freebsd: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles
 Mirror-gimp: ftp://ftp.gimp.org/pub/gimp
 Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME
 Mirror-gnu: ftp://ftp.gnu.org/gnu
 Mirror-kde: ftp://ftp.kde.org/pub/kde
 Mirror-master:
 http://distfiles.msn.wi.us.finkmirrors.net/mirrors/fink/distfiles/
 Mirror-rsync: rsync://msn.wi.us.finkmirrors.net/finkinfo/
 Mirror-sourceforge: http://west.dl.sourceforge.net/sourceforge/
 MirrorContinent: nam
 MirrorCountry: nam-us
 MirrorOrder: MasterFirst
 ProxyPassiveFTP: true
 UseBinaryDist: false
 Verbose: 3
 SelfUpdateMethod: rsync



-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] PHP 4

2008-02-23 Thread Alexander K. Hansen
On Saturday 23 February 2008 09:36:09 am Mark J. Reed wrote:
 I need to do some compatibility testing with PHP 4... but
 /usr/bin/php4 OMM s actually PHP 5.  So I tried to install the fink
 php4, and found that it depends on php5?  (Which fails to compile with
 this message:

 configure: error: Cannot find rfc822.h. Please check your c-client
 installation.)

 So why does PHP4 depend on PHP5?

It looks like php4-apache2-ssl-pear Depends on php5-pear.   (I can't speak as 
to why this is the case).  All of the php4 packages are built simultaneously, 
so that forces php5-pear to be installed, which forces it to be built...you 
get the idea.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] listing packages nothing depends on?

2008-02-21 Thread Alexander K. Hansen
On Thursday 21 February 2008 07:41:41 pm James Bunton wrote:
 On Thu, Feb 21, 2008 at 09:35:30AM -0500, Benjamin Reed wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Lars Eggert wrote:
  | Hi,
  |
  | is there a way to list those installed packages that no other
  | installed package depends on?
  |
  | I'd like to build a little script that provides the functionality of
  | FreeBSD's pkg_cutleaves for fink.
 
  (http://www.freshports.org/sysutils/pkg_cutleaves/
 
  | )
 
  fink install debfoster
 
  ;)

 Anybody know of a way to get debfoster to consider build-depends as a
 dependency? Something like the UseRecommends option, except UseBuildDepends
 would be useful to avoid uninstalling/reinstalling a lot of builddepends
 packages whenever a new version of something comes out.

 ---

 James


debfoster only knows about the fields that get coded into a .deb file, and 
BuildDepends do not.  One could hack the control file and repackage the .deb, 
but that seems like a lot of work.


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] listing packages nothing depends on?

2008-02-21 Thread Alexander K. Hansen
On Thursday 21 February 2008 10:14:49 pm Alexander K. Hansen wrote:
 On Thursday 21 February 2008 07:41:41 pm James Bunton wrote:
  On Thu, Feb 21, 2008 at 09:35:30AM -0500, Benjamin Reed wrote:
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   Lars Eggert wrote:
   | Hi,
   |
   | is there a way to list those installed packages that no other
   | installed package depends on?
   |
   | I'd like to build a little script that provides the functionality of
   | FreeBSD's pkg_cutleaves for fink.
  
   (http://www.freshports.org/sysutils/pkg_cutleaves/
  
   | )
  
   fink install debfoster
  
   ;)
 
  Anybody know of a way to get debfoster to consider build-depends as a
  dependency? Something like the UseRecommends option, except
  UseBuildDepends would be useful to avoid uninstalling/reinstalling a lot
  of builddepends packages whenever a new version of something comes out.
 
  ---
 
  James

 debfoster only knows about the fields that get coded into a .deb file, and
 BuildDepends do not.  One could hack the control file and repackage the
 .deb, but that seems like a lot of work.

rangerrick said that we do code BuildDepends into the control file now, but 
since that's not a Debian-standard field debfoster wouldn't know how to deal 
with them without some hacking--either hacking the control file or debfoster 
itself.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Distribution: 10.5, but SelfUpdateTrees: 10.4

2008-02-20 Thread Alexander K. Hansen
Claus Atzenbeck wrote:
  Hi all:

  I updated to Leopard. After installing XCode 3.0, I did fink
  selfupdate and fink reinstall fink.

  Everything worked fine. However, fink.conf shows the following lines:

  Distribution: 10.5
  SelfUpdateTrees: 10.4
  UpdateFrom: 10.4

  Am I supposed to change the SelfUpdateTrees to 10.5 manually? Or will
  fink do this later?

  I have:
  - Package manager version: 0.28.0
  - Distribution version: selfupdate-rsync Wed Feb 20 17:53:39 2008, 
10.5, powerpc


  Cheers,
  Claus

  --
Neither:  10.4 and 10.5 share a tree.  There's a symbolic link from 
10.5/ to 10.4/ .  All is as it should be.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] debug libraries information

2008-02-17 Thread Alexander K. Hansen
On Saturday 16 February 2008 11:53:09 pm Nico Galoppo wrote:
 Lately, when debugging my programs in gdb, I often get these warnings that
 the debug information can't be found (I'm guessing because the object files
 were deleted at some point). Can anyone tell me how I should fix this
 issue?

 An example:

 warning: Could not find object file
 /sw/src/fink.build/libpng3-1.2.18-1/libpng-1.2.18/.libs/libpng12_la-pngpre
ad.o - no debug information available for pngpread.c.


 Running on Leopard with recently self-updated (rsync) fink.

 Thanks!

 --nico


Fink normally deletes the build trees when you successfully build packages.  

But for  so much a fix as a workaround, try using the -k and -K flags for 
fink builds, which keep the build directory and root directory, respectively

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] SML-NJ 110.58-1: Compilation fails on 10.5.2

2008-02-17 Thread Alexander K. Hansen
On Sunday 17 February 2008 02:41:00 pm Martin Hecko wrote:
 I have tried to install the SMLNJ package 110.58-1 from the unstable
 tree but it wouldn't compile. I have tried to do a fink selfupdate as
 well as searching fink mailing lists, but I couldn't find anything that
 would offer solution to the problem. I have recently performed a clean
 install of the whole Fink subsystem, so I don't think it is a problem
 with my Fink installation.

 I am running a MacBook Pro with OS X 10.5.2 and other Fink packages
 install fine. The compilation log is below, although I am not sure how
 helpful it is going to be.

 [log snip]
 cc -ansi -c -g -O2 -DHOST_X86 -DTARGET_X86 -DOPSYS_UNIX -DOPSYS_DARWIN
 -DOPSYS_MACOS_10_2 -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs
 -I../include ../kernel/timers.c
 cc -ansi -c -g -O2 -DHOST_X86 -DTARGET_X86 -DOPSYS_UNIX -DOPSYS_DARWIN
 -DOPSYS_MACOS_10_2 -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs
 -I../include ../kernel/unix-timers.c
 cc -ansi -c -g -O2 -DHOST_X86 -DTARGET_X86 -DOPSYS_UNIX -DOPSYS_DARWIN
 -DOPSYS_MACOS_10_2 -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs
 -I../include ../kernel/qualify-name.c
 cc -ansi -c -g -O2 -DHOST_X86 -DTARGET_X86 -DOPSYS_UNIX -DOPSYS_DARWIN
 -DOPSYS_MACOS_10_2 -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs
 -I../include ../kernel/swap-bytes.c
 cc -ansi -c -g -O2 -DHOST_X86 -DTARGET_X86 -DOPSYS_UNIX -DOPSYS_DARWIN
 -DOPSYS_MACOS_10_2 -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs
 -I../include ../mach-dep/unix-fault.c
 ../mach-dep/unix-fault.c: In function 'FaultHandler':
 ../mach-dep/unix-fault.c:68: error: 'struct __darwin_mcontext32' has no
 member named 'ss'
 ../mach-dep/unix-fault.c:73: error: 'struct __darwin_mcontext32' has no
 member named 'ss'
 ../mach-dep/unix-fault.c:77: error: 'struct __darwin_mcontext32' has no
 member named 'ss'
 ../mach-dep/unix-fault.c:82: error: 'struct __darwin_mcontext32' has no
 member named 'ss'
 make[1]: *** [unix-fault.o] Error 1
 make: *** [all] Error 2
 config/install.sh: !!! Run-time system build failed for some reason.
 ### execution of (cd failed, exit code 1




I tried to confirm this issue on  my own system (10.5.2/PowerPC), but I had a 
non-verbose failure mode that appeared to be different:
(cd ..  config/install.sh)
config/install.sh: Using shell /bin/sh.
config/install.sh: SML root is /sw/src/fink.build/smlnj-110.58-1.
config/install.sh: Installation directory 
is /sw/src/fink.build/smlnj-110.58-1.
config/install.sh: Installing version 110.58.
config/install.sh: URL of source archive is 
http://smlnj.cs.uchicago.edu/dist/working/110.58/.
config/install.sh: !!! 
Script /sw/src/fink.build/smlnj-110.58-1/bin/.arch-n-opsys fails on this 
machine.
config/install.sh: !!! You must patch this by hand and repeat the 
installation.



-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] flac 1.1.1-1013

2008-02-15 Thread Alexander K. Hansen
On Friday 15 February 2008 08:50:23 am Ebrahim Mayat wrote:
 On Feb 14, 2008, at 7:15 AM, Peter Stirling wrote:
  I'm having problems building flac 1.1.1-1013 on a g5 (osx 10.5.2)
 
  full build log at http://pastecode.org/316
 
  It's blocking me from building sdl-sound

 I get the same error when building on a G4 machine:

 gcc -dynamiclib -flat_namespace -undefined dynamic_lookup
 -o .libs/libFLAC.6.0.1.dylib
  .libs/bitbuffer.o .libs/bitmath.o .libs/cpu.o .libs/crc.o
 .libs/file_decoder.o .libs/file_encoder.o .libs/fixed.o .libs/format.o
 .libs/lpc.o .libs/md5.o .libs/memory.o .libs/metadata_iterators.o
 .libs/metadata_object.o .libs/seekable_stream_decoder.o
 .libs/seekable_stream_encoder.o .libs/stream_decoder.o
 .libs/stream_encoder.o .libs/stream_encoder_framing.o -all_load 
 ppc/.libs/libFLAC-asm.a  -lm -lc -read_only_relocs warning -install_name
 /sw/lib/libFLAC.6.dylib -compatibility_version 7 -current_version 7.1 ld:
 absolute addressing (perhaps -mdynamic-no-pic) used in
 _FLAC__lpc_restore_signal_asm_ppc_altivec_16 from
 ppc/.libs/libFLAC-asm.a(lpc_asm.o) not allowed in slidable image collect2:
 ld returned 1 exit status make[4]: *** [libFLAC.la] Error 1 make[3]: ***
 [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1

 E



It's being worked on.


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink can't access dpkg database

2008-02-15 Thread Alexander K. Hansen
On Friday 15 February 2008 11:54:43 am Roy Mendelssohn wrote:
 Hi All:

 In running fink update-all today fink hung and I had to kill the
 process.  Now I can't get it to install or update anything,a s it

 doesn't seem able to access the dpkg database.  For example I get:
  fink install netcdf-g95 netcdf-g95-shlibs
  Information about 6751 packages read in 1 seconds.
  The following 2 packages will be installed or updated:
   netcdf-g95 netcdf-g95-shlibs
  Setting runtime build-lock...
  dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-netcdf-
  g95-3.6.2-6 /sw/src/fink.build
  dpkg-deb: building package `fink-buildlock-netcdf-g95-3.6.2-6' in `/
  sw/src/fink.build/fink-buildlock-netcdf-
  g95-3.6.2-6_2008.02.15-08.51.36_darwin-i386.deb'.
  Installing build-lock package...
  /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-netcdf-
  g95-3.6.2-6_2008.02.15-08.51.36_darwin-i386.deb
  Waiting up to 300 seconds for access to the dpkg database...

 Essentials:

 Intel Macbook Pro, OS X 10.4.11

 Package manager version: 0.28.0
 Distribution version: selfupdate-rsync Fri Feb 15 08:41:30 2008,
 10.4, i386

 Any help appreciated.

 -Roy M.

 **
 The contents of this message do not reflect any position of the U.S.
 Government or NOAA.
 **
 Roy Mendelssohn
 Supervisory Operations Research Analyst
 NOAA/NMFS
 Environmental Research Division
 Southwest Fisheries Science Center
 1352 Lighthouse Avenue
 Pacific Grove, CA 93950-2097

 e-mail: [EMAIL PROTECTED] (Note new e-mail address)
 voice: (831)-648-9029
 fax: (831)-648-8440
 www: http://www.pfeg.noaa.gov/

 Old age and treachery will overcome youth and skill.





Ouch.  That would qualify as an ungraceful exit

Try ps ax | grep dpkg to see if you still have a zombie dpkg process around.  


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnome cairo

2008-02-15 Thread Alexander K. Hansen
On Friday 15 February 2008 07:00:55 pm Richard E.Miles wrote:
 When is the gnome cairo software going to be integrated with the main
 trunk? I have been wanting to use gnome but the menu system does not
 work and the yelp help issues an xml missing style.

 Richard E. Miles
 [EMAIL PROTECTED]





It sounds like it's not too far off now.   The goal is to make the update not 
be painful for users, we want to make sure it works reliably.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Error building tcltk in Fink

2008-02-14 Thread Alexander K. Hansen
On Thursday 14 February 2008 06:06:02 am Markus Amalthea Magnuson wrote:
 I am trying to update tcltk in Fink, but it won't compile:

 gcc -c -Os -pipe  -I/sw/include  -Wall -Wno-implicit-int
 -fno-strict-aliasing -fno-common
 -I/sw/src/fink.build/tcltk-8.4.16-2/tk8.4.16/unix
 -I/sw/src/fink.build/tcltk-8.4.16-2/tk8.4.16/unix/../generic
 -I/sw/src/fink.build/tcltk-8.4.16-2/tk8.4.16/unix/../bitmaps
 -I/sw/src/fink.build/tcltk-8.4.16-2/tcl8.4.16/generic
 -I/usr/X11/include -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DMAC_OSX_TCL=1
 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1
 -DWORDS_BIGENDIAN=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1
 -DSTDC_HEADERS=1 -DHAVE_PW_GECOS=1  -DTCL_NO_DEPRECATED
 -DUSE_TCL_STUBS
 /sw/src/fink.build/tcltk-8.4.16-2/tk8.4.16/unix/../generic/tkConsole.c
 /sw/src/fink.build/tcltk-8.4.16-2/tk8.4.16/unix/../generic/tkConsole.c:76:
 error: 'TCL_CHANNEL_VERSION_4' undeclared here (not in a function)
 /sw/src/fink.build/tcltk-8.4.16-2/tk8.4.16/unix/../generic/tkConsole.c:90:
 warning: excess elements in struct initializer
 /sw/src/fink.build/tcltk-8.4.16-2/tk8.4.16/unix/../generic/tkConsole.c:90:
 warning: (near initialization for 'consoleChannelType')
 make: *** [tkConsole.o] Error 1
 ### execution of (cd failed, exit code 2

 I stumbled upon this when trying to run fink update-all, after a fink
 selfupdate. I've also tried fink cleanup, then fink index, then fink
 install tcltk, but no luck.

(I'll take Jeffrey off the reply since he has retired from Fink.)

The latter sequence wouldn't do anything different in any case:  cleanup 
cleans up sources and .deb binary archives that _aren't_ installed, and index 
reloads your package descriptions which is done by selfupdate automatically.  
So in either case the operation is just a fink update tcltk

You didn't specify your OS version, but it looks like 10.5 .  Am I correct?
Nor did you specify your architecture--the package worked for me on 
10.5/PowerPC.  I'd be curious about what's going on with other Intel users 
(assuming that's what you're using).

Otherwise:  have you installed any 3rd party Tcl/Tk stuff--in /usr/local for 
example?
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] userutils-1.2-1 doesn't work on 10.5

2008-02-12 Thread Alexander K. Hansen
No Netinfo, so:

$ useradd -p bar foo
/sw/sbin/useradd: line 36: /usr/bin/nidump: No such file or directory
/sw/sbin/useradd: line 20: /usr/bin/nidump: No such file or directory
/sw/sbin/useradd: line 83: /usr/bin/niutil: No such file or directory



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KPhotoalbum

2008-02-10 Thread Alexander K. Hansen
On Sunday 10 February 2008 01:13:26 pm Linus Gasser wrote:
 Hi List,

 I'm trying to get KPhotoalbum running on a Macbook with OSX 10.5. When I
 compile everything, and I start, it fails with:

 dyld: Library not loaded: /sw/lib/libexiv2.0.dylib
Referenced from: /sw/bin/kphotoalbum
Reason: image not found
 Trace/BPT trap

 OK, no problem:

 ln -s libexiv2.dylib libexiv2.0.dylib

 But now it fails in another way:

 Program received signal EXC_BAD_ACCESS, Could not access memory.
 Reason: KERN_PROTECTION_FAILURE at address: 0x
 0x000178b0 in QValueListPrivateQString::derefAndDelete ()
 (gdb) bt
 #0  0x000178b0 in QValueListPrivateQString::derefAndDelete ()
 #1  0x000178f8 in QValueListQString::operator= ()
 #2  0x00094e1e in
 ImageManager::RAWImageDecoder::_initializeExtensionLists ()
 #3  0x00092fb4 in ImageManager::RAWImageDecoder::RAWImageDecoder ()
 #4  0x0010247e in __static_initialization_and_destruction_0 ()
 #5  0x8fe12db6 in
 __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkCont
extE ()
 #6  0x8fe0e623 in
 __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
 #7  0x8fe0e709 in
 __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE ()
 #8  0x8fe040c2 in __dyld__ZN4dyld24initializeMainExecutableEv ()
 #9  0x8fe07b1f in __dyld__ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_ ()
 #10 0x8fe01872 in __dyld__ZN13dyldbootstrap5startEPK11mach_headeriPPKcl ()
 #11 0x8fe01037 in __dyld__dyld_start ()
 (gdb)


 This seems more program-specific. Can anybody just point me to a link on
 how to download the source of a package, change it, recompile it and
 make a package out of it? I have some experience using debian, but I
 didn't manage to dwelve into fink...

 Thanks,

 Ineiti
 


$ ls -l /sw/lib/libexiv*.dylib
-rw-r--r--  1 root  admin  1567308 Jan 26 21:16 /sw/lib/libexiv2.2.1.0.dylib
lrwxr-xr-x  1 root  admin   20 Jan 26 21:17 /sw/lib/libexiv2.2.dylib - 
libexiv2.2.1.0.dylib
lrwxr-xr-x  1 root  admin   20 Jan 26 21:17 /sw/lib/libexiv2.dylib - 
libexiv2.2.1.0.dylib

(check and see if you have the same versions)

Try fink rebuild kphotoalbum ; fink reinstall kphotoalbum to force a rebuild 
against the current libexiv2. 

One issue here is that the install name of the library changed, and so 
libexiv2 really should have had a new package name when it got updated, like 
libexiv2.2, to avoid breakage.  (maintainer cc'ed):

$ otool -D /sw/lib/libexiv2.2.1.0.dylib
/sw/lib/libexiv2.2.1.0.dylib:
/sw/lib/libexiv2.2.dylib

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sbcl

2008-02-09 Thread Alexander K. Hansen
On Friday 25 January 2008 12:50:09 pm Alexander K. Hansen wrote:
 Mark J. Reed wrote:
   On Jan 23, 2008 4:13 AM, Normen Müller [EMAIL PROTECTED]

 wrote:
   Dear all,
  
   I am still waiting to get sbcl running on Mac OS X 10.5.1.
 
   While waiting for fink to catch up, I note that MacPorts has sbcl
   1.0.13 working on 10.5.1:
 
   (0)wazowski sbcl
   This is SBCL 1.0.13, an implementation of ANSI Common Lisp.
   More information about SBCL is available at http://www.sbcl.org/.
 
   SBCL is free software, provided as is, with absolutely no warranty.
   It is mostly in the public domain; some portions are provided under
   BSD-style licenses.  See the CREDITS and COPYING files in the
   distribution for more information.
   * (sb-ext:run-program /usr/bin/sw_vers nil :output t)
   ProductName:Mac OS X
   ProductVersion: 10.5.1
   BuildVersion:   9B18
 
   #SB-IMPL::PROCESS :EXITED 0
   *
 
 
   This is why I like to have both systems installed.  Used to have
   fink's sbcl and MacPorts' clisp, now it's the other way around; after
   the next update to either package or the OS it may swap again...

 That's a good sign:  if a Macports port of a package exists, that
 usually means we can make a Fink version; the reverse is also true.
 It'll probably just take some ironing out of dependencies and ensuring
 that all files are installed in policy-compliant locations.



Fink's sbcl has just been updated to 1.10.14 -- it works on Leopard,

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] dx compile issue

2008-02-07 Thread Alexander K. Hansen
On Thursday 07 February 2008 08:52:54 am Geoff Smith wrote:
 Having trouble getting dx to install on a Macbook Pro, 10.5.1, Xcode 3.0.

 Can anyone report success?  Any help would be appreciated.

 Some hopefully relevant snippets from the install are included here:

snip


 checking for windows.h... (cached) no
 checking for unistd.h... (cached) yes
 checking for sys/types.h... (cached) yes
 checking for sys/stat.h... (cached) yes
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 could not find working combination of stat function and structure
 make
 make: *** No targets specified and no makefile found.  Stop.
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dx-4.4.4-1001
 (Reading database ... 50142 files and directories currently installed.)
 Removing fink-buildlock-dx-4.4.4-1001 ...
 Failed: phase compiling: dx-4.4.4-1001 failed


 Thanks,

 -g

I get the same kind of error on 10.5.1/PowerPC using Xcode 3.0 .  I've posted 
a build log at

http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_dx_4.4.4-1001_2008.02.07-10.20.37

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Build issue with inkscape-0.44.1-1001 on OS 10.5.1

2008-02-07 Thread Alexander K. Hansen
Reported for both PowerPC and Intel, Xcode 3.0 .

The failure is as follows:

g++ -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -\
Wswitch -Wno-unused-parameter -g -O2 -o inkscape --export-dynamic 
main.o -Wl,-f\
ramework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework\
 -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,Cor\
eServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,CoreService\
s -Wl,-framework -Wl,ApplicationServices -Wl,-bind_at_load  -L/sw/lib 
libinkpre\
.a application/libinkapp.a ui/dialog/libuidialog.a dialogs/libspdialogs.a 
jabbe\
r_whiteboard/libjabber_whiteboard.a trace/libtrace.a svg/libspsvg.a 
widgets/lib\
spwidgets.a display/libspdisplay.a helper/libspchelp.a libcroco/libcroco.a 
libn\
rtype/libnrtype.a libnr/libnr.a libavoid/libavoid.a livarot/libvarot.a 
ui/view/\
libuiview.a ui/libui.a ui/widget/libuiwidget.a graphlayout/libgraphlayout.a 
rem\
oveoverlap/libremoveoverlap.a extension/libextension.a 
extension/implementation\
/libimplementation.a extension/internal/libinternal.a 
extension/script/libscrip\
t.a dom/libdom.a xml/libspxml.a util/libinkutil.a io/libio.a 
inkjar/libinkjar.a\
 libinkpost.a 
debug/libinkdebug.a -L/usr/X11/lib /sw/lib/libgtkmm-2.4.dylib -L/\
usr/X11R6/lib /sw/lib/libgdkmm-2.4.dylib /sw/lib/libatkmm-1.6.dylib /sw/lib/lib\
pangomm-1.4.dylib /sw/lib/libglibmm-2.4.dylib /sw/lib/libxslt.dylib /sw/lib/lib\
sigc-2.0.dylib /sw/lib/libgtkspell.dylib /sw/lib/libaspell.dylib -ldl /sw/lib/l\
ibgtk-x11-2.0.dylib /sw/lib/libgdk-x11-2.0.dylib /usr/X11/lib/libXrandr.2.0.0.d\
ylib /usr/X11/lib/libXinerama.1.0.0.dylib /usr/X11/lib/libXext.6.4.0.dylib /usr\
/X11/lib/libXcursor.1.0.2.dylib /usr/X11/lib/libXfixes.3.1.0.dylib /sw/lib/liba\
tk-1.0.dylib /sw/lib/libgdk_pixbuf-2.0.dylib /sw/lib/libpangoxft-1.0.dylib /sw/\
lib/libpangox-1.0.dylib /sw/lib/libpng12.dylib /sw/lib/libpopt.dylib /sw/lib/li\
bgnomevfs-2.dylib -L/sw/lib/system-openssl/lib /sw/lib/libxml2.dylib /sw/lib/li\
bhowl.dylib /sw/lib/libbonobo-2.dylib /sw/lib/libgconf-2.dylib /sw/lib/libbonob\
o-activation.dylib /sw/lib/libORBitCosNaming-2.dylib /sw/lib/libORBit-2.dylib -\
lresolv /sw/lib/libgthread-2.0.dylib /usr/X11/lib/libXft.2.1.2.dylib /usr/X11/l\
ib/libXrender.1.3.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXau.6\
.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /sw/lib/libpangoft2-1.0.dylib /usr\
/X11/lib/libfontconfig.dylib /usr/lib/libexpat.dylib /sw/lib/libpango-1.0.dylib\
 /sw/lib/libgobject-2.0.dylib /sw/lib/libgmodule-2.0.dylib /sw/lib/libglib-2.0.
\
dylib /sw/lib/libintl.dylib -lc /sw/lib/libiconv.dylib /usr/X11/lib/libfreetype\
.dylib -lz /sw/lib/libgc.dylib -lpthread /sw/lib/liblcms.dylib -lm
ld: warning, duplicate dylib /usr/X11/lib/libXrandr.2.dylib
ld: warning, duplicate dylib /usr/X11/lib/libXinerama.1.dylib
ld: warning, duplicate dylib /usr/X11/lib/libXext.6.dylib
ld: warning, duplicate dylib /usr/X11/lib/libXcursor.1.dylib
ld: warning, duplicate dylib /usr/X11/lib/libXft.2.dylib
ld: warning, duplicate dylib /usr/X11/lib/libXrender.1.dylib
ld: warning, duplicate dylib /usr/X11/lib/libfontconfig.1.dylib
ld: warning, duplicate dylib /usr/X11/lib/libfreetype.6.dylib
ld: warning, duplicate dylib /usr/X11/lib/libX11.6.dylib
ld: duplicate symbol Inkscape::XML::SimpleNode::name() constin 
xml/libspxml.a(s\
imple-node.o) and libinkpre.a(conn-avoid-ref.o)

I've posted a build log here:

http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_inkscape_0.44.1-1001_2008.02.06-19.57.30

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Install-time issue with ruby18-1.8.6-p111-1 on 10.5.1

2008-02-04 Thread Alexander K. Hansen
On Monday 04 February 2008 05:40:02 pm Martin Costabel wrote:
 Alexander Hansen wrote:
 []

  cp: /sw2/bin/ruby-aqua1.8/rsrc: Not a directory
  /sw2/bin/dpkg: error processing ruby18 (--install):
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   ruby18

 To avoid trouble with coreutils-default or other replacement 'cp's, the
 postinst script should probably use explicitly '/bin/cp' instead of
 simply 'cp'.

That's probably a good idea, but I initially got the error with Leopard's 
built in /bin/cp .

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] bzr-py25 fails to install

2008-02-02 Thread Alexander K. Hansen
On Saturday 02 February 2008 02:24:49 pm Aleix Conchillo Flaqué wrote:
 New bazaar (python 2.5) version 1.1 fails to install. I have
 selfupdated and tried again.

 Thanks in advance,

 Aleix

 --
 .
 running build_scripts
 creating build/scripts-2.5
 copying and adjusting bzr - build/scripts-2.5
 changing mode of build/scripts-2.5/bzr from 644 to 755
 PYTHONPATH=/sw/lib/docutils make PYTHON=python2.5 docs
 python2.5 tools/rst2html.py --link-stylesheet --footnote-
 references=superscript --halt=warning --stylesheet=../../default.css
 doc/en/tutorials/centralized_workflow.txt doc/en/tutorials/
 centralized_workflow.html
 Traceback (most recent call last):
File tools/rst2html.py, line 24, in module
  from docutils.parsers.rst.states import Body
File /sw/lib/python2.5/site-packages/docutils/parsers/rst/
 __init__.py, line 77, in module
  from docutils.parsers.rst import states
File /sw/lib/python2.5/site-packages/docutils/parsers/rst/
 states.py, line 110, in module
  import roman
 ImportError: No module named roman
 make: *** [doc/en/tutorials/centralized_workflow.html] Error 1



What OS version are you on?

It works for me on 10.5.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] apple python + fink installed python packages

2008-02-01 Thread Alexander K. Hansen
On Friday 01 February 2008 09:07:03 pm Gideon Simpson wrote:
 On leopard, even after installing fink and fink-python, the apple
 installed python seems to be the default, which is fine with me.
 However, I am wondering how I can have the fink installed python
 packages successfully interact with it.

 -gideon



The fink python package puts a python executable in your PATH ahead of 
Apple's.  (currently it points to python2.5)

Fink's packages generally don't interact with the system's Python, since they 
tend to generate scripts that explictly call e.g. /sw/bin/python2.4 , and 
quite a few of them need X11 support which hasn't been in Apple's Python--I 
think this is still true on Leopard.

The boost1.34.systempython package explicitly uses the system's Python.  In 
addition there are some packages that just need Python for scripting 
(e.g.rubber, which I've been maintaining) and they're set up just to use 
the system's python.

You could try hacking any of the Python scripts in the packages you've 
installed to utilize the system's version instead.
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build issue with mplayer-altivec_1.0.0pre6a-1011 on 10.5

2008-01-30 Thread Alexander K. Hansen


  My full build log is posted at
 
http://akhmac.blogdns.net/finklogs/fink-build-log_mplayer-altivec_1.0.0pre6a-1011_2008.01.29-20.13.31

Oops.

http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_mplayer-altivec_1.0.0pre6a-1011_2008.01.29-20.13.31


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Perl588 compilation fails

2008-01-28 Thread Alexander K. Hansen
On Monday 28 January 2008 06:40:13 am Eric-Olivier Le Bigot wrote:
 Hello,

 perl588 has been failing to compile for quite a while now on my Dual
 G5.  The 2 failed tests are:

 ---
- t/op/pwentFAILED at test 1
 ---
- ext/Sys/Syslog/t/syslog...#   Failed test 'syslog() called
 with level 'info'' #   in ../ext/Sys/Syslog/t/syslog.t at line 108.
 #  got: 'no connection to syslog available
 #   - udp connect: nobody listening at ../ext/Sys/Syslog/t/syslog.t
 line 107 # '
 # expected: ''
 FAILED at test 83
 ---
-

 Does anybody have an idea of what I could do in order to compile perl588
 (fink 0.28.0)?  Any request for more extensive logs will be welcome :)

 E


Let's start with what your OS version is.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] qt4-x11 fails to install

2008-01-28 Thread Alexander K. Hansen
Koen van der Drift wrote:
 Hi,

 I get the following error on an iMac G5, OS X 10.5.1, fink 0.28.0:

 ...
 /usr/bin/install -d -m 755 /sw/src/fink.build/root-qt4-x11-core- 
 shlibs-4.3.3-1/sw/lib/qt4-x11/plugins
 /bin/mv /sw/src/fink.build/root-qt4-x11-4.3.3-1/sw/lib/qt4-x11/plugins/ 
 codecs /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.3-1/sw/lib/qt4- 
 x11/plugins/
 mv: rename /sw/src/fink.build/root-qt4-x11-4.3.3-1/sw/lib/qt4-x11/ 
 plugins/codecs to /sw/src/fink.build/root-qt4-x11-core-shlibs-4.3.3-1/ 
 sw/lib/qt4-x11/plugins/codecs: 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-qt4-x11-4.3.3-1
 (Reading database ... 125285 files and directories currently installed.)
 Removing fink-buildlock-qt4-x11-4.3.3-1 ...
 Failed: phase installing: qt4-x11-core-shlibs-4.3.3-1 failed


 hth,

 - Koen.


   
Ick.  This is supposed to have been fixed.   Are libiconv-* up-to-date
(all at 1.12-3)?

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem installing emacs21 on Leopard

2008-01-27 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Joe Izen wrote:
| Can you please post the output of fink --version?  You may have
| tried a selfupdate from a Leopard-noncompliant Fink.
|
| [fiddle:~] joe% fink --version
| Package manager version: 0.27.10
| Distribution version: 0.8.1.cvs i386
|
That's fine.
| Your problem is that emacs21 doesn't even exist on Leopard
| (presumably because it doesn't work):
|
| http://pdb.finkproject.org/pdb/package.php/emacs21
|
| and you shouldn't have been able to install it at all.
|
| Unfortunately, the emacsen-common package relies on the various
| emacs* binaries to be able to run to do its work.  This is fine for
| a primarily-tested-binary situation like Debian, from where we
| derived the package, but in handling packages built from source it
| can be a bit fragile.
|
| If you don't want to reinstall Fink, then try doing a fink remove
| emacs21 and see what complaint you get from emacsen-common.  You'll
| then want to hack the relevant line (e.g. from emacs-common-remove)
| not to run the emacs command, so you can remove emacs21.
|
| Seems to run without hacks
|
|   Then do another fink remove emacs21 and hopefully  it will be
| gone.   Lastly, do a fink reinstall emacsen-common to restore the
| file you edited.
|
|
| Thanks for the suggestions. With emacs21 out of the way, I seem to be
| picking up the version that comes with Darwin that runs OK, though I
| don't seem to be able to get to run in a point-and-click X-window :-(
|
| [fiddle:~] joe% which emacs
| /usr/bin/emacs
|
| [fiddle:~] joe% emacs -version
| GNU Emacs 22.1.1
| Copyright (C) 2007 Free Software Foundation, Inc.
| GNU Emacs comes with ABSOLUTELY NO WARRANTY.
| You may redistribute copies of Emacs
| under the terms of the GNU General Public License.
| For more information about these matters, see the file named COPYING.
It may not be built with X support.  Our emacs22 packages work OK under 
Leopard--I've been using emacs22-gtk.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHnOGQB8UpO3rKjQ8RArFkAJ9GpybhSPsXGaNXLSQKW8yRLWLkFgCeO+ho
dTP5VTHkFzDk47H3v89VcbM=
=j6wH
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sbcl

2008-01-25 Thread Alexander K. Hansen
Mark J. Reed wrote:
  On Jan 23, 2008 4:13 AM, Normen Müller [EMAIL PROTECTED] 
wrote:
  Dear all,
 
  I am still waiting to get sbcl running on Mac OS X 10.5.1.

  While waiting for fink to catch up, I note that MacPorts has sbcl
  1.0.13 working on 10.5.1:

  (0)wazowski sbcl
  This is SBCL 1.0.13, an implementation of ANSI Common Lisp.
  More information about SBCL is available at http://www.sbcl.org/.

  SBCL is free software, provided as is, with absolutely no warranty.
  It is mostly in the public domain; some portions are provided under
  BSD-style licenses.  See the CREDITS and COPYING files in the
  distribution for more information.
  * (sb-ext:run-program /usr/bin/sw_vers nil :output t)
  ProductName:Mac OS X
  ProductVersion: 10.5.1
  BuildVersion:   9B18

  #SB-IMPL::PROCESS :EXITED 0
  *


  This is why I like to have both systems installed.  Used to have
  fink's sbcl and MacPorts' clisp, now it's the other way around; after
  the next update to either package or the OS it may swap again...
That's a good sign:  if a Macports port of a package exists, that 
usually means we can make a Fink version; the reverse is also true.  
It'll probably just take some ironing out of dependencies and ensuring 
that all files are installed in policy-compliant locations.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lyx-qt-1.5.0-2 failure on 10.4 PPC

2008-01-24 Thread Alexander K. Hansen
On Thursday 24 January 2008 02:31:37 Matthew Parry wrote:
 the fix:

 Rebuilding lyx-qt now after adding in qt4-x11.info the last of the
 following lines

    FIX LA, PRL and PC FILES 
  
   perl -pi -e 's,%b/lib,%p/lib/%N/lib,g' %i/lib/%N/lib/
   pkgconfig/*.pc %i/lib/%N/lib/*.prl %i/lib/%N/lib/*.la
   perl -pi -e 's,-framework +[A-Za-z]+ ,,g' %i/lib/%N/lib/*.la

 didn't work for me. at least with fink 0.27.10 on an intel 10.4.11.


I assume you rebuilt _and_ reinstalled qt4-x11.

 it would be nice to solve this problem since we're starting to fall
 behind the latest lyx version.

If lyx were still maintained that might help.  Right now it's not.


 On 24 Jan 2008, at 03:33, Jean-François Mertens wrote:
  On 24 Jan 2008, at 03:32, Alexander K. Hansen wrote:
  I've had the same thing on 10.4 and 10.5.  The issue appears to be
  the same as
  in http://article.gmane.org/gmane.os.macosx.fink.devel/15293
 
  Cf the whole thread, and
  http://thread.gmane.org/gmane.os.macosx.fink.devel/15293/focus=15302
  for a fix.
 
  JF Mertens
 


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] A lisp! A lisp! My kingdom for a lisp!

2008-01-24 Thread Alexander K. Hansen
On Thursday 24 January 2008 09:28:15 am Mark J. Reed wrote:
 I can't get GCL to compile under Leopard.  My Mac is offline at the
 moment, so I can't provide the output, but I was wondering if anyone
 knew if someone was actively working on these issues?  I did some
 initial digging to try to figure out what the problem was and quickly
 ran into weird OS X ABI territory of which I know not enough.

 Verging into OT territory: as the MacPorts port of CLISP is in similar
 straits, I'm now casting about for a suitable command-line Common Lisp
 implementation that works on Leopard.  Suggestions welcome (offlist to
 minimize OT traffic, natch).

We've got clisp in 10.5/unstable now. I haven't done exhaustive testing on it, 
but it works well enough to build maxima. 

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sbcl

2008-01-24 Thread Alexander K. Hansen
On Thursday 24 January 2008 01:33:24 am you wrote:
 Alexander K. Hansen wrote:
  On Wednesday 23 January 2008 09:58:01 Normen MŸüller wrote:
  Alexander K. Hansen wrote:
  On Wednesday 23 January 2008 04:13:35 Normen Müller wrote:
  Dear all,
 
  I am still waiting to get sbcl running on Mac OS X 10.5.1.  Has no one
  any interests to get this package running?  Any other suggestions?
 
  Cheers,
 /nm
 
  It's available on 10.5:
 
  http://pdb.finkproject.org/pdb/package.php/sbcl
 
  If you're on an Intel box you probably need to enable the unstable
  tree, which you should be able to do via fink configure, and run a
  selfupdate with rsync or cvs.
 
  Dear Alexander,
 
  first of all thanks for fast reply!
 
  I am not on a Intel box, but have the last generation of ``real'' Macs
  ;-)
 
  If I perform an ``fink apropos sbcl'' I get the following output:
 
  Information about 6505 packages read in 1 seconds.
   sbcl 1.0.5-1  ANSI Common Lisp implementation
 
 
  This version, however, does not compile on my machine.  As I am a dumb
  fink user, could you please advice me what I have to modify in my fink
  configuration in to get sbcl under the above mentioned URL running?
 
  Cheers,
/nm
 
  You're going to have to provide some build output, so that we can see
  _how_ the failure occurs.

 Dear Alexander,

 please find attached my terminal saved output after trying to compile
 sbcl.  Hopefully you may indentify where the problem is...

 Thanks again for your help!

 Cheers,
   /nm

Sending this back to the mailing list, as this isn't my package:

...
//entering make-target-1.sh
//building runtime system and symbol table file
rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp 
# the depend file is obsolete
rm -f depend
echo '#include genesis/config.h' sbcl.h
echo '#include genesis/constants.h' sbcl.h
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o alloc.o 
alloc.c
alloc.c: In function 'pa_alloc':
alloc.c:64: warning: assignment makes integer from pointer without a cast
alloc.c:70: warning: assignment makes pointer from integer without a cast
alloc.c:43: warning: unused variable 'th'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
backtrace.o backtrace.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
breakpoint.o breakpoint.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
coreparse.o coreparse.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o dynbind.o 
dynbind.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o funcall.o 
funcall.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
gc-common.o gc-common.c
gc-common.c: In function 'maybe_gc':
gc-common.c:2472: warning: implicit declaration of 
function 'check_gc_signals_unblocked_or_lose'
gc-common.c:2475: warning: implicit declaration of 
function 'unblock_gc_signals'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o globals.o 
globals.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o interr.o 
interr.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o 
interrupt.o interrupt.c
interrupt.c: In function 'maybe_now_maybe_later':
interrupt.c:727: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'low_level_maybe_now_maybe_later':
interrupt.c:757: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'interrupt_handle_now_handler':
interrupt.c:831: error: 'struct __darwin_mcontext' has no member named 'ss'
make: *** [interrupt.o] Error 1

I get an identical failure (10.5.1 powerPC).

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem with bash-completion and 'open' command under 10.5.1?

2008-01-24 Thread Alexander K. Hansen
On Thursday 24 January 2008 11:13:10 am Viktor Haag wrote:
 I've noticed that very recently completion for the 'open' command seems
 broken. I'm running 10.5.1, and bash-completion-20060301-3 under fink
 0.28.0 .

 Here's an example of when I try to complete a file name with TAB:
  [machine:/usr/src/swdocs/dev/vhaag/projects/hh]
  $ open fo-bash: COMP_WORDS[2]: unbound variable

 I typed 'open fo' and then TAB, and I get the 'unbound variable error'
 kicked back.

 Is this a known problem? Is there a work-around?

 Thanks!

 --
 Viktor Haag

It works for me, seemingly.

You're definitely on revision 3?  This was added with a note from the 
maintainer saying that it was supposed to contain fixes for bash 3.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem with bash-completion and 'open' command under 10.5.1?

2008-01-24 Thread Alexander K. Hansen
On Thursday 24 January 2008 01:56:33 pm Viktor Haag wrote:
 On 24/01/2008, Alexander K. Hansen [EMAIL PROTECTED] wrote:
  It works for me, seemingly.
 
  You're definitely on revision 3?  This was added with a note from the
  maintainer saying that it was supposed to contain fixes for bash 3.

 Well, that's the version that 'fink info' says is installed; however, I
 also notice that I'm using /usr/bin/bash which reports itself as 3.2.17(1).

 So this is a problem with Apple's bash, then I presume, and not a problem
 with fink's bash at all? If so, I apologize for my original query...

 --
 V.

I'm using the built-in bash as well.  I should point out that I really haven't 
done exhaustive attempts to replicate your issue--just cursory ones.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sbcl

2008-01-23 Thread Alexander K. Hansen
On Wednesday 23 January 2008 04:13:35 Normen Müller wrote:
 Dear all,

 I am still waiting to get sbcl running on Mac OS X 10.5.1.  Has no one
 any interests to get this package running?  Any other suggestions?

 Cheers,
/nm


It's available on 10.5:

http://pdb.finkproject.org/pdb/package.php/sbcl

If you're on an Intel box you probably need to enable the unstable tree, which 
you should be able to do via fink configure, and run a selfupdate with 
rsync or cvs.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lyx-qt-1.5.0-2 failure on 10.4 PPC

2008-01-23 Thread Alexander K. Hansen
On Wednesday 23 January 2008 20:37:41 Kevin Horton wrote:
 Two attempts to build lyx-qt-1.5.0-2 on 10.4 PPC have failed with:

 g++ -DHAVE_CONFIG_H -I.  -Winvalid-pch --include=./pch.h -I../boost -
 I/sw/include  -I/usr/X11R6/include  -O2 -MT VSpace.o -MD -MP -
 MF .deps/VSpace.Tpo -c -o VSpace.o VSpace.cpp
 mv -f .deps/VSpace.Tpo .deps/VSpace.Po
 /bin/sh ../libtool --tag=CXX   --mode=link g++  -O2  -framework
 Carbon -framework OpenGL -framework AGL -framework QuickTime -L/sw/
 lib -o lyx-qt4 main.o ASpell.o  ISpell.o SpellBase.o Author.o Bidi.o
 boost.o Box.o BranchList.o Buffer.o buffer_funcs.o BufferList.o
 BufferParams.o BufferView.o bufferview_funcs.o Bullet.o Changes.o
 Chktex.o Color.o ConverterCache.o Converter.o CoordCache.o Counters.o
 Cursor.o CursorSlice.o CutAndPaste.o debug.o DepTable.o Dimension.o
 DocIterator.o Encoding.o ErrorList.o Exporter.o factory.o Floating.o
 FloatList.o Font.o FontIterator.o Format.o FuncRequest.o FuncStatus.o
 gettext.o Graph.o Importer.o InsetIterator.o InsetList.o Intl.o
 KeyMap.o KeySequence.o Language.o LaTeX.o LaTeXFeatures.o Layout.o
 Length.o lengthcommon.o Lexer.o LyXAction.o callback.o LyX.o
 lyxfind.o LyXFunc.o LyXRC.o Server.o ServerSocket.o LyXVC.o
 MenuBackend.o Messages.o MetricsInfo.o Mover.o output.o
 output_docbook.o output_latex.o OutputParams.o output_plaintext.o
 Paragraph.o paragraph_funcs.o ParagraphMetrics.o
 ParagraphParameters.o ParIterator.o PrinterParams.o Row.o
 rowpainter.o Session.o sgml.o Spacing.o TexRow.o Text.o Text2.o
 Text3.o TextClass.o TextClassList.o TextMetrics.o Thesaurus.o
 TocBackend.o toc.o ToolbarBackend.o Trans.o Undo.o VCBackend.o
 version.o VSpace.o mathed/libmathed.la insets/libinsets.la frontends/
 libfrontends.la frontends/qt4/libqt4.la frontends/controllers/
 libcontrollers.la graphics/libgraphics.la support/libsupport.la ../
 boost/libs/regex/src/libboost_regex.la ../boost/libs/signals/src/
 libboost_signals.la ../boost/libs/filesystem/src/
 libboost_filesystem.la ../boost/libs/iostreams/src/
 libboost_iostreams.la -lintl -liconv -lc  -laspell  -lSM -lICE -lm  -
 liconv -lz  -L/usr/X11R6/lib -lX11
 mkdir .libs
 libtool: link: cannot find the library `'
 make[3]: *** [lyx-qt4] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all] Error 2
 make: *** [all-recursive] Error 1
 ### execution of /var/tmp/tmp.1.EMXPDZ failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-lyx-qt-1.5.0-2
 (Reading database ... 101550 files and directories currently installed.)
 Removing fink-buildlock-lyx-qt-1.5.0-2 ...
 Failed: phase compiling: lyx-qt-1.5.0-2 failed

 I'm running OS X 10.4.11, with fink 0.28.0, using the unstable tree.
 GCC is powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer,
 Inc. build 5367).
 I've moved /usr/local/lib and /usr/local/include aside.

 --
 Kevin Horton

I've had the same thing on 10.4 and 10.5.  The issue appears to be the same as 
in http://article.gmane.org/gmane.os.macosx.fink.devel/15293

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Forgot package but same config.log

2008-01-17 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Sergio Abarca wrote:
| Thank you,
| I did
|pkgutil --forget com.apple.pkg.DevSDKLeo
| and got
|Forgot package 'com.apple.pkg.DevSDKLeo on /'.
|
Did you try installing DevSDK after forgetting it?

| I ran again ./bootstrap /sw and get the same message than before
| and my config.log looks also the same, with:
|
| configure:1958: gcc -I/sw/bootstrap/include -I/sw/bootstrap/include
|  -L/sw/bootstrap/lib conftest.c  5
| /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld: /usr/lib/gcc/i686-apple-
| darwin9/4.0.1/../../../libgcc_s.10.5.dylib load command 8 unknown
|  cmd field
| /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld: /usr/lib/gcc/i686-apple-
| darwin9/4.0.1/../../../libSystem.dylib unknown flags (type) of se
| ction 6 (__TEXT,__dof_plockstat) in load command 0
| collect2: ld returned 1 exit status configure:1961: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
|
|
|  I have been deleting /sw every time I run ./bootstrap because 
otherwhise it creates /sw1, /sw2, /sw3,
| etc, could this be a problem?
|
| Sergio
|
|
|
That shouldn't matter.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHj7ZhB8UpO3rKjQ8RAlFfAJ4kHDMD5E0xW6TMlY3g4S1Rvr7gwQCfYiEO
yVmjoDHvQPOPoogvSQB2KrU=
=S/BA
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] r-base install problem

2008-01-16 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Ben Abbott wrote:

snip
|
| Alex,
|
| After looking at this a bit, I'm in agreement with Martin.
|
| In any event, tor my purpose, I only need to understand the manner by  
| which R computes quantiles, so that the same algorithm may be applied  
| to Octave. Hence, my need is short term.
|
| However,  I can still take a look at this if you think it proper to  
| press on.
|
| Ben
|
Only if you want to, and at your leisure.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHjfmUB8UpO3rKjQ8RArc3AJ4sQxpSFpn8IHuRI8tl+8ygDW9BxwCgo97d
FFtbsBb192Gc9ZIOvmTjXc8=
=lrTu
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gpgme11-1.1.4-2 build failure on 10.5.1/PowerPC

2008-01-16 Thread Alexander K. Hansen
Alexander Hansen wrote:
 OS 10.5.1, PowerPC, Xcode 2.5:

 From the build log:
 ...
 checking whether stripping libraries is possible... yes
 checking for GNU Pth... *FAILED*
  | Found GNU Pth 1.4.1 under /sw, but
  | was unable to perform a sanity execution check. This usually
  | means that the GNU Pth shared library libpth.so is present
  | but $LD_LIBRARY_PATH is incomplete to execute a Pth test.
  | In this case either disable this test via --without-pth-test,
  | or extend $LD_LIBRARY_PATH, or build GNU Pth as a static
  | library only via its --disable-shared Autoconf option.
  | We used the following build environment:
  |CC=gcc
  |CFLAGS=-g -O2 -I/sw/include
  |LDFLAGS= -L/sw/lib
  |LIBS= -lpth
  | See config.log for possibly more details.
 ...

 The relevant part of the config.log appears to be:
 ...
 configure:21438: gcc -o conftest -g -O2 -I/sw/include -I/sw/include 
 -I/sw/includ
 e  -L/sw/lib conftest.c  -lpth 5
 conftest.c: In function 'main':
 conftest.c:55: warning: incompatible implicit declaration of built-in 
 function '
 exit'
 configure:21441: $? = 0
 configure:21447: ./conftest
 ./configure: line 21448: 86120 Segmentation fault  ./conftest$ac_exeext
 configure:21450: $? = 139
 configure: program exited with status 139
 ...

 (the number before Segmentation fault is different on different attempts)

 I've posted this text with links to the full log files at

 http://akhmac.blogdns.net/~hansen/finklogs/archives/2008-01.html#e2008-01-10T11_54_23.txt
   

Update--the fix committed by dmalloc appears to have solved the build issue.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fresh fink install on 10.5 with XCode 2.5

2007-12-21 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Kevin Horton wrote:
 I'm setting fink up on a new iMac.  It seems that the bootstrap 
 installation is not compatible with XCode 2.5.

 XCode 2.5 is set up differently from the earlier versions, so that 
 multiple versions of XCode can be present at once.  The developer 
 exectuables are no longer placed in /usr/bin - their default location 
 is in /XCode2.5/usr/bin.

 I put sym links to /XCode2.5/usr/bin/cc and /XCode2.5/usr/bin/make in /
 usr/bin so bootstrap would work.  That seemed to work for a while, but 
 eventually things failed with:

 checking for gcc... no
 checking for gcc... no
 checking for cc... cc
 checking for C compiler default output file name... configure: error: 
 C compiler cannot create executables
 See `config.log' for more details.
 ### execution of PERL=/usr/bin/perl failed, exit code 77
 phase compiling: dpkg-bootstrap-1.10.21-1218 failed

 So, I tried sudo ln -s /XCode2.5/usr/bin/gcc /usr/bin/gcc

 Now bootstrap fails with:

 Under Mac OS X 10.5.1, Fink must be bootstrapped or updated with gcc 
 4.0,
 however, you currently have gcc (unknown version) selected. To correct
 this problem, run the command:

  sudo gcc_select 4.0

 You may need to install a more recent version of the Developer Tools
 (Apple's XCode) to be able to do so.

 PowerMac:fink-0.27.8 xxx$ which gcc
 /XCode2.5/usr/bin/gcc

 PowerMac:fink-0.27.8 xxx$ gcc --version
 i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 
 5370)
 Copyright (C) 2005 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There 
 is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
 PURPOSE.

 PowerMac:fink-0.27.8 xxx$ sudo gcc_select 4.0
 sudo: gcc_select: command not found

 Looking in /XCode/usr/bin, I cannot see a gcc_select exectuable.

 How should I proceed?
 --
 Kevin Horton
 Ottawa, Canada


fink needs Xcode 3.x on 10.5 .
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHa/bsB8UpO3rKjQ8RAgRkAJ4h/SQYQeKTSHoOyK7BrsqhrRVIegCfeBO2
lmKmJP87o4956RW50nDSdk0=
=wpVI
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] touchpad and X11 on 10.5

2007-12-20 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mike Dyall-Smith wrote:
 Why doesn't the (intel) macbook touchpad work on an X11 window? Is 
 there an easy way to get it working?
 I've also had variable success with the scroll wheel function using a 
 mouse.
 I have tried looking through the archives and the web, but I can't see 
 an answer.
 thanks, Mike D-S

I'd think this was more a matter for Apple's lists than ours, but for
interested people please define what you mean by the touchpad not
working in an X11 window.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHappdB8UpO3rKjQ8RAuoFAJ9ApEDp+MJSPLyK7HSo7eGKbGq4igCdHJfi
OAqu300FHBTbyEDu6y9HFa0=
=dQYJ
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] phase compiling: cairo-1.4.12-1 failed

2007-12-18 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

frj0 wrote:
 Hi, I encounter a problem whith update-all and cairo. I search some
  similar subject on the FAQ, but I don't find this. Thank's

 In file included from cairo-ft-private.h:40, from
 cairo-ft-font.c:42: ./cairo-ft.h:46:35: error:
 fontconfig/fontconfig.h: No such file or directory

snip

 -- Darwin eMac.local 9.1.0 Power
 Macintosh FINK : Package manager version: 0.27.9 Distribution
 version: 0.8.1.cvs powerpc GCC : powerpc-apple-darwin9-gcc-4.0.1
 (GCC) 4.0.1 (Apple Inc. build 5465) --


What version of fontconfig2-dev do you have installed?  e.g. via:

fink dumpinfo -fallversions fontconfig2-dev | grep i\b


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHZ9gtB8UpO3rKjQ8RAjoQAJwMPVVkwKFtpkepz4zhmd4NThAyTgCfeGfi
+fbJM3RfvmpcYZ/2f63T2JQ=
=+LDU
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink Oddities w/ New Computer

2007-12-18 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Josh Kuperman wrote:
 I recently bought a new computer with Leopard, Xcode 3.0, and a
 core duo 2 processor. I installed fink.  I have experienced some of
 the problems mentioned on this list over the past few weeks;
 notably a failure of a selfupdate.  I have uninstalled Fink by
 wiping out the /sw directory. I would like to reinstall it, but I
 believe (at this point I am guessing - I'm very new to my machine)
 I need to generate code for the 64 bit processor, or at any rate
 make sure the perl libraries and compile settings in my
 environment, alert any processes that will do compiling, that I
 have a 64 bit processor.

 Is there something I need to do for Fink to make sure it knows it
 is running on a 64 bit intel machine or does it figure this out
 automatically? Does my guess make sense? How would I test it?



 -- Josh Kuperman [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]



64-bit machines are autodetected, but...

Fink only generates 64-bit libraries for packages that explicitly
declare a difference.  Otherwise it builds 32-bit binaries.  _No_
processor optimizations are used.

The issue actually goes the other way:  Fink tries to make sure
binaries built on a particular architecture work on all machines, and
the 64-bit detection was implemented to make sure that packages that
built differently on a 64-bit machine wouldn't inadvertently be used
on a 32-bit one.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHZ/B+B8UpO3rKjQ8RAoyhAJ9PL5nCqB3owq5/rtDrxjwwga8AjQCfehiH
cUSa3hjk3WCnpILWCT107zY=
=iD0f
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] ftgl installation failed

2007-12-18 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter Sachs Collopy wrote:
 I tried to install the package ftgl-2.1.2-3 from the unstable branch 
 on Mac OS 10.5 with fink 0.27.9. It failed, so I ran fink selfupdate 
 and tried again, and it failed again, with gcc returning ten errors. 
 The errors are actually just the same two repeated for each of five 
 lines (186-190), and the first pair looks like this:
 /sw/src/fink.build/ftgl-2.1.2-3/FTGL/src/FTVectoriser.cpp:186: error: 
 invalid conversion from 'GLvoid (*)(...)' to 'GLvoid (*)()'
 /sw/src/fink.build/ftgl-2.1.2-3/FTGL/src/FTVectoriser.cpp:186: 
 error:   initializing argument 3 of 'void 
 gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)())'

 Does anyone have any advice on successfully installing ftgl on my 
 MacBook?

 Peter

This has been reported on fink-devel as well

http://article.gmane.org/gmane.os.apple.fink.devel/15416/match=ftgl

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHaGKhB8UpO3rKjQ8RAsmHAJ4q1JqtYpL3dmLWKU5oWlW+UIlcQACdHymH
wCPI7Xb71EDDYFeutr2THnI=
=D1t4
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] net-snmp-unified-5.4.1-1 fails to compile (solution included)

2007-12-13 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Silencium Sixty-Eight wrote:
 Hello Benjamin,

 I'm trying to setup the fink package net-snmp-unified-5.4.1-1 on
 my MacOS X 10.5 box; unfortunately it fails to succeed with the
 following error message:

 making all in
 /usr/local/src/fink.build/net-snmp-unified-5.4.1-1/net-
 snmp-5.4.1/agent Makefile:218: *** commands commence before first
 target.  Stop.

 When investigating the agent's Makefile I discovered that the
 trailing backslashed in the mibgroup_list_lo, mibgroup_list_o,
  agentgroup_list_lo  and agentgroup_list_o definitions where
 missing.

 After adding them I could compile the agent, but another error
 occured with the mibgroup Makefile (just the same, missing trailing
 \).

 Cheers, Martin

I would be curious whether other people on Leopard see the same
issue.  The package built properly for me on Tiger.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHYVmbB8UpO3rKjQ8RAmFfAJ9pNP2wMnrw6gH9iLkOBFi2nk0GDwCfeSzM
gZFa/9yiLEIE61L7mlZ3tys=
=1cZu
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] net-snmp-unified-5.4.1-1 fails to compile (solution included)

2007-12-13 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin Costabel wrote:
 Alexander K. Hansen wrote:
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

 Silencium Sixty-Eight wrote:
 Hello Benjamin,

 I'm trying to setup the fink package net-snmp-unified-5.4.1-1
 on my MacOS X 10.5 box; unfortunately it fails to succeed with
 the following error message:

 making all in
 /usr/local/src/fink.build/net-snmp-unified-5.4.1-1/net-
 snmp-5.4.1/agent Makefile:218: *** commands commence before
 first target.  Stop.

 When investigating the agent's Makefile I discovered that the
 trailing backslashed in the mibgroup_list_lo,
 mibgroup_list_o, agentgroup_list_lo  and
 agentgroup_list_o definitions where missing.

 After adding them I could compile the agent, but another error
 occured with the mibgroup Makefile (just the same, missing
 trailing \).

 Cheers, Martin

 I would be curious whether other people on Leopard see the same
 issue.  The package built properly for me on Tiger.

 On Leopard/ppc I don't see it.

 Those Makefiles are constructed by a complicated recursive
 procedure in configure, using low-level text processing tools like
 'sed' and 'echo'.

 I would suspect first 'sed'. If a sed from Fink is installed, or
 another one is on the PATH except /usr/bin/sed, I would remove it
 and see if this changes anything.

 The second suspect would be 'echo'. I see that the configure script
 of net-snmp now has a tricky check whether 'echo' understands the
 -n or \c options. Good thing, in principle, seeing that Leopard has
 several versions of echo that behave differently. But this check
 does not seem to work correctly. In my case this didn't matter, but
 it could be different in other situations.

 I say it doesn't work correctly, because the result of the test is
 a nonsensical line

 ECHO_C='ECHO_N=''

 in config.log. A LF character got lost somewhere between configure
 and config.log. Maybe the finally chosen 'echo' or $(ECHO) does not
  understand configure's wish to output backslashes.

It looks to have built OK with fink's sed on 10.4, too.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHYXndB8UpO3rKjQ8RAl9yAKCaWbgWMvpRQ/Jzqy3DYXseiCK8bQCcDF0D
cUjeWmfk+GHmlNoVIOaBo+c=
=GZlh
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] net-snmp-unified-5.4.1-1 fails to compile (solution included)

2007-12-13 Thread Alexander K. Hansen
That's still strange to me, in that Fink's tail comes with
coreutils-default, and I had that installed when I did my 10.4 build.

Silencium Sixty-Eight wrote:
 Hi guys,

 I've tracked it down: when using tail provided by Fink I can't
compile net-snmp-unified! :(

 After removing it and using the stock MacOS X one, everything went just
fine! :)

 Cheers,
 Martin

 On 13.12.2007, at 19:28, Alexander K. Hansen wrote:

 Martin Costabel wrote:
  Alexander K. Hansen wrote:
  -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
  Silencium Sixty-Eight wrote:
  Hello Benjamin,
 
  I'm trying to setup the fink package net-snmp-unified-5.4.1-1
  on my MacOS X 10.5 box; unfortunately it fails to succeed with
  the following error message:
 
  making all in
  /usr/local/src/fink.build/net-snmp-unified-5.4.1-1/net-
  snmp-5.4.1/agent Makefile:218: *** commands commence before
  first target.  Stop.
 
  When investigating the agent's Makefile I discovered that the
  trailing backslashed in the mibgroup_list_lo,
  mibgroup_list_o, agentgroup_list_lo  and
  agentgroup_list_o definitions where missing.
 
  After adding them I could compile the agent, but another error
  occured with the mibgroup Makefile (just the same, missing
  trailing \).
 
  Cheers, Martin
 
  I would be curious whether other people on Leopard see the same
  issue.  The package built properly for me on Tiger.
 
  On Leopard/ppc I don't see it.
 
  Those Makefiles are constructed by a complicated recursive
  procedure in configure, using low-level text processing tools like
  'sed' and 'echo'.
 
  I would suspect first 'sed'. If a sed from Fink is installed, or
  another one is on the PATH except /usr/bin/sed, I would remove it
  and see if this changes anything.
 
  The second suspect would be 'echo'. I see that the configure script
  of net-snmp now has a tricky check whether 'echo' understands the
  -n or \c options. Good thing, in principle, seeing that Leopard has
  several versions of echo that behave differently. But this check
  does not seem to work correctly. In my case this didn't matter, but
  it could be different in other situations.
 
  I say it doesn't work correctly, because the result of the test is
  a nonsensical line
 
  ECHO_C='ECHO_N=''
 
  in config.log. A LF character got lost somewhere between configure
  and config.log. Maybe the finally chosen 'echo' or $(ECHO) does not
  understand configure's wish to output backslashes.
 
 It looks to have built OK with fink's sed on 10.4, too.


-

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] removing irssi-ssl fails

2007-12-12 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christian Ebert wrote:
 * Alexander Hansen on Tuesday, December 11, 2007 at 19:29:02 -0500
 MacOS 10.4.11
 Package manager version: 0.27.9
 Distribution version: 0.8.1.rsync powerpc

 Removing irssi-ssl fails, even with brute force:

 ~$ fink remove -r irssi-ssl
 Information about 7486 packages read in 1 seconds.
 Fink will attempt to remove --recursive 1 package

 Do you want to continue? [Y/n]
 /sw/bin/apt-get-lockwait remove irssi-ssl
 Reading Package Lists... Done
 Building Dependency Tree... Done
 The following packages will be REMOVED:
  irssi-ssl
 0 packages upgraded, 0 newly installed, 1 to remove and 1  not upgraded.
 Need to get 0B of archives. After unpacking 8352kB will be freed.
 Do you want to continue? [Y/n]
 (Reading database ... 39216 files and directories currently installed.)
 Removing irssi-ssl ...
 /sw/var/lib/dpkg/info/irssi-ssl.postrm: line 10:
 /sw/lib/perl5/5.8.1/darwin-thread-multi-2level/perllocal.pod: No such
 file or directory
 /sw/bin/dpkg: error processing irssi-ssl (--remove):
 subprocess post-removal script returned error exit status 1
 Errors were encountered while processing:
 irssi-ssl
 E: Sub-process /sw/bin/dpkg returned an error code (1)
 ### execution of /sw/bin/apt-get-lockwait failed, exit code 100
 Failed: can't remove package irssi-ssl


 perl 5.8.1??

 Untested and possibly clueless patch proposal for irssi-ssl.info:

 $ cd /sw/fink/10.4/unstable/crypto/finkinfo
 $ diff -u irssi-ssl.info.orig irssi-ssl.info
 --- irssi-ssl.info.orig2007-12-04 10:28:15.0 +0100
 +++ irssi-ssl.info2007-12-11 23:17:41.0 +0100
 @@ -58,7 +58,7 @@
 ###
 ### check to see if any .pod files exist in %p/share/podfiles.
 ###
 -/bin/echo -n '' 
 %p/lib/perl5/5.8.1/darwin-thread-multi-2level/perllocal.pod
 +/bin/echo -n '' 
 %p/lib/perl5/5.8.6/darwin-thread-multi-2level/perllocal.pod
 perl 'END_PERL'
 if (-e %p/share/podfiles/5.8.6) {
 @files = %p/share/podfiles/5.8.6/*.pod;


 Thoughts?

 c
 That's odd.  My irssi has the following:
 $ dlocate irssi | grep pod
 irssi: /sw/share/podfiles
 irssi: /sw/share/podfiles/5.8.6
 irssi: /sw/share/podfiles/5.8.6/perllocal.irssi.pod

 (0.8.12-101)

 Hm. That's irssi not irssi-ssl. But still: have you actually tried
 to remove it?

 What irssi version do you have?

 $ /sw/bin/irssi --version
 irssi 0.8.12 (20071006 0939)

 After fink purge irssi-ssl /sw/bin/irssi I get above error,
 but:

 $ ls /sw/bin/irssi
 ls: /sw/bin/irssi: No such file or directory
 $ fink list -t irssi
irssi0.8.12-101Modular IRC client
  i irssi-ssl0.8.12-101Modular IRC client (with SSL)

 Very dirty workaround:

 $ sudo mkdir -p /sw/lib/perl5/5.8.1/darwin-thread-multi-2level
 $ sudo touch /sw/lib/perl5/5.8.1/darwin-thread-multi-2level/perllocal.pod
 $ sudo fink purge irssi-ssl
 Information about 7485 packages read in 1 seconds.
 WARNING: this command will remove the package(s) and remove any
  global configure files, even if you modified them!

 Do you want to continue? [Y/n]
 Reading buildlock packages...
 All buildlocks accounted for.
 /sw/bin/dpkg-lockwait --purge irssi-ssl
 (Reading database ... 39216 files and directories currently installed.)
 Removing irssi-ssl ...
 Purging configuration files for irssi-ssl ...
 $ sudo rm -r /sw/lib/perl5/5.8.1/
 $ fink list -t irssi
irssi0.8.12-101Modular IRC client
irssi-ssl0.8.12-101Modular IRC client (with SSL)

 c
The -ssl version and the non-ssl one aren't too terribly different.

Mine removed OK, but since it's using 5.8.6, matching my system's
Perl, I'm not surprised.  According to the new maintainer, this
package does appear to have issues with not sticking to use of the
system-provided perl, cf. my earlier thread:

http://article.gmane.org/gmane.os.macosx.fink.user/24901

For now, if you can remove any perl5xy packages other than the *-core
ones (e.g. perl588),
I'll bet you rebuild irssi-ssl and have it install its pod file in an
appropriate location.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHX9DWB8UpO3rKjQ8RAswwAJ9S9J/zSxvjbpwBaTf3WqWDFVml/ACgo+sO
CY4wzYm7LsufCFigAVbpt6g=
=cK9d
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] qt3 build issue was Re: Mac 10.5.1 fink install pstoedit fails

2007-12-11 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Barry McInnes wrote:
 qt/qvariant.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qvbox.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qvbuttongroup.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qvector.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qvfbhdr.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qvgroupbox.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwaitcondition.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwhatsthis.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwidcoll.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwidget.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwidgetfactory.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwidgetintdict.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwidgetlist.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwidgetplugin.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwidgetstack.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwindefs.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwindow.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwindowdefs.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwindowsstyle.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwinexport.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwizard.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qwmatrix.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qworkspace.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/include/qt/qxml.h
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/qt3/include/
 + install -d -m 0755 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/qt3/lib
 + mv '/sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/*.*'
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/qt3/lib/
 mv: rename /sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/*.* to
 /sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/qt3/lib/*.*: No such file
 or directory
 ### execution of /var/tmp/tmp.3.h5oTyT failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-qt3-3.3.8-1026
 (Reading database ... 77872 files and directories currently installed.)
 Removing fink-buildlock-qt3-3.3.8-1026 ...
 Updating the list of locally available binary packages.
 Scanning dists/unstable/main/binary-darwin-powerpc
 New package:
 dists/unstable/main/binary-darwin-powerpc/devel/bison_2.3-1002_darwin-powerpc.deb
 New package:
 dists/unstable/main/binary-darwin-powerpc/gnome/libgnomeprint2.2-dev_2.12.1-1002_darwin-powerpc.deb
 New package:
 dists/unstable/main/binary-darwin-powerpc/gnome/libgnomeprint2.2-shlibs_2.12.1-1002_darwin-powerpc.deb
 New package:
 dists/unstable/main/binary-darwin-powerpc/gnome/libgnomeprint2.2_2.12.1-1002_darwin-powerpc.deb
 Failed: phase installing: qt3-3.3.8-1026 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:

 Benjamin Reed [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.



Your prior message implies that you're on PowerPC since the version of
ming that you were having issues with isn't available for 10.5/Intel.
Is that the case?

Your problem has nothing to do with pstoedit since you aren't even
building that package yet.

And a mv failed error indicates a failure earlier in the build, as
is discussed in the FAQ:

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHXvk+B8UpO3rKjQ8RAiUwAJ9UokOG+4LYGKE9SWT6F4XTQbGx7ACfccPw
feOy8uAxvDEdZs57bz6Nx8o=
=C5Y+
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnucash2 and DateManip

2007-12-11 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Todd O'Bryan wrote:
 I'm trying to install gnucash2 and keep getting an error that the
 DateManip package can't be downloaded from any repository. Any
 ideas?

 Todd

It worked for me.  How about showing a sample of your output?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHXy0NB8UpO3rKjQ8RAn3eAJ4w/mLsuLPcjr4638DMaF6NbgaLoACdH3Nz
q+w9zctpPtsawlr0B13l5Jw=
=387s
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnucash2 and DateManip

2007-12-11 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ah.  It may not be on the original source URLs anymore.  Try changing
your mirror settings via fink configure to pick Master mirrors
first.  These retain all sources that match a Fink package description.

Todd O'Bryan wrote:
 Here you go. I just chose the default for all choices:


snip

 Do you want to continue? [Y/n] curl --connect-timeout 30 -f -L -A
 'fink/0.27.9' -O
 http://ftp.osuosl.org/pub/CPAN/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime
 Time  Current Dload  Upload   Total   SpentLeft  Speed 0 0
 0 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
 curl: (22) The requested URL returned error: 404 ### execution of
 curl failed, exit code 22 Downloading the file
 DateManip-5.44.tar.gz failed.

 (1) Give up (2) Retry the same mirror (3) Retry another
 mirror from your country (4) Retry another mirror from your
 continent (5) Retry another mirror

 How do you want to proceed? [3] curl --connect-timeout 30 -f -L -A
 'fink/0.27.9' -O
 http://ftp.ndlug.nd.edu/pub/perl/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime
 Time  Current Dload  Upload   Total   SpentLeft  Speed 0 0
 0 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
 curl: (22) The requested URL returned error: 404 ### execution of
 curl failed, exit code 22 Downloading the file
 DateManip-5.44.tar.gz failed.

 (1) Give up (2) Retry the same mirror (3) Retry another
 mirror from your country (4) Retry another mirror from your
 continent (5) Retry another mirror

 How do you want to proceed? [3] curl --connect-timeout 30 -f -L -A
 'fink/0.27.9' -O
 http://cpan.mirrorgeek.com/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime
 Time  Current Dload  Upload   Total   SpentLeft  Speed 0 0
 0 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
 curl: (22) The requested URL returned error: 404 ### execution of
 curl failed, exit code 22 Downloading the file
 DateManip-5.44.tar.gz failed.

 (1) Give up (2) Retry the same mirror (3) Retry another
 mirror from your country (4) Retry another mirror from your
 continent (5) Retry another mirror

 How do you want to proceed? [5] curl --connect-timeout 30 -f -L -A
 'fink/0.27.9' -O
 http://cpan.llarian.net/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime
 Time  Current Dload  Upload   Total   SpentLeft  Speed 0 0
 0 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
 curl: (22) The requested URL returned error: 404 ### execution of
 curl failed, exit code 22 Downloading the file
 DateManip-5.44.tar.gz failed.

 (1) Give up (2) Retry the same mirror (3) Retry another
 mirror from your country (4) Retry another mirror from your
 continent (5) Retry another mirror

 How do you want to proceed? [5] curl --connect-timeout 30 -f -L -A
 'fink/0.27.9' -O
 ftp://ftp.cgu.edu.tw/Mirror/CPAN/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz


 curl: (67) Access denied: 530 ### execution of curl failed, exit
 code 67 Downloading the file DateManip-5.44.tar.gz failed.

 (1) Give up (2) Retry the same mirror (3) Retry another
 mirror from your country (4) Retry another mirror from your
 continent (5) Retry another mirror

 How do you want to proceed? [1] Failed: file download failed for
 DateManip-5.44.tar.gz of package date-manip-pm-5.44-1

 On Dec 11, 2007 7:36 PM, Alexander K. Hansen [EMAIL PROTECTED]
 wrote:

 Todd O'Bryan wrote:
 I'm trying to install gnucash2 and keep getting an error that
 the DateManip package can't be downloaded from any
 repository. Any ideas?

 Todd

 It worked for me.  How about showing a sample of your output?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHXzx6B8UpO3rKjQ8RAsbNAJ9L1pJpsA4M1+3yEsnbIwENNL/YwACgp7MD
wXxPIoBKebR1kmxSBWR46ZE=
=eEqY
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] g77 on intel macs?

2007-12-10 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 


 There is a g77 package on the Fink submission tracker
 http://sourceforge.net/tracker/index.php?func=detailaid=1809054group_id=17203atid=414256
  You can try it out. If it works for you, this would be an
 additional argument in favor of its acceptance into Fink.

 Just copy the two files from that tracker item into your
 /sw/fink/dists/local/main/finkinfo/ directory (create it if it
 doesn't exist) and run fink install g77.


Since the issue is for an architecture that I don't own, I don't want
to be the one who commits it.  Somebody with an Intel box who can take
responsibility for helping the maintainer deal with any updates should
feel free to do so.

- --
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHXU35B8UpO3rKjQ8RAtMIAJ47NMAPja0JNpHPmxJEXqR+NksZWQCfS5Qs
xEchB9GgJli+SOQC0VXLE7A=
=SlkV
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wrong version of system-xfree86-shlibs

2007-12-10 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Koen van der Drift wrote:
 Hi,

 I can't install fontconfig2-shlibs due to the following error:

 Macintosh:~ koen$ fink install fontconfig2-shlibs
 Information about 6435 packages read in 1 seconds.
 The package 'fontconfig2-shlibs' will be installed.
 Reading dependency for fontconfig2-shlibs-2.4.1-5...
 Can't resolve dependency system-xfree86-shlibs (= 2:7.2-1) for 
 package fontconfig2-shlibs-2.4.1-5 (no
 matching packages/versions found)
 Exiting with failure.

 On my system the system-xfree86-shlibs package is available, but with 
 a different version:

   i   system-xfree86-shlibs  2:1.3-2

 This is on OS X 10.5.1, iMac G5, and fink 0.27.99.cvs

 How do I get the correct version of system-xfree86-shlibs ?

 cheers,

 - Koen.

Is this with a stock X11 or have you updated it?

The following message has a prescription to try:

http://article.gmane.org/gmane.os.apple.fink.core/1631



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHXfcjB8UpO3rKjQ8RApxgAJ4l984cBC2zJ623boF+b30N6dKD+ACeP0e2
BxPm5K+RAgk9gQ0UJyCCUgg=
=2HRW
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Error with net-snmp-unified 5.4.1-1 unstable

2007-12-08 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

snip
 It worked on my system (10.4.11, PowerPC, using Xcode 2.5)

 You did a clean build, I guess?

 I think as a first attempt for a successful build, one would need to
 remove all old versions of snmp packages and all snmp dylibs that
 are elsewhere on the system.

It wasn't a clean build in this case--it was a rebuild, since I
already had built and installed the package (begging the question how
_that_ worked).
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHWpx/B8UpO3rKjQ8RArVTAJ9buOBAsY0L2/w/cZjC/RQcL48vjQCdHWd3
0XOT+HC70LaP5YTWvqx+FNE=
=o6ug
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Terrible start

2007-12-06 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ah.  It looks like you aren't getting the GNOME window manager.  Does
it start automatically with X11 (as your .xinitrc would indicate), or
are you having to run it after X11 starts?

chainy_shadow wrote:
 I  have screenshots and some other detail at:

 http://geekadventures.blogspot.com/2007/12/in-beggining.html

 Please, please, some help, some extended documentation?

 Thanks a lot. __ Chäïnÿ



 Alexander K. Hansen-2 wrote: That looks like the appropriate setup.


 chainy_shadow wrote:
 .xinitrc 

 . /sw/bin/init.sh exec gnome-session 

 Alexander K. Hansen-2 wrote: chainy_shadow wrot.
 Sorry for the lack of details.

 My OS Version: 10.4.11

 I actually used this page

 http://www.finkproject.org/doc/x11/run-xfree86.php#xinitrc


 In order to set up the environment, and I am using
 Apple's X11

 Do you believe is a good idea to upgrade to 10.5 in
 order for XDarwin to function properly?

 Thanks a lot. __ Chäïnÿ

 That's probably not necessary.  What is in your ~/.xinitrc
 file?


- -
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHWJ2VB8UpO3rKjQ8RArIvAKCM1XG9UrjcLHcqYJdyxHcPZ7X0UACggqul
ubvYCBp4Z0L2YrULeUX1+VA=
=OnMv
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can not install bundle-gnome

2007-12-06 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard E.Miles wrote:
 I am trying to install bundle-gnome but the build shows:

snip
 checking whether we have a gtk 2 gecko build... configure: error:
 This program needs a gtk 2 gecko build ### execution of ./configure
  failed, exit code 1 Removing runtime build-lock... Removing
 build-lock package... /sw/bin/dpkg-lockwait -r
 fink-buildlock-yelp-viewer- seamonkey-2.14.3-1002 (Reading database
  ... 170030 files and directories currently installed.) Removing
 fink-buildlock-yelp-viewer-seamonkey-2.14.3-1002 ... Failed: phase
 compiling: yelp-viewer-seamonkey-2.14.3-1002 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:

 The Gnome Core Team [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.


 Macintosh-3:~ rmiles$


This has been reported on this list in another context:

http://article.gmane.org/gmane.os.macosx.fink.user/24814

It affects builds on 10.4 as well.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHWLIyB8UpO3rKjQ8RAhfQAJ4+cIzGiEXoTtd+AaZ/+lK5hLF/nwCeI4Tf
HSv6f7jeapAhmjJxHUx0SAU=
=Y9Cq
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] [Fwd: Trouble installing datakiosk in leopard]

2007-12-06 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



-  Original Message 
Subject: Trouble installing datakiosk in leopard
Date: Thu, 6 Dec 2007 21:57:57 -0600
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
[EMAIL PROTECTED]



Hi,
I'm trying to install datakiosk in Leopord, but the build fails. I  
can't tell exactly where it's going wrong, but here is the last bit of  
output:

code

/bin/sh ../../libtool --silent --tag=CXX --mode=link g++  -Wnon-
virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wno-non-
virtual-dtor -Os -fno-exceptions -fno-check-new -fno-common -
DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -
DQT_NO_TRANSLATION   -L/sw/lib/freetype219/lib -L/sw/lib -o datakiosk -
R /sw/lib -R /sw/lib -R /sw/lib/qt3/lib -R /usr/X11/lib -R /sw/lib -L/
sw/lib -L/sw/lib/qt3/lib -L/usr/X11/lib-L/sw/lib  
actioncollection.o advancedsearchdialog.o datakiosk.o main.o  
sortedstringlist.o statuslabel.o viewmode.o project.o asciivalidator.o  
sqlformwizardimpl.o databaseconnection.o datafield.o searchwidget.o  
datareport.o reportwizardbaseimpl.o datatablebox.o datatable.o  
datatableinterface.o datatablesearch.o datatablesplitter.o  
datatableview.o datatableedit.o datatableeditorfactory.o formlayout.o  
dateedit.o timeedit.o relationeditordialogimpl.o kcombotable.o  
kcompletiontable.o ktableedit.o fieldeditordialogimpl.o  
datasearchpopup.o connectioneditordialogimpl.o dataclip.o  
sqlformwizard.o reportwizard.o relationeditordialog.o  
fieldeditordialog.o connectioneditordialog.o -lkio -lkdeui -lkparts
ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib
collect2: ld returned 1 exit status
make[3]: *** [datakiosk] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of ./configure failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-datakiosk-0.7-1005
(Reading database ... 87511 files and directories currently installed.)
Removing fink-buildlock-datakiosk-0.7-1005 ...
Failed: phase compiling: datakiosk-0.7-1005 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:

Jack Fink [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.

/code

all the dependencies installed fine. If anybody has any ideas I would  
much appreciate it.

Thanks,
Peter



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHWNAWB8UpO3rKjQ8RAlIbAJ9cduS6PmPmfxwjRtEIFMSCCJKGUgCdGJGP
7xuxyvGVW2ZuwYzx1cU05tY=
=i8ko
-END PGP SIGNATURE-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Cleanup does not appear to work

2007-12-05 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ken Mankoff wrote:
 On Wed, 5 Dec 2007, Alexander Hansen wrote:

 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

 Ken Mankoff wrote:
 I'm running OS X 10.5 and fink 0.27.9 dist 0.8.1.cvs

 I'm trying to save some space, but cleanup doesn't appear to be
  doing much. I've checked the FAQ and the word 'cleanup' isn't
  anywhere in it, nor do I see this addressed recently on the
 mail list.

 I type fink cleanup and fink cleanup --all and nothing
 appears to happen.

 /sw/src/ has 600MB of {tgz,bz2,gz} files

 /sw/fink/debs has 200+ files, mostly symlinks to
 /sw/fink/10.5/unstable/main/binary-darwin-i386/ which has
 another few hundred megs.

 The cleanup messages state, Obsolete sources deleted from
 /sw/src: 0

 But there are files there I've installed and then removed or
 purged. How do I get fink to really clean up after itself?
 Should I be using dpkg or apt commands instead of the fink
 interface?

 Thanks,

 -k.

 Those aren't obsolete.  fink cleanup only removes a .deb file
  when a newer version is present.

 So 'cleanup' won't remove large amount of source and deb files
 taking up space. Is there another 'offical' command to do this?

 Or is it safe and reasonable to do the following. Disk space is
 worth more than bandwidth to me.

 rm /sw/src/* find /sw/fink/10.5/ -name *.deb -exec rm {} \;

 Thanks,

 -k.

cleanup is intended to remove .debs and/or sources that don't
correspond to installed versions, but leave those

You're certainly free to remove the .debs and sources manually.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHV0yVB8UpO3rKjQ8RAk2PAJ4se0NhYR0+fSqQ3q49aSKwKrpixACghQ2p
bSNTNHlXSTpIEWNwC5OzHYQ=
=vFHP
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] some inconsistent state

2007-12-05 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Victor Eijkhout wrote:
 On 2007/12/05, at 6:26 PM, Robert T Wyatt wrote:

 What do you get with:

 fink list buildlock


 [albook:~] %% fink list buildlock Information about 6634 packages
 read in 0 seconds. p   fink-buildlock[virtual
 package] *i*  fink-buildlo...  2007.12.05-  Package compile-time
 lockfile


 ... and does the following command help:

 fink cleanup --buildlocks


 Both singular and plural, no effect.

 [albook:~] %% fink cleanup --buildlocks Reading buildlock
 packages... [albook:~] %% fink update-all Information about 6634
 packages read in 1 seconds.

 fink needs help picking an alternative to satisfy a virtual
 dependency. The candidates:

 (1) transfig-graphicx: Convert xfig objs with -graphicx
 (-epsfig is deprecated) (2) transfig-epsfig: Convert xfig objs
 with -graphicx (-epsfig is deprecated)

 Pick one: [1] The following 26 packages will be installed or
 updated: fftw3 fftw3-shlibs flac flac-shlibs gnuplot grace graphviz
 ocaml octave python24 python24-shlibs python24-socket
 scientificpython-py23 scipy-core-py25 swig swig-shlibs tcltk
 tcltk-dev tcltk-shlibs texi2html texinfo unixodbc2-nox
 unixodbc2-nox-shlibs xfig xfontpath xml-sax-pm586 The following 13
 additional packages will be installed: expat gettext-dev
 guile18-dev readline ruby18 ruby18-dev ruby18-shlibs
 scipy-core-py23 transfig-graphicx xaw3d xmms xmms-bin xmms-shlibs
 Do you want to continue? [Y/n] Reading buildlock packages...
 /sw/bin/dpkg-lockwait -i
 /sw/fink/dists/unstable/main/binary-darwin-
 i386/base/expat_1.95.8-3_darwin-i386.deb Selecting previously
 deselected package expat. dpkg: considering removing expat1 in
 favour of expat ... dpkg: yes, will remove expat1 in favour of
 expat. (Reading database ... dpkg: serious warning: files list file
 for package `fink-buildlock- seamonkey-1.1.7-1' missing, assuming
 package has no files currently installed. 120631 files and
 directories currently installed.) Unpacking expat (from
 .../expat_1.95.8-3_darwin-i386.deb) ... Setting up expat (1.95.8-3)
 ... Reading buildlock packages... Could not resolve inconsistent
 dependencies! It looks like some of the problems encountered
 involve buildlocks for the following packages: seamonkey-1.1.7-1

 This probably means you should wait for those packages to finish
 building, and then try again Failed: Fink::SysState: Could not
 resolve inconsistent dependencies


Try removing the buildlock package directly:

fink remove fink-buildlock-seamonkey-1.1.7-1

(that's the package name in this case--the version and revision are
derived from the timestamp).
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHV1+LB8UpO3rKjQ8RAoARAJ9GruzSXDIA4IQKoPMPo9O3KsawDgCgp4H4
cQ7A4IoGhgwve2ABtB+TnGE=
=lzy7
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Terrible start

2007-12-04 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

That looks like the appropriate setup.

chainy_shadow wrote:
 .xinitrc 

 . /sw/bin/init.sh exec gnome-session 

 Alexander K. Hansen-2 wrote: chainy_shadow wrot.
 Sorry for the lack of details.

 My OS Version: 10.4.11

 I actually used this page

 http://www.finkproject.org/doc/x11/run-xfree86.php#xinitrc

 In order to set up the environment, and I am using Apple's
 X11

 Do you believe is a good idea to upgrade to 10.5 in order for
  XDarwin to function properly?

 Thanks a lot. __ Chäïnÿ

 That's probably not necessary.  What is in your ~/.xinitrc file?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVV/CB8UpO3rKjQ8RApPDAJ9/+gmAnJsEu1TM4Yi/G/xncU9jPQCgpWBG
Kd8FgW9m41LvQaMk/t3ElhI=
=MBVu
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems Installing gnucash2-docs

2007-12-04 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sean wrote:
 Hello all,

 I'm trying to install gnucahs2-docs and running into a pair of dead
  ends. When installing, fink asks if I want to install
 yelp-viewer-firefox or yelp-viewer-seamonkey. When I choose the
 former, I get the following error:

 Can't resolve dependency firefox1.5-shlibs (= 1.5.0.4-1005) for
 package yelp-viewer-firefox-2.14.3-1002 (no matching
 packages/versions found) Exiting with failure.

 When I choose the latter, I get the following error during the
 configure for yelp-viewer-seamonkey-2.14.3-1002:

 checking which gecko to use... seamonkey checking for compiler
 -fshort-wchar option... yes checking whether to enable C++ RTTI...
 no checking whether we have a gtk 2 gecko build... configure:
 error: This program needs a gtk 2 gecko build ### execution of
 ./configure failed, exit code 1

 Thanks for any help, Sean

 P.S. Vital statistics: OS 10.5.1 on an Intel iMac Core 2 Duo 2 GHz
 fink --version Package manager version: 0.27.9 Distribution
 version: 0.8.1.rsync i386


It's the same on 10.4 .  I did a clean install, which installed
seamonkey-dev and seamonkey-shlibs as dependencies, and then I tried
installing the seamonkey main package.  The config.log is posted at
http://akhmac.blogdns.net/~hansen/finklogs/yelp-viewer-seamonkey-2.14.3-1002-config.log

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVZq1B8UpO3rKjQ8RAnp4AJ91ZbCUUYsh8mfEbMetlG6p6popWwCfaRpD
HTAWmrllNFFR+15fWOTWUjI=
=8brj
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] xpdf can't find fonts

2007-12-04 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Victor Eijkhout wrote:
 I have no idea what I changed.

 %% fink list | grep xpdf (i) xpdf3.02-1002   Portable
 Document Format (PDF) file viewer

 When I call xpdf with almost any document:

 Error: No display font for 'Courier' Error: No display font for
 'Courier-Bold' Error: No display font for 'Courier-BoldOblique'
 Error: No display font for 'Courier-Oblique' Error: No display font
 for 'Helvetica' Error: No display font for 'Helvetica-Bold' Error:
 No display font for 'Helvetica-BoldOblique' Error: No display font
 for 'Helvetica-Oblique' Error: No display font for 'Symbol' Error:
 No display font for 'Times-Bold' Error: No display font for
 'Times-BoldItalic' Error: No display font for 'Times-Italic' Error:
 No display font for 'Times-Roman' Error: No display font for
 'ZapfDingbats' Error: Couldn't find a font for 'Helvetica' Error:
 Couldn't find a font for 'Helvetica'


According to the system-wide control file (xpdfrc):

# The Xpdf tools look for a config file in two places:
# 1. ~/.xpdfrc
# 2. in a system-wide directory, typically /usr/local/etc/xpdfrc
#
# This sample config file demonstrates some of the more common
# configuration options.  Everything here is commented out.  You
# should edit things (especially the file/directory paths, since
# they'll likely be different on your system), and uncomment whichever
# options you want to use.  For complete details on config file syntax
# and available options, please see the xpdfrc(5) man page.

You don't appear to have the most current version installed yet,
though.  That one appears actually to activate the fonts without
making you do it manually.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVb+5B8UpO3rKjQ8RAud4AJ4nUyHGMrRypoV8ckG1UWc4TfZl2ACgnDNu
p2a2Yp6eHgoIS+P69Juby5s=
=IVgF
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Why does finl insist on installing perl586 on Leopard ?

2007-12-03 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Xavier HUMBERT wrote:
 Last time I selfupdate'd fink all went fine. Today, I did
 selfupdate again, and now, it insists on installing perl-core586
 Why ? perl 5.8.8 is part of the system, and all my perlmods *are*
 pm588

 I'm afraid that installing perl586 in fink, besides perl588 in the
 system will end up in a mess ...

 Thx,

Fink's perl packages are supposed to be able to coexist with the
system's perl.  As for why, we don't know what was in your local
list of packages to be updated.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVDnvB8UpO3rKjQ8RAsEnAJ9deYQpH+cnjad8drgyLDTj/yYYsgCeLbug
GTKRStPjM8WxIFLiimr0AJs=
=GBI9
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Segmentation Fault while Compiling Octave-Forge

2007-12-03 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wee-Jin Goh wrote:
 Hello list,

 I'm having trouble compiling octave-forge. All the dependencies
 compile fine, but a segmentation fault occurs while compiling the
 octave-forge package. I have performed the recommended fink
 selfupdate and tried reinstalling octave-forge but the
 segmentation fault still occurs.

 A copy of the terminal output is provided below.

 Thanks, Phil



 bertrand:~ wjgoh$ sudo fink -y install octave-forge Information
 about 6640 packages read in 1 seconds. The following package will
 be installed or updated: octave-forge Setting runtime build-lock...
  dpkg-deb -b
 /sw/src/fink.build/root-fink-buildlock-octave-forge-20070821-1004
 /sw/src/fink.build dpkg-deb: building package
 `fink-buildlock-octave-forge-20070821-1004' in
 `/sw/src/fink.build/fink-buildlock-octave-forge-20070821-1004_2007.12.03-18.46.36_darwin-i386.deb'.
  Installing build-lock package... /sw/bin/dpkg-lockwait -i
 /sw/src/fink.build/fink-buildlock-octave-forge-20070821-1004_2007.12.03-18.46.36_darwin-i386.deb
  Selecting previously deselected package
 fink-buildlock-octave-forge-20070821-1004. (Reading database ...
 62944 files and directories currently installed.) Unpacking
 fink-buildlock-octave-forge-20070821-1004 (from
 .../fink-buildlock-octave-forge-20070821-1004_2007.12.03-18.46.36_darwin-i386.deb
  ) ... Setting up fink-buildlock-octave-forge-20070821-1004
 (2007.12.03-18.46.36) ... gzip -dc
 /sw/src/octave-forge-bundle-20070821.tar.gz | /sw/bin/tar -xf -
 --no-same-owner --no-same-permissions /var/tmp/tmp.1.aqhUeX
 #!/bin/sh -ev cd main tar -zxf optiminterp-0.2.3.tar.gz rm
 optiminterp-0.2.3.tar.gz # the underscore turns F77_FUNC in
 disarray, and if using F77_FUNC_ instead, # there are other
 occurences of the symbol that would need an appended underscore..
 perl -pi -e 's,optiminterp_wrapper,optiminterpwrapper,;
 s,OPTIMINTERP_WRAPPER,OPTIMINTERPWRAPPER,' optiminterp-0.2.3
 /src/optiminterp* tar -zcf optiminterp-0.2.3.tar.gz
 optiminterp-0.2.3 rm -fR optiminterp-0.2.3 # Ginac library or
 headers not found _ skip this rm symbolic-* cd - rm
 extra/{java,jhandles,xraylib}-* nonfree/arpack-* echo ''

 /bin/rm -rf /sw/src/fink.build/root-octave-forge-20070821-1004
 /bin/mkdir -p /sw/src/fink.build/root-octave-forge-20070821-1004/sw
  /bin/mkdir -p
 /sw/src/fink.build/root-octave-forge-20070821-1004/DEBIAN
 /usr/sbin/chown -R root:admin
 /sw/src/fink.build/root-octave-forge-20070821-1004
 /var/tmp/tmp.2.eHognL #!/bin/bash -ev export
 CPATH=/usr/X11R6/include:/sw/include mkdir -p
 /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/packages
  echo pkg prefix
 /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/packages

 tmp
 echo pkg global_list
 /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/octave_packages

 tmp
 echo pkg install *.tar.gz  tmp for d in main extra nonfree; do
 cd $d; octave -q ../tmp; cd -; done ans =
 /sw/src/fink.build/root-octave-forge-20070821-1004/sw/share/octave/packages
  mkoctfile: stripping disabled on this platform mkoctfile:
 stripping disabled on this platform In file included from
 /sw/include/jpeglib.h:28, from jpgwrite.cc:18:
 /sw/include/jconfig.h:12:1: warning: HAVE_STDLIB_H redefined In
 file included from /sw/include/octave-2.9.14/octave/oct.h:32, from
 jpgwrite.cc:11: /sw/include/octave-2.9.14/octave/config.h:564:1:
 warning: this is the location of the previous definition In file
 included from /sw/include/jpeglib.h:28, from jpgread.cc:49:
 /sw/include/jconfig.h:12:1: warning: HAVE_STDLIB_H redefined In
 file included from /sw/include/octave-2.9.14/octave/oct.h:32, from
 jpgread.cc:41: /sw/include/octave-2.9.14/octave/config.h:564:1:
 warning: this is the location of the previous definition mkoctfile:
 stripping disabled on this platform mkoctfile: stripping disabled
 on this platform mkoctfile: stripping disabled on this platform
 mkoctfile: stripping disabled on this platform mkoctfile: stripping
 disabled on this platform mkoctfile: stripping disabled on this
 platform mkoctfile: stripping disabled on this platform mkoctfile:
 stripping disabled on this platform mkoctfile: stripping disabled
 on this platform mkoctfile: stripping disabled on this platform
 mkoctfile: stripping disabled on this platform mkoctfile: stripping
 disabled on this platform mkoctfile: stripping disabled on this
 platform mkoctfile: stripping disabled on this platform mkoctfile:
 stripping disabled on this platform panic: Segmentation fault --
 stopping myself... /var/tmp/tmp.2.eHognL: line 7: 13907
 Segmentation fault  octave -q ../tmp ### execution of
 /var/tmp/tmp.2.eHognL failed, exit code 139 Removing runtime
 build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait
 -r fink-buildlock-octave-forge-20070821-1004 (Reading database ...
 63105 files and directories currently installed.) Removing
 fink-buildlock-octave-forge-20070821-1004 ... Failed: phase
 installing: 

Re: [Fink-users] sshfs failing to build

2007-12-03 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Cody Brown wrote:
 I have a iMac MAC OS X 10.4.11 (intel) Xcode 2.5

 I have run fink selfupdate

 When I try to update sshfs /fink install sshfs/

 I get this build error:

 /gcc -DHAVE_CONFIG_H -I. -I. -I.  -D_REENTRANT
 -DFUSE_USE_VERSION=26 -DLIBDIR=\/sw/lib\ -I/sw/include
 -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse
 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include   -g -O2
 -DDARWIN_SEMAPHORE_COMPAT=1 -Wall -W -c -o sshfs-sshfs.o `test -f
 'sshfs.c' || echo './'`sshfs.c/ /sshfs.c:25:25: error:
 fuse_darwin.h: No such file or directory/ /.../

 I have tried purging sshfs and fuse* then reinstalling them... with
  no success.  Any ideas?

 Thanks! - Cody Brown, Scientific
 Programmer EOS East - Room 206 http://www.eos.ubc.ca/~cbrown/
 -


I noted a -I/usr/local/include/fuse there.  By any chance do you
have any non-Fink FUSE stuff installed there?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVGKhB8UpO3rKjQ8RAnfXAJ9wBXqnuqkJsjMUIt7dnwD5zAteVgCfRK2h
rq+K8tQbJuYl5L7RjO0aATw=
=cFJL
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink cannot install vte-shlibs

2007-12-03 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard E. Miles wrote:snip

 Thanks Dan that worked and I got the package installed. I am still
  trying to get bundle-gnome to compile and install. It seemed to
 complain about gtk-shlibs. I tried to install wxgtk and go the
 following errors:

 sw/lib/glib-2.0/include -I/sw/include/pango-1.0
 -I/usr/X11R6/include - I/usr/X11R6/include/freetype2
 -I/sw/include/gtk-2.0 -I/sw/include/ atk-1.0
 -I/sw/lib/gtk-2.0/include -I/sw/include -D_FILE_OFFSET_BITS=64
 -D_LARGE_FILES -I/usr/X11R6/include -g -O0 -I/sw/include/glib-2.0
 -I/ sw/lib/glib-2.0/include -I/sw/include/pango-1.0
 -I/usr/X11R6/include - I/usr/X11R6/include/freetype2 -Wall
 -fno-common ../src/generic/ choicdgg.cpp ./bk-deps g++ -c -o
 monodll_dcpsg.o -I.pch/wxprec_monodll - D__WXGTK__
 -DwxUSE_BASE=1 -DWXMAKINGDLL -dynamic -fPIC -DPIC - DWX_PRECOMP
 -DNO_GCC_PRAGMA -D__WXDEBUG__ -Ilib/wx/include/gtk2d-2.5 -
 I../include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
 -I/sw/ include/pango-1.0 -I/usr/X11R6/include
 -I/usr/X11R6/include/freetype2 - I/sw/include/gtk-2.0
 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include - I/sw/include
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/X11R6/ include -g -O0
 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/
 include/pango-1.0 -I/usr/X11R6/include
 -I/usr/X11R6/include/freetype2 - Wall -fno-common
 ../src/generic/dcpsg.cpp In file included from
 /usr/X11R6/include/freetype2/freetype/freetype.h: 41, from
 ../src/generic/dcpsg.cpp:1186:
 /usr/X11R6/include/freetype2/freetype/config/ftconfig.h:65:1:
 warning: SIZEOF_LONG redefined In file included from
 ../src/generic/dcpsg.cpp:29:
 lib/wx/include/gtk2d-2.5/wx/setup.h:1275:1: warning: this is the
 location of the previous definition ../src/generic/dcpsg.cpp: In
 function 'void draw_bezier_outline(wxPostScriptDC*, FT_FaceRec_*,
 FT_UInt, int, int, double, double)': ../src/generic/dcpsg.cpp:1261:
 error: invalid conversion from 'int (*) (FT_Vector*, void*)' to
 'int (*)(const FT_Vector*, void*)' ../src/generic/dcpsg.cpp:1261:
 error: invalid conversion from 'int (*) (FT_Vector*, void*)' to
 'int (*)(const FT_Vector*, void*)' ../src/generic/dcpsg.cpp:1261:
 error: invalid conversion from 'int (*) (FT_Vector*, FT_Vector*,
 void*)' to 'int (*)(const FT_Vector*, const FT_Vector*, void*)'
 ../src/generic/dcpsg.cpp:1261: error: invalid conversion from 'int
 (*) (FT_Vector*, FT_Vector*, FT_Vector*, void*)' to 'int (*)(const
  FT_Vector*, const FT_Vector*, const FT_Vector*, void*)' make: ***
 [monodll_dcpsg.o] Error 1 ### execution of /var/tmp/tmp.1.20nBAa
 failed, exit code 2 Removing runtime build-lock... Removing
 build-lock package... /sw/bin/dpkg-lockwait -r
 fink-buildlock-wxgtk-2.5.2.8-1005 (Reading database ... 169981
 files and directories currently installed.) Removing
 fink-buildlock-wxgtk-2.5.2.8-1005 ... Failed: phase compiling:
 wxgtk-2.5.2.8-1005 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.


 Macintosh-3:~ rmiles$

What OS version is this?  If Leopard then maybe we need to look for
issues with Apple X11's freetype2 implementation there.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVIafB8UpO3rKjQ8RApuYAJ9M0nygQSHTmIuom2A4j6z87QwtgwCeJtGV
/JqhCCwGdf+CwN0oyVSDt78=
=v7Tf
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Terrible start

2007-12-02 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

chainy_shadow wrote:
 Sorry for the lack of details.

 My OS Version: 10.4.11

 I actually used this page

 http://www.finkproject.org/doc/x11/run-xfree86.php#xinitrc

 In order to set up the environment, and I am using Apple's X11

 Do you believe is a good idea to upgrade to 10.5 in order for
 XDarwin to function properly?

 Thanks a lot. __ Chäïnÿ


That's probably not necessary.  What is in your ~/.xinitrc file?


 Alexander K. Hansen-2 wrote: chainy_shadow wrote:
 The software is great, but how come it's so messy on the
 start?

 I am starting Gnome, and have to click on the screen to place
  the bars, applications... this isn't pretty at all, and not
 like the screenshots show.

 I've been looking for documentation on how to configure this
 beast, but were not successful.

 Can someone point me on the right direction?

 Sorry if this sounds complainy, I love the software,
 believe it to be really useful, but those horrible green
 bars, ouch!

 Thanks a lot. __ Chäïnÿ
 It's hard to say, since we don't know:

 Your OS version and, if you're using an OS earlier than 10.5, what
 form of X11 you're using.

 Whether you're starting GNOME from the command-line.


 Your description sounds like you're on a pre-10.5 OS, using an X11
  other than Apple's, and starting GNOME from the command line.  If
  that's the case, I'll refer you to
 http://www.finkproject.org/doc/x11/run-xfree86.php#xinitrc , which
 has information about how to customize your X11 startup, including
  examples concerning running GNOME.



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHUyLPB8UpO3rKjQ8RAo1GAKCZN4Nna2HDG1ljFTD07HvayFvzGwCeJ8Rq
babiDl13hzbfQaBC/Pjd9jA=
=kZBV
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] atlas build fails

2007-12-02 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jean-Francois Mertens wrote:
 Gary K Olson wrote:
 I am trying to compile atlas-3.8.0-3 which fails according to the 
 following:
  ...
 gcc-4 -DL2SIZE=4194304 -I/sw/src/fink.build/atlas-3.8.0-3/bld/include -
 I/sw/src/fink.build/atlas-3.8.0-3/bld/../ATLAS//include -I/sw/src/
 fink.build/atlas-3.8.0-3/bld/../ATLAS//include/contrib -DAdd_ -
 DF77_INTEGER=int -DStringSunStyle -DATL_OS_OSX -DATL_CPUMHZ=1800 -
 DATL_AltiVec -DATL_GAS_PPC  -O -fomit-frame-pointer -m32 -DATL_BETA=1 -
 c dmm.c
 dmm.c: In function 'ATL_dJIK4x64x64TN4x4x64_a1_b1':
 dmm.c:47: error: 'vector' undeclared (first use in this function

 Trying to get some more data on those failures ...
 1) Are you on a G4 ? (I've learned to infer from the command line..)
(and 10.4 or 10.5? though probably no longer relevant at this stage).
 What is the ouput of 'sysctl hw.model' ?
 2) Could you please try again with the info file

 http://fink.cvs.sourceforge.net/fink/experimental/jfmertens/main/finkinfo/sci/atlas.info

 I hope you should get further _ that your problem was the same as some
 other people encountered _, and, more specifically, that this
 time 'vector' is no longer undeclared, but the error msgs are :

 error: can't convert value to a vector
 and :
 error: can't convert between vector values of different size


 (Or better _ you get through _ but I don't really hope for this..)

 I'm not sure I can get much further than this for G4 problems,
 somebody with a G4 machine and the corresponding builddir should
 do  _  those files are generated, so on my machines they look
 completely different, and they are generated in a rather
 complex way...

 Jean-Francois Mertens

I've posted a build log (G4 3,5) from the last iteration at

http://akhmac.blogdns.net/~hansen/finklogs/atlas-3.8.0-5/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHU19lB8UpO3rKjQ8RAmWcAJ9Yl09L8+Nfe7A0nyNmqu7hpNBm1gCeNDBg
CvvztWU34u4I3KCHhG79s5Q=
=DJ2a
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Terrible start

2007-11-30 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
chainy_shadow wrote:
 The software is great, but how come it's so messy on the start?

 I am starting Gnome, and have to click on the screen to place the
 bars, applications... this isn't pretty at all, and not like the
 screenshots show.

 I've been looking for documentation on how to configure this beast,
 but were not successful.

 Can someone point me on the right direction?

 Sorry if this sounds complainy, I love the software, believe it
 to be really useful, but those horrible green bars, ouch!

 Thanks a lot. __ Chäïnÿ
It's hard to say, since we don't know:

Your OS version
and, if you're using an OS earlier than 10.5, what form of X11 you're
using.

Whether you're starting GNOME from the command-line.


Your description sounds like you're on a pre-10.5 OS, using an X11
other than Apple's, and starting GNOME from the command line.  If
that's the case, I'll refer you to
http://www.finkproject.org/doc/x11/run-xfree86.php#xinitrc , which has
information about how to customize your X11 startup, including
examples concerning running GNOME.

- --
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHUHe4B8UpO3rKjQ8RArZ8AKCOGYVEv10faYb7k6iSsMmopeftVgCgnf1q
sWFir+HeCdxCoO0RBEWNkn4=
=G6nj
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


  1   2   3   4   5   6   7   8   9   10   >