Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Daniel E. Macks
Alexander Hansen  said:
>
>> On Nov 14, 2016, at 08:31, William G. Scott  wrote:
>> 
>> BTW, BLT still compiles fine on my 10.11.6 machine at work.  I haven’t had a 
>> chance to test on anything with 10.12 and my home internet has been down 
>> since the orange coup.
>> 
>> William G. Scott
>> Director, Program in Biochemistry and Molecular Biology
>> Professor, Department of Chemistry and Biochemistry
>> and The Center for the Molecular Biology of RNA
>> University of California at Santa Cruz
>> Santa Cruz, California 95064
>> USA
>> 
>> http://scottlab.ucsc.edu
>
> I got the same error on 10.12:
>
> gcc -Wall -O3 -fno-common -Wall -fno-strict-aliasing 
> -I/sw/include/tcltk-private/tk8.6/generic 
> -I/sw/include/tcltk-private/tk8.6/unix   -I. -I.  -I/sw/include 
> -I/usr/X11/include  -o bltwish \
>   -DTCLLIBPATH=\"/sw/lib/tcl8.6\" \
>   ./bltUnixMain.c libBLT.a -L/sw/lib -ltk8.6 -ltcl8.6 -lX11 
> -ljpeg -lm   
> ld: library not found for -lX11
>
> Even though I’m fully provisioned with convenience symlinks:
>
> Fionna-4:finkinfo hansen$ ls -l /usr
> total 16
> lrwxr-xr-x 1 root  wheel  8 Nov  1 08:28 X11 -> /opt/X11
> lrwxr-xr-x 1 root  wheel  8 Nov  1 08:28 X11R6 -> /opt/X11
>
> During the configure phase I show:  
>
> checking for X... libraries , headers /usr/X11/include
>
> and config.log has 
>
> configure:2964: gcc -E -I/sw/include conftest.c >/dev/null 2>conftest.out
> In file included from configure:2960:
> /sw/include/X11/Intrinsic.h:53:10: fatal error: 'X11/Xlib.h' file not found
> #include
> ^
> 1 error generated.
>
> It turns out that Fink’s libxt package was the culprit here for me.  By 
> removing that the build was able to proceed.  We’re going to be phasing libXt 
> (non-flat) out since it didn’t behave as we had hoped, but currently either 
> libxt or libxt-flat will trigger this.

It's a bug in autoconf2.13 (!) that has always given rare/sporatic
fails that we could never track down, but now our libxt made the fail
more likely and more reproducible. I just committed a patch to blt to
fix the bug.

dan

--
Daniel Macks
dma...@netspace.org


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Yu, Ying
Hi William,


I tried

sudo apt-get update
sudo apt-get install blt


They run successfully and I got the newest version of blt installed. And then I 
run " fink selfupdate" and "fink install kdebase4-mac". However, I got the same 
errors.


My machine is 10.10.5 OS X Yosemite.


Ying


From: William G. Scott <wgsc...@ucsc.edu>
Sent: Monday, November 14, 2016 11:31:45 AM
To: Alexander Hansen
Cc: Yu, Ying; fink-users@lists.sourceforge.net
Subject: Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

BTW, BLT still compiles fine on my 10.11.6 machine at work.  I haven’t had a 
chance to test on anything with 10.12 and my home internet has been down since 
the orange coup.

William G. Scott
Director, Program in Biochemistry and Molecular Biology
Professor, Department of Chemistry and Biochemistry
and The Center for the Molecular Biology of RNA
University of California at Santa Cruz
Santa Cruz, California 95064
USA

http://scottlab.ucsc.edu

> On Nov 14, 2016, at 8:25 AM, Alexander Hansen <alexanderk.han...@gmail.com> 
> wrote:
>
>
>> On Nov 14, 2016, at 07:45, Yu, Ying <yu.1...@buckeyemail.osu.edu> wrote:
>>
>> Hi Alex,
>>
>> Thanks for the reply. If I type "ls -d /usr" in the terminal, I got "/usr". 
>> Then how to go on from here?
>>
>> Ying
>
> Oops,  I should have just had you use “ls -l /usr”.  I wasn’t fully awake, I 
> guess. ;-)

--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread William G. Scott
BTW, BLT still compiles fine on my 10.11.6 machine at work.  I haven’t had a 
chance to test on anything with 10.12 and my home internet has been down since 
the orange coup.

