Skip site navigation (1)Skip section navigation (2)
Date:      20 Jul 2002 15:15:12 -0500
From:      Rob Hughes <rob@robhughes.com>
To:        ports@geeksrus.net
Cc:        current@freebsd.org
Subject:   Fam from ports on 5.0-current system dies
Message-ID:  <1027196114.1620.14.camel@kahuna-ws.robhughes.com>

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

--=-MfMSky1NlIxbT9XdOib6
Content-Type: multipart/mixed; boundary="=-GyHosBNbhoMdrcHzzB5H"


--=-GyHosBNbhoMdrcHzzB5H
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

cc'ed to -current as it may be relevant given that they're getting ready
for DP2.

I'm trying to build kde3 from ports from scratch on a -CURRENT system.
During the fam-2.6.8, also from ports, section of the build, it dies
with=20

checking for mountlist struct... no
checking for mountlist pointer... no
configure: error: Didn't find mountlist.ml_name or
mountlist->ml_hostname in rpcsvc/mount.h
=3D=3D=3D>  Script "configure" failed unexpectedly.
      Please report the problem to ports@geeksrus.net [maintainer] and
attach=20
	the "/usr/ports/devel/fam/work/fam-2.6.8/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

Stop in /usr/ports/devel/fam.

Attached is the config.log file. Not sure at this point whether this is
an issue in /usr/include/rpcsvc/mount.h or the port itself.

--=20
Remember: the only difference between
being the champ and the chump is u.

--=-GyHosBNbhoMdrcHzzB5H
Content-Disposition: attachment; filename=config.log
Content-Type: text/plain; name=config.log; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable


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

