[Fink-devel] lipo: can't open input file error

2009-10-13 Thread Koen van der Drift
A package I am working on gives the following warning on my iMac G5: ... ld warning: in /sw/lib/qt4-x11/lib/libQtGui.dylib, file is not of required architecture ld warning: in /sw/lib/libpng.dylib, file is not of required architecture ld warning: in /sw/lib/libfreetype.dylib, file is not of

Re: [Fink-devel] lipo: can't open input file error

2009-10-13 Thread Alexander Hansen
Koen van der Drift wrote: A package I am working on gives the following warning on my iMac G5: ... ld warning: in /sw/lib/qt4-x11/lib/libQtGui.dylib, file is not of required architecture ld warning: in /sw/lib/libpng.dylib, file is not of required architecture ld warning: in

Re: [Fink-devel] lipo: can't open input file error

2009-10-13 Thread Koen van der Drift
Yeah, Iwas thinking along those lines as well. So I found that if I comment out the line: set( CMAKE_OSX_ARCHITECTURES ppc;i386 ) it will not create a universal binary. But then it will create different packages for ppc and i386, correct? How do I work around that, should I make variants, eg?

Re: [Fink-devel] lipo: can't open input file error

2009-10-13 Thread Alexander Hansen
Koen van der Drift wrote: Yeah, Iwas thinking along those lines as well. So I found that if I comment out the line: set( CMAKE_OSX_ARCHITECTURES ppc;i386 ) it will not create a universal binary. But then it will create different packages for ppc and i386, correct? How do I work around

Re: [Fink-devel] lipo: can't open input file error

2009-10-13 Thread Koen van der Drift
On Tue, Oct 13, 2009 at 8:46 AM, Martin Costabel costa...@wanadoo.fr wrote: Koen van der Drift wrote: Yeah, Iwas thinking along those lines as well. So I found that if I comment out the line: set( CMAKE_OSX_ARCHITECTURES ppc;i386 ) it will not create a universal binary. But then it will

Re: [Fink-devel] lipo: can't open input file error

2009-10-13 Thread Alexander Hansen
Koen van der Drift wrote: On Tue, Oct 13, 2009 at 8:46 AM, Martin Costabel costa...@wanadoo.fr wrote: Koen van der Drift wrote: Yeah, Iwas thinking along those lines as well. So I found that if I comment out the line: set( CMAKE_OSX_ARCHITECTURES ppc;i386 ) it will not create a

Re: [Fink-devel] lipo: can't open input file error

2009-10-13 Thread Hanspeter Niederstrasser
Alexander Hansen wrote: Koen van der Drift wrote: On Tue, Oct 13, 2009 at 8:46 AM, Martin Costabel costa...@wanadoo.fr wrote: Koen van der Drift wrote: Yeah, Iwas thinking along those lines as well. So I found that if I comment out the line: set( CMAKE_OSX_ARCHITECTURES ppc;i386 )

Re: [Fink-devel] lipo: can't open input file error

2009-10-13 Thread Koen van der Drift
I don't think you have to play any games with multiple .info files or conditionals in PatchScript.  As you said at the top, commenting out the line gives you a single architecture.  So, as Martin stated, a deb built on ppc and a deb built on i386 are given different names because they are

[Fink-devel] Request to reopen package update: keychain-2.6.8

2009-10-13 Thread Sebastián González
Hi, I contacted the maintainer of the keychain package regarding an update to version 2.6.8, and have got no news since 29 September 2009 (2 weeks). Is that timeframe long enough to request that the following package submission be reopened?

Re: [Fink-devel] Request to reopen package update: keychain-2.6.8

2009-10-13 Thread Alexander Hansen
Sebastián González wrote: Hi, I contacted the maintainer of the keychain package regarding an update to version 2.6.8, and have got no news since 29 September 2009 (2 weeks). Is that timeframe long enough to request that the following package submission be reopened?

Re: [Fink-devel] Problem compiling a2ps

2009-10-13 Thread William G. Scott
I'm getting the same problem and don't know how to fix it, so I am cc- ing fink-dev with the hope someone smarter than me will help... Bill On Oct 13, 2009, at 4:46 PM, Etienne M. Gagnon wrote: Hi all, I've just installed fink on OSX 10.6 and updated to unstable. Now, I needed the a2ps

Re: [Fink-devel] Problem compiling a2ps

2009-10-13 Thread Peter O'Gorman
On 10/13/2009 08:08 PM, William G. Scott wrote: xstrrpl.c:25:22: error: macro stpcpy requires 2 arguments, but only 1 given xstrrpl.c:25: error: 'stpcpy' redeclared as different kind of symbol http://trac.macports.org/browser/trunk/dports/print/a2ps/files/patch-lib__xstrrpl.c?rev=56498 Does

Re: [Fink-devel] Problem compiling a2ps

2009-10-13 Thread William G. Scott
On Oct 13, 2009, at 6:47 PM, Peter O'Gorman wrote: On 10/13/2009 08:08 PM, William G. Scott wrote: xstrrpl.c:25:22: error: macro stpcpy requires 2 arguments, but only 1 given xstrrpl.c:25: error: 'stpcpy' redeclared as different kind of symbol

Re: [Fink-devel] x86_64 build of ffmpeg failing (still)

2009-10-13 Thread William G. Scott
This is a gimp2 dependency, so fairly important: In file included from h264.h:32, from h264.c:31: cabac.h: In function 'decode_significance_x86': cabac.h:693: warning: cast from pointer to integer of different size cabac.h:694: warning: cast from pointer to integer of different