[Fink-devel] odcctools590 and g95

2007-11-20 Thread Jack Howarth
Jeff,
   Could you clarify for me the exact problem that caused
you to force the g95 package to build against the older
odcctools590 package? I ask because the g95 built against
the Xcode 3.0 cctools behaves okay except for one warning.
When linking ncargc, warnings appear about symbol size
changes during the linkage. These warnings also appear
when the resulting binaries are executed. I am pretty
sure this is due to changes in gcc 4.2 that haven't
been backported to gcc 4.0 (and probably not gcc 4.1
as well). The binaries seem to run okay outside of these
warnings. I'm going to look into identifying the changes
we need to backport into gcc 4.0.3. However, the real
solution is for Andy to join us on this side of decade
with gcc 4.2.x support in g95.
Jack

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: /usr/lib - Re: Error on Leopard - qt4-x11

2007-11-20 Thread Murali Vadivelu
Can my bashrc and the order I set the path somehow affect which iconv  
libraries get used first?

# System-wide .bashrc file for interactive bash(1) shells.
if [ -n $PS1 ]; then PS1='\h:\w \u\$ '; fi
# Make bash check it's window size after a process completes
shopt -s checkwinsize
#Modifications by Murali!
test -r /sw/bin/init.sh  . /sw/bin/init.sh

export PATH=$PATH:/usr/local/bin:/Developer/Tools:$HOME/bin
export MANPATH=$MANPATH:/usr/share/man


On 20 Nov 2007, at 16:01, Benjamin Reed wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Murali Vadivelu wrote:
 Can anybody help us with this?

 Begin forwarded message:

 From: Murali Vadivelu 
 Date: 8 November 2007 12:18:32 GMT
 To: Benjamin Reed r
 Subject: /usr/lib - Re: Error on Leopard - qt4-x11

 There are libiconv.2.4.dylib and corresponding symlinks in /usr/lib.
 But that must be apple provided.

 I'm not sure how to diagnose this; I can't reproduce it on Leopard  
 with
 a pretty base Fink installation -- I've got both Apple's and Fink's
 libiconv same as you, and they don't interact badly with each other on
 my build.


 - --
 Benjamin Reed a.k.a. Ranger Rick
 Fink, KDE, and Mac OS X development
 http://www.racoonfink.com/

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

 iD8DBQFHQwTCUu+jZtP2Zf4RAs3cAJ4oU1aEazsqmQxo9JEm97AX1Iql8ACfRqVa
 ulNHfrPe0JE8yU8sYy/gHB4=
 =18WO
 -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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Fwd: /usr/lib - Re: Error on Leopard - qt4-x11

2007-11-20 Thread Murali Vadivelu
Can anybody help us with this?

Begin forwarded message:

 From: Murali Vadivelu 
 Date: 8 November 2007 12:18:32 GMT
 To: Benjamin Reed r
 Subject: /usr/lib - Re: Error on Leopard - qt4-x11

 There are libiconv.2.4.dylib and corresponding symlinks in /usr/lib.  
 But that must be apple provided.


 On 8 Nov 2007, at 03:02, Murali Vadivelu wrote:

 I have checked it again. Mine is clean archive and install Leopard.  
 I am not sure what is causing this...


 On 5 Nov 2007, at 22:53, Murali Vadivelu wrote:

 dpkg -l libiconv-dev libiconv
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half- 
 installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:  
 uppercase=bad)
 ||/ Name  Version
 Description
 +++-=-=- 
 = 
 = 
 = 
 = 
 = 
 = 
 
 ii  libiconv-dev  1.11-11
 Developer files for libiconv package
 ii  libiconv  1.11-11
 Character set conversion library

 On 5 Nov 2007, at 03:08, Benjamin Reed wrote:

 On Nov 4, 2007 12:00 PM, Murali Vadivelu [EMAIL PROTECTED] wrote:
 I don't have it any other non-system/ non-fink paths as well.  
 Please
 let me know if I can be of more help.

 Hm, I'm stumped.  You should be getting the fink libiconv, and  
 should
 not be getting this error.

 what does 'dpkg -l libiconv-dev libiconv' print?

 Btw, I am curious what was the fix that you made to fix the non-
 recognition of OpenGL by qt4-x11.

 It's a fix that an apple compiler engineer had recommended to us:

 http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug

 It's definitely a bug in Apple's linker, but we have no idea when  
 it's
 going to be fixed.  :P

 Thanks for this info. I have used this approach for one of my  
 packages (ccpnmr-py). I was wondering where exactly you made the  
 change, I didn't find a LD_FLAGS in Info file!