William G. Scott
Director, Program in Biochemistry and Molecular Biology
Professor, Department of Chemistry and Biochemistry
and The Center for the Molecular Biology of RNA
University of California at Santa Cruz
Santa Cruz, California 95064
USA

http://scottlab.ucsc.edu

> On Nov 14, 2016, at 8:25 AM, Alexander Hansen  
> wrote:
> 
> 
>> On Nov 14, 2016, at 07:45, Yu, Ying  wrote:
>> 
>> Hi Alex,
>> 
>> Thanks for the reply. If I type "ls -d /usr" in the terminal, I got "/usr". 
>> Then how to go on from here?
>> 
>> Ying
> 
> Oops,  I should have just had you use “ls -l /usr”.  I wasn’t fully awake, I 
> guess. ;-)


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Alexander Hansen

> On Nov 14, 2016, at 08:31, William G. Scott  wrote:
> 
> BTW, BLT still compiles fine on my 10.11.6 machine at work.  I haven’t had a 
> chance to test on anything with 10.12 and my home internet has been down 
> since the orange coup.
> 
> William G. Scott
> Director, Program in Biochemistry and Molecular Biology
> Professor, Department of Chemistry and Biochemistry
> and The Center for the Molecular Biology of RNA
> University of California at Santa Cruz
> Santa Cruz, California 95064
> USA
> 
> http://scottlab.ucsc.edu

I got the same error on 10.12:

gcc -Wall -O3 -fno-common -Wall -fno-strict-aliasing 
-I/sw/include/tcltk-private/tk8.6/generic 
-I/sw/include/tcltk-private/tk8.6/unix   -I. -I.  -I/sw/include 
-I/usr/X11/include  -o bltwish \
-DTCLLIBPATH=\"/sw/lib/tcl8.6\" \
./bltUnixMain.c libBLT.a -L/sw/lib -ltk8.6 -ltcl8.6 -lX11 
-ljpeg -lm   
ld: library not found for -lX11

Even though I’m fully provisioned with convenience symlinks:

Fionna-4:finkinfo hansen$ ls -l /usr
total 16
lrwxr-xr-x 1 root  wheel  8 Nov  1 08:28 X11 -> /opt/X11
lrwxr-xr-x 1 root  wheel  8 Nov  1 08:28 X11R6 -> /opt/X11

During the configure phase I show:  

checking for X... libraries , headers /usr/X11/include

and config.log has 

configure:2964: gcc -E -I/sw/include conftest.c >/dev/null 2>conftest.out
In file included from configure:2960:
/sw/include/X11/Intrinsic.h:53:10: fatal error: 'X11/Xlib.h' file not found
#include
^
1 error generated.

It turns out that Fink’s libxt package was the culprit here for me.  By 
removing that the build was able to proceed.  We’re going to be phasing libXt 
(non-flat) out since it didn’t behave as we had hoped, but currently either 
libxt or libxt-flat will trigger this.


-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Alexander Hansen

> On Nov 14, 2016, at 07:45, Yu, Ying  wrote:
> 
> Hi Alex,
> 
> Thanks for the reply. If I type "ls -d /usr" in the terminal, I got "/usr". 
> Then how to go on from here?
> 
> Ying

Oops,  I should have just had you use “ls -l /usr”.  I wasn’t fully awake, I 
guess. ;-)--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Yu, Ying
Hi Alex,


Thanks for the reply. If I type "ls -d /usr" in the terminal, I got "/usr". 
Then how to go on from here?


Ying


From: Alexander Hansen <alexanderk.han...@gmail.com>
Sent: Monday, November 14, 2016 10:34:30 AM
To: Yu, Ying
Cc: fink-users@lists.sourceforge.net; wgsc...@users.sourceforge.net
Subject: Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed


> On Nov 14, 2016, at 06:35, Yu, Ying <yu.1...@buckeyemail.osu.edu> wrote:
>
> Hi all,
>
> I run into the errors, "clang: error: linker command failed with exit code 1 
> " and "Failed: phase compiling: blt-2.4z-162 failed",  when I run "fink 
> install kdebase4-mac". I think I have the appropriate Xcode and command line 
> tool version. I don't know how to fix this problem and get KDE installed. Can 
> anybody help me? A detailed report can be seen below.
>
> Thanks,
>
> Ying
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: libBLT.a(bltVecCmd.o) has no symbols
> ranlib libBLT.a
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: libBLT.a(bltVecCmd.o) has no symbols
> rm -f bltwish
> gcc -Wall -O3 -fno-common -Wall -fno-strict-aliasing 
> -I/sw/include/tcltk-private/tk8.6/generic 
> -I/sw/include/tcltk-private/tk8.6/unix   -I. -I.  -I/sw/include 
> -I/usr/X11/include  -o bltwish \
> -DTCLLIBPATH=\"/sw/lib/tcl8.6\" \
> ./bltUnixMain.c libBLT.a -L/sw/lib -ltk8.6 -ltcl8.6 -lX11 -ljpeg -lm
> ld: library not found for -lX11
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> make[1]: *** [bltwish] Error 1
> make: *** [all] Error 2
> ### execution of /tmp/fink.bDGCX failed, exit code 2
> ### execution of /tmp/fink.69mJ_ failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-blt-2.4z-162
> (Reading database ... 171043 files and directories currently installed.)
> Removing fink-buildlock-blt-2.4z-162 ...
> Failed: phase compiling: blt-2.4z-162 failed
>
> Before reporting any errors, please run "fink selfupdate" and try again.
>
> If you continue to have issues, please check to see if the FAQ on Fink's
> website solves the problem.  If not, ask on one (not both, please) of
> these mailing lists:
>
> The Fink Users List <fink-users@lists.sourceforge.net>
> The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
>
> with a carbon copy to the maintainer:
>
> William Scott <wgsc...@users.sourceforge.net>
>
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
>
> Please try to include the complete error message in your report.  This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
>
> Also include the following system information:
> Package manager version: 0.41.0
> Distribution version: selfupdate-rsync Fri Nov 11 12:00:29 2016, 10.10, x86_64
> Trees: local/main stable/main
> Xcode.app: 6.4
> Xcode command-line tools: 7.2.0.0.1.1447826929
> blt-2.4z-162 is set to build with only one job.
>
> —

Actually, the error is "ld: library not found for -lX11”.  The other items are 
symptoms of that.

What do you get from “ls -d /usr” ?  We’re trying to have our packages not 
assume the existence of the /usr/X11 and /usr/X11R6 convenience symlinks, but 
blt might not have been updated to do that yet.

--
Alexander Hansen, Ph.D.
Fink User Liaison

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Alexander Hansen

> On Nov 14, 2016, at 06:35, Yu, Ying  wrote:
> 
> Hi all,
> 
> I run into the errors, "clang: error: linker command failed with exit code 1 
> " and "Failed: phase compiling: blt-2.4z-162 failed",  when I run "fink 
> install kdebase4-mac". I think I have the appropriate Xcode and command line 
> tool version. I don't know how to fix this problem and get KDE installed. Can 
> anybody help me? A detailed report can be seen below.
> 
> Thanks,
> 
> Ying
> 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: libBLT.a(bltVecCmd.o) has no symbols
> ranlib libBLT.a
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>  file: libBLT.a(bltVecCmd.o) has no symbols
> rm -f bltwish
> gcc -Wall -O3 -fno-common -Wall -fno-strict-aliasing 
> -I/sw/include/tcltk-private/tk8.6/generic 
> -I/sw/include/tcltk-private/tk8.6/unix   -I. -I.  -I/sw/include 
> -I/usr/X11/include  -o bltwish \
> -DTCLLIBPATH=\"/sw/lib/tcl8.6\" \
> ./bltUnixMain.c libBLT.a -L/sw/lib -ltk8.6 -ltcl8.6 -lX11 -ljpeg -lm   
> ld: library not found for -lX11
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> make[1]: *** [bltwish] Error 1
> make: *** [all] Error 2
> ### execution of /tmp/fink.bDGCX failed, exit code 2
> ### execution of /tmp/fink.69mJ_ failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-blt-2.4z-162
> (Reading database ... 171043 files and directories currently installed.)
> Removing fink-buildlock-blt-2.4z-162 ...
> Failed: phase compiling: blt-2.4z-162 failed
> 
> Before reporting any errors, please run "fink selfupdate" and try again.
> 
> If you continue to have issues, please check to see if the FAQ on Fink's 
> website solves the problem.  If not, ask on one (not both, please) of
> these mailing lists:
> 
> The Fink Users List 
> The Fink Beginners List ,
> 
> with a carbon copy to the maintainer:
> 
> William Scott 
> 
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
> 
> Please try to include the complete error message in your report.  This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
> 
> Also include the following system information:
> Package manager version: 0.41.0
> Distribution version: selfupdate-rsync Fri Nov 11 12:00:29 2016, 10.10, x86_64
> Trees: local/main stable/main
> Xcode.app: 6.4
> Xcode command-line tools: 7.2.0.0.1.1447826929
> blt-2.4z-162 is set to build with only one job.
> 
> —

