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

eval `/usr/libexec/path_helper -s`

fi

#!/bin/zsh -ev

if [[ -f /sw/include/tcltk-private/tk8.6/generic/tkInt.h ]];then

TK_INCLUDEDIR=/sw/include/tcltk-private/tk8.6

else

TK_INCLUDEDIR=/sw/include/tcltk-private/tk8.5

fi

export CFLAGS="-O3 -fno-common -Wall -fno-strict-aliasing 
-I$TK_INCLUDEDIR/generic -I$TK_INCLUDEDIR/unix"

./configure --prefix=/sw --mandir=/sw/share/man --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib --with-tcllibs=/sw/lib --with-tklibs=/sw/lib 
--enable-jpeg

checking host system type... i386-apple-darwin14.0.0

checking target system type... i386-apple-darwin14.0.0

checking build system type... i386-apple-darwin14.0.0

checking which C compiler... checking for gcc... gcc

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



















------------------------------------------------------------------------------
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

Reply via email to