Fink & Readline | Wo liegt der Fehler

S

sevY

Hi,

ich bin gerade dabei mir PostGreSQL zu installieren.

Dazu bin der Anleitung gefolgt, was aber nach Installieren von Fink und dann Readline scheiterte. Wo liegt mein Fehler?

Hier der Auszug aus der Shell

PHP:
//Shell
Last login: Sun Aug  8 13:31:48 on ttyp1
Welcome to Darwin!
iMac:~ Yves$ sudo  /Library/Fink/bin/fink install readline       
Password:
Information about 1496 packages read in 5 seconds.
The following package will be installed or updated:
 readline
The following additional package will be installed:
 readline-shlibs
Do you want to continue? [Y/n] y
curl -f -L -O http://distfiles.master.finkmirrors.net/readline-4.3.tar.gz
  % Total    % Received % Xferd  Average Speed          Time             Curr.
                                 Dload  Upload Total    Current  Left    Speed
100  939k  100  939k    0     0  64802      0  0:00:14  0:00:14  0:00:00 67257
/bin/mkdir -p /sw/src/readline-4.3-25
gzip -dc /sw/src/readline-4.3.tar.gz | /sw/bin/tar -xf - 
sed 's|@FINK@|/sw|g' < /sw/fink/dists/stable/main/finkinfo/libs/readline.patch | patch -p1
patching file doc/Makefile.in
patching file support/shobj-conf
./configure --prefix=/sw 
checking build system type... powerpc-apple-darwin7.4.0
checking host system type... powerpc-apple-darwin7.4.0

Beginning configuration for readline-4.3 for powerpc-apple-darwin7.4.0

checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for minix/config.h... no
checking whether gcc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking for ar... ar
checking for ranlib... ranlib
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for function prototypes... no
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking whether char is unsigned... yes
checking return type of signal handlers... int
checking for size_t... no
checking for ssize_t... no
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for sys/ndir.h that defines DIR... no
checking for sys/dir.h that defines DIR... no
checking for ndir.h that defines DIR... no
checking for opendir in -lx... no
checking for lstat... yes
checking for memmove... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for working strcoll... no
checking for unistd.h... (cached) no
checking for stdlib.h... (cached) no
checking for varargs.h... no
checking for stdarg.h... yes
checking for string.h... (cached) no
checking for strings.h... (cached) no
checking for limits.h... no
checking for sys/ptem.h... no
checking for sys/pte.h... no
checking for sys/stream.h... no
checking for sys/select.h... no
checking for termcap.h... no
checking for termios.h... no
checking for termio.h... no
checking for sys/file.h... no
checking for locale.h... no
checking for memory.h... (cached) no
checking for type of signal functions... v7
checking if signal handlers must be reinstalled when invoked... yes
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing
checking for lstat... no
checking whether or not strcoll and strcmp differ... no
checking whether getpw functions are declared in pwd.h... no
checking POSIX termios... no
./configure: line 3837: test: !=: unary operator expected
checking whether signal handlers are of type void... no
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking if struct dirent has a d_ino member... no
checking if struct dirent has a d_fileno member... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking for wctype.h... no
checking for wchar.h... no
checking for langinfo.h... no
checking for mbsrtowcs... yes
checking for wcwidth... yes
checking for mbstate_t... no
checking for nl_langinfo and CODESET... no
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
make
make: *** No rule to make target `/sw/src/readline-4.3-25/readline-4.3/config.h', needed by `readline.o'.  Stop.
### execution of make failed, exit code 2
Failed: compiling readline-4.3-25 failed


Liebe Grüße

Yves
 
Hmm… wenn ich mir die Pfade ansehe, scheint es daran zu liegen, das ich nun Fink nach Library verschoben habe, damit es nicht im Root der HDD liegt.

Wo ändere ich denn die Pfadangabe für Fink? Im der .bash_profile habe ich das angepasst, aber das hat ja damit nichts zu tun.

Außerdem gibts es doch schon Readline 5… wie krieg ich Fink dazu, 5 zu installieren?

Sorry… ist meine erstes Mal mit Fink ;)

Liebe Grüße

Yves
 
Zurück
Oben Unten