Actually, the error is "ld: library not found for -lX11”.  The other items are 
symptoms of that.

What do you get from “ls -d /usr” ?  We’re trying to have our packages not 
assume the existence of the /usr/X11 and /usr/X11R6 convenience symlinks, but 
blt might not have been updated to do that yet.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Yu, Ying
Hi all,


I run into the errors, "clang: error: linker command failed with exit code 1 " 
and "Failed: phase compiling: blt-2.4z-162 failed",  when I run "fink install 
kdebase4-mac". I think I have the appropriate Xcode and command line tool 
version. I don't know how to fix this problem and get KDE installed. Can 
anybody help me? A detailed report can be seen below.


Thanks,


Ying


/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libBLT.a(bltVecCmd.o) has no symbols

ranlib libBLT.a

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libBLT.a(bltVecCmd.o) has no symbols

rm -f bltwish

gcc -Wall -O3 -fno-common -Wall -fno-strict-aliasing 
-I/sw/include/tcltk-private/tk8.6/generic 
-I/sw/include/tcltk-private/tk8.6/unix   -I. -I.  -I/sw/include 
-I/usr/X11/include  -o bltwish \

-DTCLLIBPATH=\"/sw/lib/tcl8.6\" \

./bltUnixMain.c libBLT.a -L/sw/lib -ltk8.6 -ltcl8.6 -lX11 -ljpeg -lm

ld: library not found for -lX11

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[1]: *** [bltwish] Error 1

make: *** [all] Error 2

### execution of /tmp/fink.bDGCX failed, exit code 2

### execution of /tmp/fink.69mJ_ failed, exit code 2

Removing runtime build-lock...

Removing build-lock package...

/sw/bin/dpkg-lockwait -r fink-buildlock-blt-2.4z-162

(Reading database ... 171043 files and directories currently installed.)

Removing fink-buildlock-blt-2.4z-162 ...

Failed: phase compiling: blt-2.4z-162 failed


Before reporting any errors, please run "fink selfupdate" and try again.


If you continue to have issues, please check to see if the FAQ on Fink's

website solves the problem.  If not, ask on one (not both, please) of

these mailing lists:


The Fink Users List 

The Fink Beginners List ,


with a carbon copy to the maintainer:


William Scott 


Note that this is preferable to emailing just the maintainer directly,

since most fink package maintainers do not have access to all possible

hardware and software configurations.


Please try to include the complete error message in your report.  This

generally consists of a compiler line starting with e.g. "gcc" or "g++"

followed by the actual error output from the compiler.


Also include the following system information:

Package manager version: 0.41.0

Distribution version: selfupdate-rsync Fri Nov 11 12:00:29 2016, 10.10, x86_64

Trees: local/main stable/main

Xcode.app: 6.4

Xcode command-line tools: 7.2.0.0.1.1447826929

blt-2.4z-162 is set to build with only one job.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2015-01-08 Thread Alexander Hansen

 On Jan 8, 2015, at 11:24 AM, Parmar, Payal payal.par...@wsu.edu wrote:
 
 Dear Alexander,
 
 Thank you so much for your response.
 I have looked at config.log file and I see the following error there-
 
 ... conftest.c:1:0: error: unknown value '10.10' of 
 -mmacosx-version-min.
 
 
 which means that gcc is not recognizing the version of my operating system.. 
 right? 
 What I have been trying to do was I installed fink-0.38.0 which is compatible 
 with MACOX 10.10 ( Yosemite), that is my macon version and then I wanted to 
 install gtkmm2.4-gtk-dev and libglademm2.4 using fink. Both installation is 
 giving same error.
 Is this issue related to Fink or something else? I tried to look at the 
 solution to this error, but couldn't find any.
 Could you please suggest what could be the possible solution to this.
 The complete config.log file looks like the following-
 
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 configure:705: checking host system type
 configure:726: checking target system type
 configure:744: checking build system type
 configure:837: checking which C compiler
 configure:852: checking for gcc
 configure:965: checking whether the C compiler (gcc -O3 -fno-common -Wall 
 -fno-strict-aliasing -I/sw/include/tcltk-private/tk8.6/generic 
 -I/sw/include/tcltk-private/tk8.6/unix -L/sw/lib) works
 configure:981: gcc -o conftest -O3 -fno-common -Wall -fno-strict-aliasing 
 -I/sw/include/tcltk-private/tk8.6/generic 
 -I/sw/include/tcltk-private/tk8.6/unix -I/sw/include -L/sw/lib conftest.c  
 15
 conftest.c:1:0: error: unknown value '10.10' of -mmacosx-version-min
 
 ^
 configure:978:1: warning: return type defaults to 'int' [-Wreturn-type]
 main(){return(0);}
 ^
 configure: failed program was:
 
 #line 976 configure
 #include confdefs.h
 
 main(){return(0);}
 
 
 I really appreciate any of your suggestions/help.
 
 Thank you,
 
 -Payal
 
 
 
 

It sounds like you have the 10.9 version of the Xcode command-line tools 
installed.  Try running “sudo xcode-select --install”, and if that doesn’t 
work, download the Yosemite version from developer.apple.com

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2015-01-06 Thread Parmar, Payal
Hello fink-users,

I have been trying to install gtkmm2.4-gtk-dev using fink, I am getting the 
following error-



Information about 10083 packages read in 2 seconds.

The following package will be installed or updated:

 gtkmm2.4-gtk-dev

The following 22 additional packages will be installed:

 atk1 atk1-shlibs blt-dev blt-shlibs cairo cairo-shlibs cairomm1 
cairomm1-shlibs gtk+2 gtk+2-dev gtk+2-shlibs gtk-doc gtkmm2.4-shlibs itstool

 libxml2-py27 pango1-xft2-ft219 pango1-xft2-ft219-dev pango1-xft2-ft219-shlibs 
pangomm1.4.1 pangomm1.4.1-shlibs python27 python27-shlibs

Default answer will be chosen in 60 seconds...

Do you want to continue? [Y/n] Y

Setting runtime build-lock...

dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-blt-2.4z-162 
/sw/src/fink.build

dpkg-deb: building package `fink-buildlock-blt-2.4z-162' in 
`/sw/src/fink.build/fink-buildlock-blt-2.4z-162_2015.01.06-16.15.47_darwin-x86_64.deb'.

Installing build-lock package...

/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-blt-2.4z-162_2015.01.06-16.15.47_darwin-x86_64.deb

Selecting previously deselected package fink-buildlock-blt-2.4z-162.

(Reading database ... 21846 files and directories currently installed.)

Unpacking fink-buildlock-blt-2.4z-162 (from 
.../fink-buildlock-blt-2.4z-162_2015.01.06-16.15.47_darwin-x86_64.deb) ...

Setting up fink-buildlock-blt-2.4z-162 (2015.01.06-16.15.47) ...


sudo -u fink-bld [ENV] sh -c /tmp/fink.WlDTg

env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/BLT2.4z.tar.gz

sudo -u fink-bld [ENV] sh -c /tmp/fink.41CI2

[ -r /sw/fink/dists/stable/main/finkinfo/x11/blt-x86_64.patch ]

sudo -u fink-bld [ENV] sh -c /tmp/fink.9Io3u

[ -r /sw/fink/dists/stable/main/finkinfo/x11/blt-tk-internals.patch ]

sudo -u fink-bld [ENV] sh -c /tmp/fink.C0q9E

[ -r /sw/fink/dists/stable/main/finkinfo/x11/blt-parabuild.patch ]

sudo -u fink-bld [ENV] sh -c /tmp/fink.EkLvd

/tmp/fink.otv_s

# system-wide environment settings for zsh(1)

if [ -x /usr/libexec/path_helper ]; then

eval `/usr/libexec/path_helper -s`

fi

#!/bin/zsh -ev

patch -p1  /sw/fink/dists/stable/main/finkinfo/x11/blt-x86_64.patch

patching file Makefile.in

patching file configure

patching file library/Makefile.in

patching file library/Makefile.vc

patching file library/ZoomStack.itcl

patching file library/pkgIndex.tcl.in

patching file src/Makefile.in

patching file src/Makefile.vc

patching file src/bltAlloc.c

patching file src/bltBeep.c

patching file src/bltBgexec.c

patching file src/bltBitmap.c

patching file src/bltBusy.c

patching file src/bltCanvEps.c

patching file src/bltColor.c

patching file src/bltConfig.c

patching file src/bltContainer.c

patching file src/bltDragdrop.c

patching file src/bltGrAxis.c

patching file src/bltGrBar.c

patching file src/bltGrElem.c

patching file src/bltGrGrid.c

patching file src/bltGrHairs.c