configure:739: checking for a BSD compatible install
configure:792: checking whether build environment is sane
configure:849: checking whether gmake sets ${MAKE}
configure:895: checking for working aclocal
configure:908: checking for working autoconf
configure:921: checking for working automake
configure:934: checking for working autoheader
configure:947: checking for working makeinfo
configure:966: checking for Cygwin environment
configure:982: cc -c -O -pipe -march=3Dpentiumpro  conftest.c 1>&5
configure: In function `main':
configure:978: `__CYGWIN32__' undeclared (first use in this function)
configure:978: (Each undeclared identifier is reported only once
configure:978: for each function it appears in.)
configure: failed program was:
#line 971 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:999: checking for mingw32 environment
configure:1011: cc -c -O -pipe -march=3Dpentiumpro  conftest.c 1>&5
configure: In function `main':
configure:1007: `__MINGW32__' undeclared (first use in this function)
configure:1007: (Each undeclared identifier is reported only once
configure:1007: for each function it appears in.)
configure: failed program was:
#line 1004 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1028: checking how to run the C preprocessor
configure:1049: cc -E  conftest.c >/dev/null 2>conftest.out
configure:1183: checking host system type
configure:1204: checking build system type
configure:1224: checking for gcc
configure:1337: checking whether the C compiler (cc -O -pipe -march=3Dpenti=
umpro ) works
configure:1353: cc -o conftest -O -pipe -march=3Dpentiumpro   conftest.c  1=
>&5
configure:1379: checking whether the C compiler (cc -O -pipe -march=3Dpenti=
umpro ) is a cross-compiler
configure:1384: checking whether we are using GNU C
configure:1393: cc -E conftest.c
configure:1412: checking whether cc accepts -g
configure:1455: checking for ld used by GCC
configure:1523: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.0 [FreeBSD] 2002-04-10
configure:1540: checking for /usr/libexec/elf/ld option to reload object fi=
les
configure:1552: checking for BSD-compatible nm
configure:1590: checking whether ln -s works
configure:1611: checking how to recognise dependant libraries
configure:1784: checking for object suffix
configure:1790: cc -c -O -pipe -march=3Dpentiumpro  conftest.c 1>&5
configure:1810: checking for executable suffix
configure:1820: cc -o conftest -O -pipe -march=3Dpentiumpro   conftest.c  1=
>&5
configure:1851: checking command to parse /usr/bin/nm -B output
configure:1927: cc -c -O -pipe -march=3Dpentiumpro  conftest.c 1>&5
configure:1930: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW=
][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conft=
est.nm
configure:1981: cc -o conftest -O -pipe -march=3Dpentiumpro   conftest.c co=
nftstm.o 1>&5
configure:2027: checking for dlfcn.h
configure:2037: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2205: checking for ranlib
configure:2272: checking for strip
configure:2508: checking for objdir
configure:2535: checking for cc option to produce PIC
configure:2687: checking if cc PIC flag -fPIC works
configure:2701: cc -c -O -pipe -march=3Dpentiumpro -fPIC -DPIC  conftest.c =
1>&5
configure:2753: checking if cc static flag -static works
configure:2768: cc -o conftest -O -pipe -march=3Dpentiumpro   -static conft=
est.c  1>&5
configure:2795: checking if cc supports -c -o file.o
configure:2814: cc -c -O -pipe -march=3Dpentiumpro -o out/conftest2.o  conf=
test.c 1>&5
configure:2843: checking if cc supports -c -o file.lo
configure:2859: cc -c -O -pipe -march=3Dpentiumpro -c -o conftest.lo  conft=
est.c 1>&5
configure:2908: checking if cc supports -fno-rtti -fno-exceptions
configure:2921: cc -c -O -pipe -march=3Dpentiumpro -fno-rtti -fno-exception=
s -c conftest.c  conftest.c 1>&5
configure:2948: checking whether the linker (/usr/libexec/elf/ld) supports =
shared libraries
configure:3564: checking how to hardcode library paths into programs
configure:3592: checking whether stripping libraries is possible
configure:3606: checking dynamic linker characteristics
configure:3992: checking if libtool supports shared libraries
configure:4485: checking whether -lc should be explicitly linked in
configure:4492: cc -c -O -pipe -march=3Dpentiumpro  conftest.c 1>&5
configure:4505: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conft=
est 2>&1 | grep  -lc  >/dev/null 2>&1
configure:5146: checking for c++
configure:5178: checking whether the C++ compiler (c++  -O -pipe -march=3Dp=
entiumpro ) works
configure:5194: c++ -o conftest  -O -pipe -march=3Dpentiumpro   conftest.C =
 1>&5
configure:5220: checking whether the C++ compiler (c++  -O -pipe -march=3Dp=
entiumpro ) is a cross-compiler
configure:5225: checking whether we are using GNU C++
configure:5234: c++ -E conftest.C
configure:5253: checking whether c++ accepts -g
configure:5285: checking how to run the C++ preprocessor
configure:5303: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:5330: checking for ranlib
configure:5370: checking for a BSD compatible install
configure:5423: checking whether gmake sets ${MAKE}
configure:5454: checking for tar
configure:5490: checking for ldconfig
configure:5527: checking for mntent.h
configure:5537: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:5533:20: mntent.h: No such file or directory
configure: failed program was:
#line 5532 "configure"
#include "confdefs.h"
#include <mntent.h>
configure:5588: checking for linux/imon.h
configure:5598: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:5594:24: linux/imon.h: No such file or directory
configure: failed program was:
#line 5593 "configure"
#include "confdefs.h"
#include <linux/imon.h>
configure:5640: checking for sys/statvfs.h
configure:5650: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:5680: checking for sys/syssgi.h
configure:5690: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:5686:24: sys/syssgi.h: No such file or directory
configure: failed program was:
#line 5685 "configure"
#include "confdefs.h"
#include <sys/syssgi.h>
configure:5720: checking for sys/fs/nfs_clnt.h
configure:5730: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:5726:29: sys/fs/nfs_clnt.h: No such file or directory
configure: failed program was:
#line 5725 "configure"
#include "confdefs.h"
#include <sys/fs/nfs_clnt.h>
configure:5768: checking SGI_NOHANG
configure:5777: c++ -c  -O -pipe -march=3Dpentiumpro  conftest.C 1>&5
In file included from configure:5770:
confdefs.h:9:1: warning: "HAVE_STATVFS" redefined
confdefs.h:6:1: warning: this is the location of the previous definition
configure:5771:24: sys/syssgi.h: No such file or directory
configure: In function `int main()':
configure:5773: `SGI_NOHANG' undeclared (first use this function)
configure:5773: (Each undeclared identifier is reported only once for each
   function it appears in.)
configure: failed program was:
#line 5770 "configure"
#include "confdefs.h"
#include <sys/syssgi.h>
int main() {
int i =3D SGI_NOHANG;
; return 0; }
configure:5801: checking for _daemonize
configure:5832: c++ -o conftest  -O -pipe -march=3Dpentiumpro   conftest.C =
 1>&5
In file included from configure:5806:
confdefs.h:9:1: warning: "HAVE_STATVFS" redefined
confdefs.h:6:1: warning: this is the location of the previous definition
/var/tmp//cc2Ronkx.o: In function `main':
/var/tmp//cc2Ronkx.o(.text+0xa): undefined reference to `_daemonize'
configure: failed program was:
#line 5806 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _daemonize(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char _daemonize();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub__daemonize) || defined (__stub____daemonize)
choke me
#else
_daemonize();
#endif

; return 0; }
configure:5860: checking getgrmember
configure:5878: c++ -o conftest  -O -pipe -march=3Dpentiumpro   conftest.C =
 1>&5