-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: /usr/lib - Re: Error on Leopard - qt4-x11

2007-11-20 Thread Murali Vadivelu
For some reason the build process is not seeing the libiconvs in /sw/ 
lib, but only th eones in /usr/lib. This was confirmed by me moving  
the libiconvs in /usr/lib, which resulted in the 'codecs' not getting  
compiled, but everything else going fine, indicating that the Fink  
iconv was not detected and used.


On 20 Nov 2007, at 16:16, Benjamin Reed wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Murali Vadivelu wrote:
 Can my bashrc and the order I set the path somehow affect which iconv
 libraries get used first?

 It shouldn't; Fink cleans it's environment before building.

 - --
 Benjamin Reed a.k.a. Ranger Rick
 Fink, KDE, and Mac OS X development
 http://www.racoonfink.com/

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

 iD8DBQFHQwhHUu+jZtP2Zf4RAsOuAJ4pYPUb9LUcgA1aZnRadroKgMx9OQCfeetO
 3WD0QEyRht5MRItMKdXyJZc=
 =txNF
 -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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: /usr/lib - Re: Error on Leopard - qt4-x11

2007-11-20 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Murali Vadivelu wrote:
 Can my bashrc and the order I set the path somehow affect which iconv
 libraries get used first?

It shouldn't; Fink cleans it's environment before building.

- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/

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

iD8DBQFHQwhHUu+jZtP2Zf4RAsOuAJ4pYPUb9LUcgA1aZnRadroKgMx9OQCfeetO
3WD0QEyRht5MRItMKdXyJZc=
=txNF
-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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Wine on 10.5

2007-11-20 Thread Matthias Ringwald
Hi Pepe

an updated portaudio is also in the tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1832600group_id=17203atid=414256

cheers,
  matthias

On 13.11.2007, at 16:43, Pepe Barbe wrote:

 Hello,

 I've fixed the missing packages that are necessary to build Wine on
 10.5 (IIRC libicu32-dev, portaudio) and have successfully built Wine,
 but once I run it, the interface is all garbled.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Wine on 10.5

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

Matthias Ringwald wrote:
 Hi Pepe

 an updated portaudio is also in the tracker
 http://sourceforge.net/tracker/index.php?func=detailaid=1832600group_id=17203atid=414256


 cheers, matthias

 On 13.11.2007, at 16:43, Pepe Barbe wrote:

 Hello,

 I've fixed the missing packages that are necessary to build Wine
 on 10.5 (IIRC libicu32-dev, portaudio) and have successfully
 built Wine, but once I run it, the interface is all garbled.


I'm getting back to pushing stuff from the tracker now.  I can't yet
verify whether stuff works on Leopard, though...
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHQy/eB8UpO3rKjQ8RAjHHAJ9iauyKSRQ8ROEcQGGu9uCcg7LIlgCeOHev
CrpGlB0jQosnEpr9cGrfL+o=
=waED
-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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] moving on

2007-11-20 Thread Lars Rosengreen
With the death of my Powerbook, I haven't had convenient access to a Mac for
the past few months, making it difficult to maintain my packages or continue
contributing to fink in a meaningful way.  Please re-list all of my
remaining packages as having no maintainer.  Thanks everyone, I've learned a
lot from all of you, and hope to return to fink some day.

-Lars Rosengreen

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: /usr/lib - Re: Error on Leopard - qt4-x11

