Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 14:24:35 -0500
From:      "Haw Kor" <kor_3@hotmail.com>
To:        ports@freebsd.org
Subject:   zephyr make failed
Message-ID:  <F74ABvWZ0HHc1ORq7dg00003244@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

I was trying to install zephyr today however I had gotten an error in my 
make file which freebsd recommended I report to the ports team.

It is as follows:

------------------------------------------------------------------------
configure: error: ss library not found
===>  Script "configure" failed unexpectedly.
      Please report the problem to ports@FreeBSD.org [maintainer] and attach
      the "/usr/ports/net/zephyr/work/zephyr/config.log" including the 
output
      of the failure of your make command. Also, it might be a good idea to
      provide an overview of all packages installed on your system (e.g. an 
`ls
      /var/db/pkg`).
*** Error code 1
------------------------------------------------------------------------

The ls /var/db/pkg command yields the following:

------------------------------------------------------------------------
hawker# ls /var/db/pkg
XFree86-4.2.0_1,1                       bash-2.05b.004
XFree86-FontServer-4.2.0                bison-1.35_1
XFree86-Server-4.2.1_3                  cvsup-without-gui-16.1f
XFree86-clients-4.2.1_1                 ezm3-1.0
XFree86-documents-4.2.0                 freetype2-2.1.2
XFree86-font100dpi-4.2.0                gmake-3.79.1_3
XFree86-font75dpi-4.2.0                 imake-4.2.0_1
XFree86-fontCyrillic-4.2.0_4            libiconv-1.8_1
XFree86-fontDefaultBitmaps-4.2.0        libtool-1.3.4_4
XFree86-fontEncodings-4.2.0             links-0.98,1
XFree86-fontScalable-4.2.0              linux_base-6.1_3
XFree86-libraries-4.2.1_1               wrapper-1.0_2
------------------------------------------------------------------------

I have also attached the contents of the 
/usr/ports/net/zephyr/work/zephyr/config.log here:

------------------------------------------------------------------------This 
file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:595: checking host system type
configure:616: checking target system type
configure:634: checking build system type
configure:664: checking for gcc
configure:777: checking whether the C compiler (cc -O -pipe  ) works
configure:793: cc -o conftest -O -pipe    conftest.c  1>&5
configure:819: checking whether the C compiler (cc -O -pipe  ) is a 
cross-compil
er
configure:824: checking whether we are using GNU C
configure:833: cc -E conftest.c
configure:852: checking whether cc accepts -g
configure:888: checking for bison
configure:921: checking for flex
configure:955: checking for yywrap in -lfl
configure:974: cc -o conftest -O -pipe    conftest.c -lfl   1>&5
configure:1008: checking for a BSD compatible install
configure:1063: checking for ranlib
configure:1092: checking location of temporary directory
configure:1107: checking how to run the C preprocessor
configure:1128: cc -E  conftest.c >/dev/null 2>conftest.out
configure:1191: checking for X
configure:1505: checking for dnet_ntoa in -ldnet
configure:1524: cc -o conftest -O -pipe    conftest.c -ldnet   1>&5
/usr/libexec/elf/ld: cannot find -ldnet
configure: failed program was:
#line 1513 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:1546: checking for dnet_ntoa in -ldnet_stub
configure:1565: cc -o conftest -O -pipe    conftest.c -ldnet_stub   1>&5
/usr/libexec/elf/ld: cannot find -ldnet_stub
configure: failed program was:
#line 1554 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:1594: checking for gethostbyname
configure:1622: cc -o conftest -O -pipe    conftest.c  1>&5
configure:1692: checking for connect
configure:1720: cc -o conftest -O -pipe    conftest.c  1>&5
configure:1784: checking for remove
configure:1812: cc -o conftest -O -pipe    conftest.c  1>&5
configure:1876: checking for shmat
configure:1904: cc -o conftest -O -pipe    conftest.c  1>&5
configure:1977: checking for IceConnectionNumber in -lICE
configure:1996: cc -o conftest -O -pipe    -L/usr/X11R6/lib conftest.c -lICE 
   1
