pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39531: bootstrap fails on Interix (patches for net/tnftp)
The following reply was made to PR pkg/39531; it has been noted by GNATS.
From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/39531: bootstrap fails on Interix (patches for net/tnftp)
Date: Mon, 15 Sep 2008 22:17:43 +0300
>> Those who want to use ftp interactively should install their favourite
>> client from a separate package.
>
> In my case, tnftp is my favorite client. I don't understand why it needs
> any curses though.
Without curses that is with --disable-editline libedit will not be used.
I did not test it but AFAIU in this case history, autocompletion, C-a,
C-e etc. will not be available. Editing will be similar to that of
'cat' run from an interactive shell.
2Min Sik Kim:
with your patch bootstrap stops at building libfetch (see another PR).
gcc -D_ALL_SOURCE -D_ALL_SOURCE -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type
-Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -Werror
-D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -D_LARGEFILE_SOURCE
-D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DDEF_UMASK=002
-I/tmp/pkgsrc-wrkdir/wrk/pkgtools/pkg_install/work/zlib
-I/tmp/pkgsrc-wrkdir/wrk/pkgtools/pkg_install/work/libarchive/libarchive
-I/tmp/pkgsrc-wrkdir/wrk/pkgtools/pkg_install/work/libfetch -DHAVE_NBCOMPAT_H=1
-I/tmp/pkgsrc-wrkdir/wrk/pkgtools/pkg_install/work/libnbcompat -I.
-D_LARGEFILE_SOURCE -D_LARGE_FILES -DFTP_COMBINE_CWDS -c common.c
common.c:66: error: `EAI_AGAIN' undeclared here (not in a function)
common.c:66: error: initializer element is not constant
common.c:66: error: (near initialization for `netdb_errlist[0].num')
common.c:66: error: initializer element is not constant
common.c:66: error: (near initialization for `netdb_errlist[0]')
common.c:67: error: `EAI_FAIL' undeclared here (not in a function)
common.c:67: error: initializer element is not constant
common.c:67: error: (near initialization for `netdb_errlist[1].num')
--
Best regards, Aleksey Cheusov.
Home |
Main Index |
Thread Index |
Old Index