2007-11-20 Thread Murali Vadivelu
Sorry to report that didn't help either. For some reason, it is  
picking up the system installed libiconv. Long time ago I remember  
forcing/ tweaking the make process to use a specific dylib, and is  
this still possible, and how we do it? I have forgotten this trick now!

On 20 Nov 2007, at 18:58, Benjamin Reed wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Murali Vadivelu wrote:
 For some reason the build process is not seeing the libiconvs in
 /sw/lib, but only th eones in /usr/lib. This was confirmed by me  
 moving
 the libiconvs in /usr/lib, which resulted in the 'codecs' not getting
 compiled, but everything else going fine, indicating that the Fink  
 iconv
 was not detected and used.

 maybe try fink rebuild libiconv followed by fink reinstall libiconv
 libiconv-dev ?

 - --
 Benjamin Reed a.k.a. Ranger Rick
 Fink, KDE, and Mac OS X development
 http://www.racoonfink.com/

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

 iD8DBQFHQy5yUu+jZtP2Zf4RAvtSAKCbB+gchLKv2nM2zIPH3Q7uQSnJmwCdGTxc
 i6rziC+uCi1rAPjqlfEBu04=
 =PgWX
 -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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] moving on

2007-11-20 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lars Rosengreen wrote:
 With the death of my Powerbook, I haven't had convenient access to
 a Mac for the past few months, making it difficult to maintain my
 packages or continue contributing to fink in a meaningful way.
 Please re-list all of my remaining packages as having no
 maintainer.  Thanks everyone, I've learned a lot from all of you,
 and hope to return to fink some day.

 -Lars Rosengreen

We'll be glad to have you back.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHQ2ywB8UpO3rKjQ8RAhiuAKCDqqi0exVq4U70iKQqHpm5sqVCnwCgioF2
MkKMVD6LoatJ/kVIGZPGb1Q=
=6vzP
-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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] build failure in atlas-3.8.0-4 on a PowerPC