>&5
configure:2021: checking for ANSI C header files
configure:2034: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2101: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2125: checking for sys/wait.h that is POSIX.1 compatible
configure:2146: cc -c -O -pipe   conftest.c 1>&5
configure:2170: checking for fcntl.h
configure:2180: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2170: checking for paths.h
configure:2180: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2170: checking for termios.h
configure:2180: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2170: checking for sgtty.h
configure:2180: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2170: checking for unistd.h
configure:2180: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2170: checking for malloc.h
configure:2180: cc -E  conftest.c >/dev/null 2>conftest.out
In file included from configure:2176:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> 
which
is deprecated, use <stdlib.h> instead"
configure: failed program was:
#line 2175 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:2210: checking for sys/filio.h
configure:2220: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2210: checking for sys/ioctl.h
configure:2220: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2210: checking for sys/time.h
configure:2220: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2210: checking for sys/file.h
configure:2220: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2210: checking for sys/utsname.h
configure:2220: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2250: checking for sys/select.h
configure:2260: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2250: checking for sys/msgbuf.h
configure:2260: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2250: checking for sys/cdefs.h
configure:2260: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2295: checking return type of signal handlers
configure:2317: cc -c -O -pipe   conftest.c 1>&5
configure:2336: checking for uid_t in sys/types.h
configure:2370: checking size of short
configure:2389: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2409: checking size of int
configure:2428: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2448: checking size of long
configure:2467: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2487: checking for 32-bit integer type
configure:2505: checking for wslen in -lw
configure:2524: cc -o conftest -O -pipe    conftest.c -lw   1>&5
/usr/libexec/elf/ld: cannot find -lw
configure: failed program was:
#line 2513 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char wslen();

int main() {
wslen()
; return 0; }
configure:2552: checking for dlopen in -ldl
configure:2571: cc -o conftest -O -pipe    conftest.c -ldl   1>&5
/usr/libexec/elf/ld: cannot find -ldl
configure: failed program was:
#line 2560 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dlopen();

int main() {
dlopen()
; return 0; }
configure:2601: checking for library containing gethostbyname
configure:2619: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2663: checking for library containing socket
configure:2681: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2727: checking for strerror in -l44bsd
configure:2746: cc -o conftest -O -pipe    conftest.c -l44bsd   1>&5
/usr/libexec/elf/ld: cannot find -l44bsd
configure: failed program was:
#line 2735 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strerror();

int main() {
strerror()
; return 0; }
configure:2774: checking for res_send in -lresolv
configure:2793: cc -o conftest -O -pipe    conftest.c -lresolv   1>&5
/usr/libexec/elf/ld: cannot find -lresolv
configure: failed program was:
#line 2782 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char res_send();

int main() {
res_send()
; return 0; }
configure:2823: checking for tgetstr in -lcurses
configure:2842: cc -o conftest -O -pipe    conftest.c -lcurses   1>&5
configure:2864: checking for srcsrpy in -lsrc
configure:2883: cc -o conftest -O -pipe    conftest.c -lsrc   1>&5
/usr/libexec/elf/ld: cannot find -lsrc
configure: failed program was:
#line 2872 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char srcsrpy();

int main() {
srcsrpy()
; return 0; }
configure:3462: checking for regcomp
configure:3490: cc -o conftest -O -pipe    conftest.c  1>&5
configure:3682: checking for com_err in -lcom_err
configure:3701: cc -o conftest -O -pipe    conftest.c -lcom_err   1>&5
configure:3739: checking for ss_perror in -lss
configure:3758: cc -o conftest -O -pipe    conftest.c -lss -lcom_err  1>&5
/usr/libexec/elf/ld: cannot find -lss
configure: failed program was:
#line 3747 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ss_perror();

int main() {
ss_perror()
; return 0; }
------------------------------------------------------------------------

I apologize for the long message.

Thanks!,

-Haw




_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F74ABvWZ0HHc1ORq7dg00003244>