Re: [Fink-devel] libao - need 10.5 tester

2010-03-30 Thread David Lowe
On Mar 27, 2010, at 06:32 , Max Horn wrote:

> I am also very much interested in some 10.4 testers, if there are  
> any around!

It built fine here.

PowerMac G5 1.6 GHz [2 GB mem] Os X.4.11, Apple X11, XCode 2.5, Fink  
0.29.10

"Bother," said Pooh, as the pin fell out of the grenade.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] New Freeciv Package

2010-03-30 Thread David Lowe
Before i put this in the tracker, i'd welcome any and all comments.



freeciv.info
Description: Binary data


There is a known [to me] problem in that the resultant binary is not 
using the built in sounds.  I am awaiting a reply from upstream but maybe in 
the meanwhile you guys can tell me whether sdl-mixer is set up correctly here.

Sent from my MacBookPro

All those.. moments will be lost.. in time.. like.. tears.. in the rain..--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Martin Costabel
James Bunton wrote:
[]
> The problem is not a build failure. ccmake (which uses ncurses to
> display a menu-like configuration interface) no longer works with the
> arrow keys on the keyboard to edit the configuration.

Wunderful. This breaks also the ccmake that comes with the precompiled 
CMake.app. And probably lots of other software that uses ncurses. They 
changed neither the compatibility version nor even the current version 
of libncurses.5.4.dylib, although the symbols in the two versions are 
quite different. I am going to file a bug with Apple as soon as I have 
time. I'll also fix the cmake package. I don't know, though, why anyone 
would ever want to run ccmake. Feels like dselect for installing Fink 
packages :-)

-- 
Martin

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread James Bunton
On Tue, Mar 30, 2010 at 01:37:10PM -0400, Daniel Johnson wrote:
> 
> On Mar 30, 2010, at 1:20 PM, Alexander Hansen wrote:
> 
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > On 3/30/10 3:25 AM, Michael Small wrote:
> >> Due to OS X 10.6.3 update libncurses was broken in /usr/lib.
> >> 
> >> Adding the following lines to the CompileScript fixes the issue.
> >> 
> >> export CMAKE_INCLUDE_PATH=%p/include
> >> export CMAKE_LIBRARY_PATH=%p/lib
> >> 
> >> Cheers,
> >> Michael
> >> 
> > 
> > It would be useful to see a transcript of the failure which you
> > experienced, so that we can make sure that it's reproducible.
> 
> cmake is inappropriately linking to /usr/lib/libncurses.dylib even
> though it depends on libncurses5. The above change does indeed cause
> it to link to fink's ncurses. However, cmake still built fine on my
> 10.6.3 system with the system ncurses. Do you have an ncurses in
> /usr/local by any chance?

The problem is not a build failure. ccmake (which uses ncurses to
display a menu-like configuration interface) no longer works with the
arrow keys on the keyboard to edit the configuration.

Reverting the ncurses in /usr/lib to the 10.6.2 version fixes it, as
does linking to Fink's ncurses.

---

James



pgpLpcv39OP74.pgp
Description: PGP signature
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Daniel Johnson

On Mar 30, 2010, at 1:20 PM, Alexander Hansen wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 3/30/10 3:25 AM, Michael Small wrote:
>> Due to OS X 10.6.3 update libncurses was broken in /usr/lib.
>> 
>> Adding the following lines to the CompileScript fixes the issue.
>> 
>> export CMAKE_INCLUDE_PATH=%p/include
>> export CMAKE_LIBRARY_PATH=%p/lib
>> 
>> Cheers,
>> Michael
>> 
> 
> It would be useful to see a transcript of the failure which you
> experienced, so that we can make sure that it's reproducible.

cmake is inappropriately linking to /usr/lib/libncurses.dylib even though it 
depends on libncurses5. The above change does indeed cause it to link to fink's 
ncurses. However, cmake still built fine on my 10.6.3 system with the system 
ncurses. Do you have an ncurses in /usr/local by any chance?

Daniel


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 3/30/10 3:25 AM, Michael Small wrote:
> Due to OS X 10.6.3 update libncurses was broken in /usr/lib.
> 
> Adding the following lines to the CompileScript fixes the issue.
> 
> export CMAKE_INCLUDE_PATH=%p/include
> export CMAKE_LIBRARY_PATH=%p/lib
> 
> Cheers,
> Michael
> 

It would be useful to see a transcript of the failure which you
experienced, so that we can make sure that it's reproducible.

- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuyMusACgkQB8UpO3rKjQ8rpQCgnGL3y86LKLb/iBE1DbA0gElH
8HEAn0Vwi92HADJNyB5u1BLwAqIybuYa
=hlOU
-END PGP SIGNATURE-

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fsf-gdb 7.1-1 packaging

2010-03-30 Thread Peter O'Gorman
On 03/30/2010 08:20 AM, Jack Howarth wrote:
> Unfortunately, in 10.5, the ability to create and add
> certificates to the keychain via the command line was
> removed...
> 
> http://gagravarr.org/writing/openssl-certs/others.shtml
> 

I have not tried, but maybe this is still possible using certtool(1) and
security(1).

http://www.afp548.com/forum/viewtopic.php?showtopic=18460

Peter

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 3/30/10 3:25 AM, Michael Small wrote:
> Due to OS X 10.6.3 update libncurses was broken in /usr/lib.
> 
> Adding the following lines to the CompileScript fixes the issue.
> 
> export CMAKE_INCLUDE_PATH=%p/include
> export CMAKE_LIBRARY_PATH=%p/lib
> 
> Cheers,
> Michael
> 
> 

Well, if it's indeed broken, I guess this might help us shake out other
Fink packages that are using the system's ncurses rather than ours.

- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuyEuoACgkQB8UpO3rKjQ/c9QCfYnIpJiP/QDQLVG0AqTgLIKBu
/vQAn3Dya72ixtvTHYSiq8brmWEpY0wC
=6sqo
-END PGP SIGNATURE-

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Fink cmake.info patch

2010-03-30 Thread Michael Small
Due to OS X 10.6.3 update libncurses was broken in /usr/lib.

Adding the following lines to the CompileScript fixes the issue.

export CMAKE_INCLUDE_PATH=%p/include
export CMAKE_LIBRARY_PATH=%p/lib

Cheers,
Michael


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] fsf-gdb 7.1-1 packaging

2010-03-30 Thread Jack Howarth
  The upcoming gcc 4.5.0 release contains changes
in the debug code generation at higher optimization
levels which will make it incompatible with older
gdb releases (ie Apple's). Fortunately, the gdb 7.x
releases will now build on both i386-apple-darwin*
and x86_64-apple-darwin*. I have placed test packaging
for a fsf-gdb package which installs the gdb programs
with the fsf- prefix on fink tracking...

http://sourceforge.net/tracker/?func=detail&aid=2978938&group_id=17203&atid=414256

There is one problem with using FSF gdb on darwin.
Since 10.5.8, the access to the required Mach port
for debugging has been restricted to code signed
applications. So currently, one has to run gdb as
root or use sudo. We should be able to create our
own local openssl certificates and code sign the
fink gdb program though the procedures described...

http://developer.apple.com/mac/library/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html
http://www.devworld.apple.com/mac/library/technotes/tn2007/tn2206.html
http://www.rogueamoeba.com/utm/2008/03/07/code-signing-and-you/
http://www.entropy.ch/blog/Developer/2008/02/11/Mac-OS-X-Application-Code-Signing.html
http://langui.sh/2009/02/22/code-signing-for-mac-os-x-and-windows/

Unfortunately, in 10.5, the ability to create and add
certificates to the keychain via the command line was
removed...

http://gagravarr.org/writing/openssl-certs/others.shtml

What I was considering was an approach where, if feasible,
we bundle an openssl certificate with the package and provide
a shell script that would walk the user through the
manual importation steps in the KeyChain applcation.
Hopefully, we can then find a command line approach to
check for the certificate in the KeyChain for future
reinstalls or upgrades and automatically code sign the
installed fsf-gdb binary using the installed certificate.
Jack
ps Needless to say, the gdb developers were not happy that
Apple did this after all the effort to support intel darwin
as a target.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] libao - need 10.5 tester

2010-03-30 Thread Jean-François Mertens

On 29 Mar 2010, at 21:33, Max Horn wrote:

> Hi again,
>
> as you may have noticed, I checked in new versions of libao2 and  
> libao4 (and took over maintainership from Ben), as well as libogg,  
> libvorbis0 and vorbis-tools.
>
> If this causes any failures anywhere (in particular 10.4 & 10.5  
> machines, powerpc or intel, and also 64bit 10.6 machines), as usual  
> I'd appreciate reports on that.

Had no problem whatsoever with any of them both on 10.5 32-bit and on  
10.5 64bit

Thanks !

Jean-Francois

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel