[Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Jack Howarth
Currently 'fink -m' won't complete on the gcc4x packages because of the warnings... Warning: /sw/lib/gcc4.4/lib/libgcc_s.10.4.dylib ends in .dylib but is not of filetype DYLIB according to otool. Warning: /sw/lib/gcc4.4/lib/libgcc_s.10.5.dylib ends in .dylib but is not of filetype DYLIB

Re: [Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/6/10 9:29 AM, Jack Howarth wrote: Currently 'fink -m' won't complete on the gcc4x packages because of the warnings... Warning: /sw/lib/gcc4.4/lib/libgcc_s.10.4.dylib ends in .dylib but is not of filetype DYLIB according to otool.

Re: [Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Jack Howarth
On Thu, May 06, 2010 at 09:33:43AM -0400, Alexander Hansen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/6/10 9:29 AM, Jack Howarth wrote: Currently 'fink -m' won't complete on the gcc4x packages because of the warnings... Warning: /sw/lib/gcc4.4/lib/libgcc_s.10.4.dylib

Re: [Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Jean-François Mertens
On 06 May 2010, at 15:29, Jack Howarth wrote: Currently 'fink -m' won't complete on the gcc4x packages because of the warnings... Warning: /sw/lib/gcc4.4/lib/libgcc_s.10.4.dylib ends in .dylib but is not of filetype DYLIB according to otool. Warning:

Re: [Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Max Horn
Am 06.05.2010 um 15:33 schrieb Alexander Hansen: [...] The trailing _STUB isn't handled by the test, which looks for DYLIB surrounded on either side by whitespace. Indeed. So, should the validator code be augmented to handle DYLIB_STUB, too? It would be easy enough to do. Cheers, Max

Re: [Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Daniel Macks
On Thu, May 06, 2010 at 08:20:33PM +0200, Max Horn wrote: Am 06.05.2010 um 15:33 schrieb Alexander Hansen: [...] The trailing _STUB isn't handled by the test, which looks for DYLIB surrounded on either side by whitespace. Indeed. So, should the validator code be augmented to handle

Re: [Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/6/10 2:44 PM, Daniel Macks wrote: On Thu, May 06, 2010 at 08:20:33PM +0200, Max Horn wrote: Am 06.05.2010 um 15:33 schrieb Alexander Hansen: [...] The trailing _STUB isn't handled by the test, which looks for DYLIB surrounded on either

Re: [Fink-devel] fink -m fix for gcc4x

2010-05-06 Thread Jack Howarth
On Thu, May 06, 2010 at 06:39:48PM +0200, Jean-François Mertens wrote: On 06 May 2010, at 15:29, Jack Howarth wrote: Currently 'fink -m' won't complete on the gcc4x packages because of the warnings... Warning: /sw/lib/gcc4.4/lib/libgcc_s.10.4.dylib ends in .dylib but is not of filetype