On 9/18/14, 12:32 PM, Jacob Mey wrote:
> Hi Finks,
> I'm new to Fink and have a problem during install. I'm trying to run it
> on a mac (OSX 10.9.4),

A Mac is more or less your only option to use Fink. :-)

so I can use it for installing MBSystem - which I
> have installed successfully in the past without using Fink, but thought
> it'd be less cumbersome with Fink.
> Any obvious noobie help is welcome.
> Jacob
>
> ./configure --prefix=/sw --host=x86_64-apple-darwin`uname -r|cut -f1 -d.`
> creating cache ./config.cache
> checking host system type... x86_64-apple-darwin13
> checking target system type... x86_64-apple-darwin13
> checking build system type... x86_64-apple-darwin13
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... no
> checking for POSIXized ISC... no
> checking for c++... c++
> checking whether the C++ compiler (c++ -O2 -DEMULATE_MMAP -D__USE_MISC
> -fconstant-cfstrings -DHAVE_SOCKLEN_T=1 ) works... yes
> checking whether the C++ compiler (c++ -O2 -DEMULATE_MMAP -D__USE_MISC
> -fconstant-cfstrings -DHAVE_SOCKLEN_T=1 ) is a cross-compiler... no
> checking whether we are using GNU C++... yes
> checking whether c++ accepts -g... no
> checking how to run the C preprocessor... /lib/cpp
> checking for ranlib... ranlib
> checking for ar... ar
> checking for library containing gethostbyname... none required
> checking for library containing connect... none required
> checking for db2/db.h... no
> checking system architecture... x86_64
> checking system OS... darwin
> checking for C99 integer types... yes
> checking for statvfs... yes
> checking whether byte ordering is bigendian... no
> checking for missing socklen_t... missing.
> checking for h_errno... configure: error: not found.
> ### execution of ./configure failed, exit code 1
> phase compiling: apt-0.5.4-1061 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-us...@lists.sourceforge.net>
>       The Fink Beginners List <fink-beginners@lists.sourceforge.net>.
>
> 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.37.0
> Distribution version: selfupdate-point (bootstrap), 10.9, x86_64
> Trees: local/main stable/main
> Xcode.app: 6.0.1
> Xcode command-line tools: 6.0.0.0.1.1410400753
> Max. Fink build jobs:  1
>
>
> ERROR: Bootstrap phase 2 failed!
>
>

I'll see if I can reproduce this on my 10.9.5 system with Xcode 6.0.1. 
I don't recall seeing this particular error before.

Fortunately, apt is actually optional for your Fink installation to 
work.  Try the following:

1)  In a terminal, run "/sw/bin/pathsetup.sh"
2)  Download pre-built binaries:

http://bindist.finkmirrors.net/10.9/dists/stable/main/binary-darwin-x86_64/base/apt-shlibs_0.5.4-1061_darwin-x86_64.deb

http://bindist.finkmirrors.net/10.9/dists/stable/main/binary-darwin-x86_64/base/apt_0.5.4-1061_darwin-x86_64.deb

3)  Install apt-shlibs and then apt by using (again in a terminal):

sudo dpkg -i /path/to/apt-shlibs_0.5.4-1061_darwin-x86_64.deb

sudo dpkg -i /path/to/apt_0.5.4-1061_darwin-x86_64.deb

replacing /path/to by the actual path to those files.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to