Alexander Hansen | 1 Feb 19:44
Picon
Gravatar

Re: Need kodos for lion...


On 1/30/12 9:51 PM, Robert Wyatt wrote:
> Hi Sam,
> 
> I don't have a Lion machine to test with, however it is quite
> likely that kodos is ready out-of-the box for Lion if someone would
> like to try it.
> 
> --Robert
> 
> 
> 
> Sam Ockman wrote:
>> Hi Robert...
>> 
>> I've just installed fink for the first time on my new mac running
>>  Lion. I'm hoping to get kodos running. Are you planning on
>> releasing a package for lion soon?
>> 
>> Thanks Sam
> 

It wasn't _quite_ ready to go. :-)  I had to add pyqt and qscintilla
to Lion, too.  While I was at it, I moved it to use python27
(hopefully that's OK).

Anyway, kodos is now available on Lion.
--

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
(Continue reading)

Robert Wyatt | 1 Feb 20:07
Picon
Gravatar

Re: Need kodos for lion...

Thanks very much Alexander!  --robert

Alexander Hansen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 1/30/12 9:51 PM, Robert Wyatt wrote:
>> Hi Sam,
>>
>> I don't have a Lion machine to test with, however it is quite
>> likely that kodos is ready out-of-the box for Lion if someone would
>> like to try it.
>>
>> --Robert
>>
>>
>>
>> Sam Ockman wrote:
>>> Hi Robert...
>>>
>>> I've just installed fink for the first time on my new mac running
>>>   Lion. I'm hoping to get kodos running. Are you planning on
>>> releasing a package for lion soon?
>>>
>>> Thanks Sam
> It wasn't _quite_ ready to go. :-)  I had to add pyqt and qscintilla
> to Lion, too.  While I was at it, I moved it to use python27
> (hopefully that's OK).
>
> Anyway, kodos is now available on Lion.
(Continue reading)

David Fang | 1 Feb 20:14
Picon
Favicon
Gravatar

Re: gcc46 patch for 10.4?

Hi,
 	You might also unconditionally --disable-libjava-multilib in the 
.info file:

  if [ "%m" = "powerpc" ]; then
    ../gcc-%v/configure %c --disable-libjava-multilib --disable-libquadmath
  else
    ../gcc-%v/configure %c --disable-libjava-multilib
  fi

Maybe that will suppress any attempt to use ld64?
Let me know if that works for you.

Fang

> Am 28.1.2012 um 21:12 schrieb Matthew Parry:
>
>> ld64: can't add line info to anonymous symbol jcr <at> 0 from .libs/gnu-java-awt-dnd-peer-gtk.o
>> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: fatal error in /usr/bin/ld64
>
> As with PPC Java is a problem obviously. You could try to create a local version of the
/sw/fink/10.4/stable/main/finkinfo/10.4-EOL/languages/gcc46-10.4.info file (by adding an "l" to
the "Revision" number) in which you disable building of all the Java compiler related things... (man
pages and texinfo files should not be a problem) Also look at lines like:
>
>    (%m != powerpc) lib/gcc4.6/%lib/libgcj.12*.dylib
>    (%m != powerpc) lib/gcc4.6/%lib/libgcj-tools.12*.dylib
>    (%m != powerpc) lib/gcc4.6/%lib/libgij.12*.dylib
>    ...
>    (%m != powerpc) lib/gcc4.6/%lib/gcj-4.6.2-12
(Continue reading)

Picon

Issues with mspdebug on Snow Leopard

Hi,

When trying to install mspdebug 0.18-2 I get the following output:
/sw/bin/tar  --no-same-owner --no-same-permissions -xf
/sw/src/mspdebug-0.18.tar.gz
sed -e 's|/opt/local/|/sw/|g' -i Makefile
sed: -i may not be used with stdin
### execution of sed failed, exit code 1

changing ./fink/10.4/stable/main/finkinfo/devel/mspdebug.info line 11
and 12 from
    sed -e 's|/opt/local/|%p/|g' -i Makefile
    sed -e 's|LIB_DIR|"%p/lib"|g'  -i drivers/ti3410.c

to
    sed -e 's|/opt/local/|%p/|g' -i .bak Makefile
    sed -e 's|LIB_DIR|"%p/lib"|g'  -i .bak drivers/ti3410.c

fixes the problem for me. I think I am using sed from /usr/bin. I have
XCode 4.0.2 installed.

Casper

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
(Continue reading)

Alexander Hansen | 2 Feb 15:10
Picon
Gravatar

build failure in fink-freetype219-32bit


Package manager version: 0.32.99.git
Distribution version: selfupdate-cvs Wed Feb  1 20:15:02 2012, 10.7,
x86_64
Trees: local/main stable/main local/injected
Xcode: 4.2.1
Max. Fink build jobs:  2

The error is:

checking whether the C compiler works... no
configure: error: in
`/sw/src/fink.build/freetype219-32bit-2.4.4-2/freetype-2.4.4/builds/unix':
configure: error: C compiler cannot create executables

And in the config.log:

configure:2954: checking for C compiler version
configure:2963: i686-apple-darwin11-gcc-4.2.1 --version >&5
./configure: line 2965: i686-apple-darwin11-gcc-4.2.1: command not found

--

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
Alexander Hansen | 2 Feb 15:15
Picon
Gravatar

configure-time failure in libpng15-32bit


Package manager version: 0.32.99.git
Distribution version: selfupdate-cvs Wed Feb  1 20:15:02 2012, 10.7,
x86_64
Trees: local/main stable/main local/injected
Xcode: 4.2.1
Max. Fink build jobs:  2

The failure is:
checking whether the C compiler works... no
configure: error: in
`/sw/src/fink.build/libpng15-32bit-1.5.5-1/libpng-1.5.5':
configure: error: C compiler cannot create executables
See `config.log' for more details

And the config.log file has:
configure:2816: checking for i686-apple-darwin11-gcc
configure:2843: result: /Developer/usr/bin/i686-apple-darwin11-gcc-4.2.1
configure:3112: checking for C compiler version
configure:3121: /Developer/usr/bin/i686-apple-darwin11-gcc-4.2.1
--version >&5
./configure: line 3123:
/Developer/usr/bin/i686-apple-darwin11-gcc-4.2.1: No such file or
directory

This may exist on Xcode 4.1, but does *not* on 4.2.
--

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
(Continue reading)

Sean Lake | 2 Feb 18:28
Picon

Problem upgrading maxima on 10.5-PPC

Hello all,

I'm trying to do my standard update-all on a PPC machine and I get the
following error:
Can't resolve dependency "sbcl-1055-maxima" for package "maxima-5.26.0-2" (no
matching packages/versions found)

Package manager version: 0.32.1
Distribution version: selfupdate-rsync Thu Feb  2 09:17:52 2012, 10.5, powerpc
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto

Thanks,
Sean Lake

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-users mailing list
Fink-users <at> lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Alexander Hansen | 2 Feb 18:41
Picon
Gravatar

Re: Problem upgrading maxima on 10.5-PPC


On 2/2/12 12:28 PM, Sean Lake wrote:
> Hello all,
> 
> I'm trying to do my standard update-all on a PPC machine and I get
>  the following error: Can't resolve dependency "sbcl-1055-maxima" 
> for package "maxima-5.26.0-2" (no matching packages/versions 
> found)
> 
> Package manager version: 0.32.1 Distribution version: 
> selfupdate-rsync Thu Feb  2 09:17:52 2012, 10.5, powerpc Trees: 
> local/main stable/main stable/crypto unstable/main unstable/crypto
> 
> Thanks, Sean Lake

Oh, sorry.  There's shouldn't have been an update on PowerPC, since
SBCL-1.0.55 doesn't build there.

The fix should be available to you shortly--it's been added to CVS.
--

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
Haysam Dahman | 2 Feb 23:46
Favicon

Re: Atlas STAGE 2-3-2: CacheEdge DETECTION error

Hi Jean-François,
Any ideas, why I can't compile atlas on macbook pro 7.1? I tried the
latest stable package from atlas sourceforge and I had same errors.
Do you think macports may have better package for my hardware?
Haysam

 > -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> * Don't use text attachments, because they get lost when people reply
> to your message. *
>
> On 1/10/12 10:14 PM, Haysam DAHMAN wrote:
>> Hello, I am not able to compile atlas package in fink. I am getting
>> errors "ar: fatal error in /usr/bin/ranlib". I heard it is an issue
>> with MAC OS X 10.7, could you please confirm if anyone was able to
>> compile it on mac os lion or not?
>>
>> Thanks, Haysam
>>
>> N.B. I have macbook pro 7.1 with OSX lion 10.7.2
>>
>>
>
> ar r /sw/src/fink.build/atlas-3.9.11-12/bld/lib/libatlas.a
> ATL_dMBJBmm.o ATL_dIBNBmm.o ATL_dIBJBmm.o ATL_dgemm.o ATL_dGetNB.o
> ATL_dGetNCNB.o ATL_dgemmNN.o ATL_dgemmNT.o ATL_dgemmTN.o ATL_dgemmTT.o
> ATL_dNCmmIJK.o ATL_dNCmmJIK.o ATL_dNCmmIJK_c.o ATL_dNCmmJIK_c.o
> ATL_daliased_gemm.o ATL_dAgemmNN.o ATL_dAgemmNT.o ATL_dAgemmTN.o
(Continue reading)

Picon

Re: Atlas STAGE 2-3-2: CacheEdge DETECTION error


On 02 Feb 2012, at 23:46, Haysam Dahman wrote:

> Hi Jean-François,
> Any ideas, why I can't compile atlas on macbook pro 7.1? I tried the
> latest stable package from atlas sourceforge and I had same errors.
> Do you think macports may have better package for my hardware?
> Haysam
>
>> On 1/10/12 10:14 PM, Haysam DAHMAN wrote:
>> ar r /sw/src/fink.build/atlas-3.9.11-12/bld/lib/libatlas.a
>> ATL_dMBJBmm.o ATL_dIBNBmm.o ATL_dIBJBmm.o ATL_dgemm.o ATL_dGetNB.o
>> ATL_dGetNCNB.o ATL_dgemmNN.o ATL_dgemmNT.o ATL_dgemmTN.o  
>> ATL_dgemmTT.o
>> ATL_dNCmmIJK.o ATL_dNCmmJIK.o ATL_dNCmmIJK_c.o ATL_dNCmmJIK_c.o
>> ATL_daliased_gemm.o ATL_dAgemmNN.o ATL_dAgemmNT.o ATL_dAgemmTN.o
>> ATL_dAgemmTT.o ATL_dmmJIK.o ATL_dmmIJK.o ATL_dmmJKI.o ATL_dmmK.o
>> ATL_dmmBPP.o ATL_dmmJITcp.o ATL_dcol2blk_aX.o ATL_drow2blkT_aX.o
>> ATL_dcol2blk_a1.o ATL_drow2blkT_a1.o ATL_dputblk_bX.o  
>> ATL_dputblk_b1.o
>> ATL_dputblk_bn1.o ATL_dputblk_b0.o
>> ar: fatal error in /usr/bin/ranlib
>> make[6]: *** [dlib.grd] Error 1
>> ...
>> mv error_Core264SSE3.tar.gz error_Core264SSE3.tgz
>> Error report error_<ARCH>.tgz has been created in your top-level  
>> ATLAS
>> directory.  Be sure to include this file in any help request.

Hi,
(Continue reading)


Gmane