In file included from configure:5868:
confdefs.h:9:1: warning: "HAVE_STATVFS" redefined
confdefs.h:6:1: warning: this is the location of the previous definition
configure: In function `int main()':
configure:5874: `NULL' undeclared (first use this function)
configure:5874: (Each undeclared identifier is reported only once for each
   function it appears in.)
configure:5874: `getgrmember' undeclared (first use this function)
configure: failed program was:
#line 5868 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
#endif

#include <grp.h>
int main(void) { getgrmember(NULL, NULL, 0, 0); return 0; }

configure:5911: checking for stat.st_fstype string
configure:5923: c++ -c  -O -pipe -march=3Dpentiumpro  conftest.C 1>&5
In file included from configure:5916:
confdefs.h:9:1: warning: "HAVE_STATVFS" redefined
confdefs.h:6:1: warning: this is the location of the previous definition
configure: In function `int main()':
configure:5919: `struct stat' has no member named `st_fstype'
configure: failed program was:
#line 5916 "configure"
#include "confdefs.h"
#include <sys/stat.h>
int main() {
struct stat st; char *s =3D st.st_fstype;
; return 0; }
configure:5949: checking for stat.st_ctim.tv_nsec (nanoseconds)
configure:5961: c++ -c  -O -pipe -march=3Dpentiumpro  conftest.C 1>&5
In file included from configure:5954:
confdefs.h:9:1: warning: "HAVE_STATVFS" redefined
confdefs.h:6:1: warning: this is the location of the previous definition
configure: In function `int main()':
configure:5957: `struct stat' has no member named `st_ctim'
configure: failed program was:
#line 5954 "configure"
#include "confdefs.h"
#include <sys/stat.h>
int main() {
struct stat st; st.st_ctim.tv_nsec =3D 0;
; return 0; }
configure:5983: checking for mountlist struct
configure:5996: c++ -c  -O -pipe -march=3Dpentiumpro  conftest.C 1>&5
In file included from configure:5985:
confdefs.h:9:1: warning: "HAVE_STATVFS" redefined
confdefs.h:6:1: warning: this is the location of the previous definition
configure: In function `int main()':
configure:5992: request for member `ml_name' in `ml', which is of non-aggre=
gate
   type `mountbody*'
configure: At global scope:
configure:5994: syntax error at end of input
configure: failed program was:
#line 5985 "configure"
#include "confdefs.h"

typedef int fhandle_t;
#include <rpc/rpc.h>
#include <rpcsvc/mount.h>

int main() {
mountlist ml; char *h =3D ml.ml_name;
; return 0; }
configure:6023: checking for mountlist pointer
configure:6032: c++ -c  -O -pipe -march=3Dpentiumpro  conftest.C 1>&5
In file included from configure:6025:
confdefs.h:9:1: warning: "HAVE_STATVFS" redefined
confdefs.h:6:1: warning: this is the location of the previous definition
configure:6030: syntax error at end of input
configure: failed program was:
#line 6025 "configure"
#include "confdefs.h"
#include <rpcsvc/mount.h>
int main() {
mountlist ml; char *h =3D ml->ml_hostname;
; return 0; }

--=-GyHosBNbhoMdrcHzzB5H--

--=-MfMSky1NlIxbT9XdOib6
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Comment: Please use bofh key to send me personal data.

iD8DBQA9OcTQ/9y+qWKu6HERAm1WAJ4zpR55ycLRV9koVI+kVpp7FNQjyACfSvtg
0Psgj08V+GzBKVRHYa0mGM0=
=4R0Y
-----END PGP SIGNATURE-----

--=-MfMSky1NlIxbT9XdOib6--


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




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