On Thu, Sep 12, 2002 at 08:02:39PM -0700, mark burdett wrote:
> Hi, anyone seen this?  ncurses doesn't compile,
> which means selfupdate-cvs can't finish.
> it could have something to do with my "nonstandard" fink install location.

ncurses doesn't compile for me either, and I also have a nonstandard
location, but mine stops much later:

** Configuration summary for NCURSES 5.2 20001021:

      bin directory: /usr/local/fink/bin
      lib directory: /usr/local/fink/lib
  include directory: /usr/local/fink/include
      man directory: /usr/local/fink/share/man
 terminfo directory: /usr/local/fink/share/terminfo


> ** Configuration summary for NCURSES 5.2 20001021:
> 
>       bin directory: /usr/local/bin
>       lib directory: /usr/local/lib
>   include directory: /usr/local/include
>       man directory: /usr/local/share/man
>  terminfo directory: /usr/local/share/terminfo
> 
> make
> cd man && make DESTDIR="" all
> sh ./MKterminfo.sh ./terminfo.head ./../include/Caps ./terminfo.tail >terminfo.5
> cd include && make DESTDIR="" all
> sh ./MKhashsize.sh ./Caps >hashsize.h
> AWK=gawk sh ./MKncurses_def.sh ./ncurses_defs >ncurses_def.h
> AWK=gawk sh ./MKparametrized.sh ./Caps >parametrized.h
> gawk -f MKterm.h.awk ./Caps > term.h
> sh ./edit_cfg.sh ../include/ncurses_cfg.h term.h
> ** edit: HAVE_TCGETATTR
> ** edit: HAVE_TERMIOS_H
> ** edit: HAVE_TERMIO_H
> ** edit: BROKEN_LINKER
> cd ncurses && make DESTDIR="" all
> sh ./base/MKlib_gen.sh "/lib/cpp" "gawk" <../include/curses.h | \
>         fgrep undef >../include/nomacros.h

Something looks messed up here; the equivalent line on my machine is:

sh ./base/MKlib_gen.sh "gcc -E -traditional-cpp" "gawk" ../include/curses.h | \
        fgrep undef >../include/nomacros.h

Do you really have a file called /lib/cpp?  I sure don't.

My install is choking on spaces in the path:

mkdir /usr/local/fink/src/root-ncurses-5.2-8/usr/local/fink/share/man
sh ./edit_man.sh installing 
/usr/local/fink/src/root-ncurses-5.2-8/usr/local/fink/share/man . terminfo.5 ./*.[0-9]*
./edit_man.sh: /Volumes/Mac: No such file or directory
installing 
/usr/local/fink/src/root-ncurses-5.2-8/usr/local/fink/share/man/man5/terminfo.5
/usr/bin/install: 
/usr/local/fink/src/root-ncurses-5.2-8/usr/local/fink/share/man/man5/terminfo.5: No 
such file or directory
./edit_man.sh: cd: 
/usr/local/fink/src/root-ncurses-5.2-8/usr/local/fink/share/man/man5: No such file or 
directory
[...]

lrwxr-xr-x    1 root     wheel          27 Jul 14 01:21 /usr/local -> /Volumes/Mac OS 
X/usr/local/

I'm confused why it resolves the symlinks, it doesn't need to...

-- 
=Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to