2007-11-20 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jean-François Mertens wrote:

 On 20 Nov 2007, at 04:02, Jean-François Mertens wrote:

 At worst, there is a way if I remember correctly to force the use of
 those
 or those architectural defaults; but I would have hoped for a quicker
 and cleaner solution from upstream.

 If you want to test this already now, try inserting a line like the
 following
 right between configure and make :

 if test `uname -m` = G4 ; then sed -i.bak 's,^\( *ARCH =\).*,\1
 PPCG432AltiVec,' Make.inc ; fi

 but check first that the test is correct (`machine` ,  or `arch`
 might be better ? _ I can't try now on a G4..)

 JF

I tried using:

if test `machine` = ppc7450 ; then sed -i.bak 's,^\( *ARCH =\).*,\1
PPCG432AltiVec,' Make.inc ; fi

as above, and so I now get errors nearer the end of the first stage of
the build:

...
gcc -DL2SIZE=4194304 -I/sw/src/fink.build/atlas-3.8.0-4/bld/include
- -I/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//include
- -I/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//include/contrib
- -DAdd_ -DF77_INTEGER=int -DStringSunStyle -DATL_OS_OSX
- -DATL_CPUMHZ=866 -DATL_AltiVec -DATL_GAS_PPC  -O -fomit-frame-pointer
- -m32 -DATL_BETA=1 -c dmm.c
dmm.c: In function 'ATL_dJIK56x56x56TN56x56x0_a1_b1':
dmm.c:40: error: 'vector' undeclared (first use in this function)
dmm.c:40: error: (Each undeclared identifier is reported only once
dmm.c:40: error: for each function it appears in.)
dmm.c:40: error: expected ')' before 'float'
dmm.c:41: error: expected ')' before 'float'
make[5]: *** [dmmcase0] Error 1
make[4]: *** [mmcase] Error 2
Error in command:  make mmcase pre=d loopO=JIK ta=T tb=N M=56 N=56
K=56 mb=56 nb=56 kb=56 lda=56 ldb=56 ldc=0 lda2=56 ldb2=56 ldc2=0 mu=4
nu=4 ku=56 alpha=1 beta=1 muladd=1 lat=3 cleanup=1 ff=0 if=7 nf=1 pfA=1
mmnreg = 33

NB's to try: 56


pre=d, muladd=0, lat=1, pf=0, nb=40, mu=5, nu=4, ku=40, mflop=1006.63

pre=d, muladd=0, lat=1, pf=0, nb=40, mu=5, nu=4, ku=40, mflop=1006.63

pre=d, muladd=0, lat=1, pf=0, nb=40, mu=5, nu=4, ku=40, mflop=1006.63

pre=d, muladd=1, lat=1, pf=0, nb=40, mu=5, nu=4, ku=40, mflop=1010.50
make[3]: *** [RunMMDef] Error 255
make[2]: *** [IRunMMDef] Error 2
cp /sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm/res/dMMRES
INSTALL_LOG/.
cp /sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm/res/dNCNB
INSTALL_LOG/.
cp
/sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm/res/dbestNN_52x52x52
INSTALL_LOG/.
cp
/sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm/res/dbestNT_52x52x52
INSTALL_LOG/.
cp
/sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm/res/dbestTN_52x52x52
INSTALL_LOG/.
cp
/sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm/res/dbestTT_52x52x52
INSTALL_LOG/.
cd /sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm ; make dinstall
./xemit_mm  -p d -R -2
pre=d, CU=0, ma=0, ff=0, if=-1, nf=-1, lo=1, ta=112, tb=111, lat=4,
mu=4, nu=4, ku=1, m=0, n=0, k=0, lda=0, ldb=0, ldc=0, csA=1, csB=1,
csC=1, alpha=1, beta=1

line 4023 of
/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//tune/blas/gemm/emit_mm.c
line 4025 of
/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//tune/blas/gemm/emit_mm.c
line 4027 of
/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//tune/blas/gemm/emit_mm.c
line 3770 of
/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//tune/blas/gemm/emit_mm.c
line 3772 of
/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//tune/blas/gemm/emit_mm.c
line 3774 of
/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//tune/blas/gemm/emit_mm.c
cat: CASES/: Is a directory
/sw/src/fink.build/atlas-3.8.0-4/bld/../ATLAS//tune/blas/gemm/emit_mm.c:3737:
failed assertion `system(ln) == 0'
make[3]: *** [dinstall] Abort trap
make[2]: *** [MMinstall] Error 2
cd /sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm ; make
res/atlas_cacheedge.h pre=d
make dRunFindCE
cd /sw/src/fink.build/atlas-3.8.0-4/bld/src/blas/gemm ; make dlib
make auxillib dcleanuplib dusergemm
cd /sw/src/fink.build/atlas-3.8.0-4/bld/src/auxil ; make lib
make[7]: Nothing to be done for `lib'.
cd KERNEL ; make -f dMakefile dlib
make[7]: dMakefile: No such file or directory
make[7]: *** No rule to make target `dMakefile'.  Stop.
make[6]: *** [dcleanuplib] Error 2
make[5]: *** [dlib] Error 2
make[4]: *** [dmmlib] Error 2
make[3]: *** [res/atlas_cacheedge.h] Error 2
make[2]: ***
[/sw/src/fink.build/atlas-3.8.0-4/bld/tune/blas/gemm/res/atlas_cachedge.h]
Error 2
ERROR 639 DURING CACHE EDGE DETECTION!!.
cd /sw/src/fink.build/atlas-3.8.0-4/bld ; make error_report
make -f Make.top error_report
uname -a 21  bin/INSTALL_LOG/ERROR.LOG
gcc -v 21   bin/INSTALL_LOG/ERROR.LOG
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: ../gcc-4.2.2/configure --prefix=/sw
- --prefix=/sw/lib/gcc4.2 --mandir=/sw/share/man
- --infodir=/sw/share/info --enable-languages=c,c++,fortran,objc,java
- --host=powerpc-apple-darwin8 --with-gmp=/sw --with-libiconv-prefix=/sw
- --with-system-zlib --x-includes=/usr/X11R6/include
- --x-libraries=/usr/X11R6/lib
Thread model: posix
gcc version 4.2.2
gcc -V 21