patching file src/bltGrLegd.c

patching file src/bltGrLine.c

patching file src/bltGrMarker.c

patching file src/bltGrMisc.c

patching file src/bltGrPen.c

patching file src/bltGrPs.c

patching file src/bltGraph.c

patching file src/bltHash.c

patching file src/bltHash.h.in

patching file src/bltHierbox.c

patching file src/bltHtext.c

patching file src/bltImage.c

patching file src/bltInit.c

patching file src/bltInt.h

patching file src/bltNsUtil.c

patching file src/bltNsUtil.h

patching file src/bltObjConfig.c

patching file src/bltScrollbar.c

patching file src/bltSpline.c

patching file src/bltTable.c

patching file src/bltTabnotebook.c

patching file src/bltTabset.c

patching file src/bltTed.c

patching file src/bltText.c

patching file src/bltTree.c

patching file src/bltTreeCmd.c

patching file src/bltTreeView.c

patching file src/bltTreeViewEdit.c

patching file src/bltTreeViewStyle.c

patching file src/bltUnixDnd.c

patching file src/bltUnixImage.c

patching file src/bltUnixPipe.c

patching file src/bltUtil.c

patching file src/bltVecMath.c

patching file src/bltWinDraw.c

patching file src/bltWindow.c

patching file src/shared/Makefile.in

patching file src/tkButton.c

patching file src/tkScrollbar.c

patching file win/makedefs

patch -p1  /sw/fink/dists/stable/main/finkinfo/x11/blt-tk-internals.patch

patching file src/bltArrayObj.c

patching file src/bltInit.c

patching file src/bltPs.c

patching file src/bltText.c

patching file src/bltTkInt.h

patching file src/bltTreeCmd.c

patching file src/bltWindow.c

patching file src/tkButton.c

patching file src/tkFrame.c

OSXVERSION=$(sw_vers -productVersion |perl -p -e 's|10.||g')

if (( $OSXVERSION = 9. )); then

perl -pi -e 's|FINITE|isfinite|g' src/bltVector.c src/bltVecMath.c 
src/bltGrElem.c src/bltGrLine.c

fi

patch -p1  /sw/fink/dists/stable/main/finkinfo/x11/blt-parabuild.patch

patching file src/Makefile.in

patching file src/shared/Makefile.in

sudo -u fink-bld [ENV] sh -c /tmp/fink.SFpbl

/tmp/fink.GOb7m

# system-wide environment settings for zsh(1)

if [ -x /usr/libexec/path_helper ]; then


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2015-01-06 Thread Alexander Hansen
On 1/6/15 4:23 PM, Parmar, Payal wrote:
 Hello fink-users,

 I have been trying to install gtkmm2.4-gtk-dev using fink, I am getting
 the following error-



snip

 checking whether the C compiler (gcc -O3 -fno-common -Wall
 -fno-strict-aliasing -I/sw/include/tcltk-private/tk8.6/generic
 -I/sw/include/tcltk-private/tk8.6/unix -L/sw/lib) works... no

 configure: error: installation or configuration problem: C compiler
 cannot create executables.

 ### execution of /tmp/fink.GOb7m failed, exit code 1

 ### execution of /tmp/fink.SFpbl failed, exit code 1

 Removing runtime build-lock...

 Removing build-lock package...

 /sw/bin/dpkg-lockwait -r fink-buildlock-blt-2.4z-162

 (Reading database ... 21847 files and directories currently installed.)

 Removing fink-buildlock-blt-2.4z-162 ...

 Failed: phase compiling: blt-2.4z-162 failed


 Before reporting any errors, please run fink selfupdate and try again.

 Also try using fink configure to set your maximum build jobs to 1 and

 attempt to build the package again.




 Following information might be useful-

 Package manager version: 0.38.3

 Distribution version: selfupdate-rsync Tue Jan  6 16:08:15 2015, 10.10,
 x86_64

 Trees: local/main stable/main stable/crypto

 Xcode.app: 6.1.1

 Xcode command-line tools: 6.1.1.0.1.1416017670

 Max. Fink build jobs:  4



 Any help on how I can compile these libraries correctly using fink will
 be very helpful.

 Thanks.


 Best regards.

 Payal Parmar
 Washington State University
 Pullman WA


Check the config.log file within the blt build directory (possibly 
/sw/src/fink.build/blt-2.4z-162/blt2.4z/config.log) for C compiler 
cannot create executables.  That will provide more verbose information 
as to why the compiler check is failing.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users