Hi, Michael.
I usually install packages after creating a user:group with the package name
and then installing as that user:group, so that critical files are not
changed by the install without my knowledge and I can see in a dir listing
just where the installed packages were put. This of course causes the
permission conflicts visible in the make install below.
I don't have write permission on /etc/ld.so.conf!
What were you trying to put in /etc/ld.so.conf?
/sbin/ldconfig: Renaming of /etc/ld.so.cache~ to /etc/ld.so.cache
failed:
Operation not permitted
Why is this being done?
make[3]: [install-exec-hook] Error 1 (ignored)
I don't have write permission on /etc/rpc!
make[3]: [install-exec-hook] Error 255 (ignored)
It appears that this is an attempt to insert:
sgi_fam 391002 fam
Is that correct?
Couldn't find inetd.conf in /etc /usr/etc /usr/local/etc
make[3]: [install-exec-hook] Error 2 (ignored)
Restarting inetd...
inetd: no process killed
$ fam:~/fam-2.6.7
$ libtoolize --force
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
You should update your `aclocal.m4' by running aclocal.
$ fam:~/fam-2.6.7
$ aclocal
$ fam:~/fam-2.6.7
$ ./configure --prefix=/usr
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing: Unknown `--run' option
Try `/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
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 suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... none
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for tar... tar
checking for ldconfig... /sbin/ldconfig
checking for dnotify fcntl support... yes
checking linux/imon.h usability... no
checking linux/imon.h presence... no
checking for linux/imon.h... no
Using imon support module IMonNone
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/fs/nfs_clnt.h usability... no
checking sys/fs/nfs_clnt.h presence... no
checking for sys/fs/nfs_clnt.h... no
checking SGI_NOHANG... no
checking for _daemonize... no
checking getgrmember... no
checking for stat.st_fstype string... no
checking for stat.st_ctim.tv_nsec (nanoseconds)... no
checking for mountlist struct... no
checking for mountlist pointer... yes
checking mntent.h for MNTTYPE_NFS... yes
checking mntent.h for MNTTYPE_NFS2... no
checking mntent.h for MNTTYPE_NFS3... no
checking mntent.h for MNTTYPE_CACHEFS... no
checking netinet/in.h for bindresvport()... yes
checking for prmap_sgi_t... no
checking for socklen_t... yes
checking for built-in bool... yes
checking for C++ namespace support... yes
checking for echo... /bin/echo
checking for echo -e flag... /bin/echo -e
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/rpm/Makefile
config.status: creating build/rpm/rpm.spec
config.status: creating fam/Makefile
config.status: creating fam/fam.conf
config.status: creating include/Makefile
config.status: creating libfam/Makefile
config.status: creating man/Makefile
config.status: creating man/fam.1m
config.status: creating support/Makefile
config.status: creating test/Makefile
config.status: creating util/Makefile
config.status: creating util/editconf/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default-2 commands
removing maintainer comments from fam/fam.conf
config.status: executing default-3 commands
replacing XXX_FAM_CONF with /usr/etc/fam.conf and removing maintainer comments
in man/fam.1m
$ fam:~/fam-2.6.7
$ make
cd . && \
automake-1.6 --gnu Makefile
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix=/usr --no-create --no-recursion
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing: Unknown `--run' option
Try `/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
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 suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... none
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for tar... tar
checking for ldconfig... /sbin/ldconfig
checking for dnotify fcntl support... yes
checking linux/imon.h usability... no
checking linux/imon.h presence... no
checking for linux/imon.h... no
Using imon support module IMonNone
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/fs/nfs_clnt.h usability... no
checking sys/fs/nfs_clnt.h presence... no
checking for sys/fs/nfs_clnt.h... no
checking SGI_NOHANG... no
checking for _daemonize... no
checking getgrmember... no
checking for stat.st_fstype string... no
checking for stat.st_ctim.tv_nsec (nanoseconds)... no
checking for mountlist struct... no
checking for mountlist pointer... yes
checking mntent.h for MNTTYPE_NFS... yes
checking mntent.h for MNTTYPE_NFS2... no
checking mntent.h for MNTTYPE_NFS3... no
checking mntent.h for MNTTYPE_CACHEFS... no
checking netinet/in.h for bindresvport()... yes
checking for prmap_sgi_t... no
checking for socklen_t... yes
checking for built-in bool... yes
checking for C++ namespace support... yes
checking for echo... /bin/echo
checking for echo -e flag... /bin/echo -e
configure: creating ./config.status
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
cd . && autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `config.h.in' is unchanged
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
Making all in util
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
cd .. && /bin/sh ./config.status util/Makefile
config.status: creating util/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
Making all in editconf
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
cd ../.. && /bin/sh ./config.status util/editconf/Makefile
config.status: creating util/editconf/Makefile
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
Making all in include
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
cd .. && /bin/sh ./config.status include/Makefile
config.status: creating include/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
Making all in support
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Makefile:335: no file name for `-include'
cd .. && /bin/sh ./config.status support/Makefile
config.status: creating support/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Makefile:335: no file name for `-include'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o dummy.o `test
-f dummy.c++ || echo './'`dummy.c++
rm -f libsupport.a
ar cru libsupport.a dummy.o
ranlib libsupport.a
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Making all in libfam
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
cd .. && /bin/sh ./config.status libfam/Makefile
config.status: creating libfam/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..
-I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
Client.lo `test -f Client.c++ || echo './'`Client.c++
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c Client.c++ -fPIC
-DPIC -o .libs/Client.lo
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c Client.c++ -o
Client.o >/dev/null 2>&1
mv -f .libs/Client.lo Client.lo
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..
-I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
fam.lo `test -f fam.c++ || echo './'`fam.c++
rm -f .libs/fam.lo
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c fam.c++ -fPIC -DPIC
-o .libs/fam.lo
fam.c++: In function `int FAMOpen2(FAMConnection *, const char *)':
fam.c++:83: warning: `void *' is not a pointer-to-object type
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c fam.c++ -o fam.o
>/dev/null 2>&1
mv -f .libs/fam.lo fam.lo
/bin/sh ../libtool --mode=link g++ -g -O2 -o libfam.la -rpath /usr/lib
-export-symbols fam.sym Client.lo fam.lo
rm -fr .libs/libfam.la .libs/libfam.* .libs/libfam.*
gcc -shared Client.lo fam.lo -Wl,-soname -Wl,libfam.so.0
-Wl,-retain-symbols-file -Wl,fam.sym -o .libs/libfam.so.0.0.0
(cd .libs && rm -f libfam.so.0 && ln -s libfam.so.0.0.0 libfam.so.0)
(cd .libs && rm -f libfam.so && ln -s libfam.so.0.0.0 libfam.so)
ar cru .libs/libfam.a Client.o fam.o
ranlib .libs/libfam.a
creating libfam.la
(cd .libs && rm -f libfam.la && ln -s ../libfam.la libfam.la)
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
Making all in fam
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
Makefile:479: no file name for `-include'
cd .. && /bin/sh ./config.status fam/Makefile
config.status: creating fam/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
Makefile:479: no file name for `-include'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Activity.o
`test -f Activity.c++ || echo './'`Activity.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Client.o `test
-f Client.c++ || echo './'`Client.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
ClientConnection.o `test -f ClientConnection.c++ || echo
'./'`ClientConnection.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
ClientInterest.o `test -f ClientInterest.c++ || echo './'`ClientInterest.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Cred.o `test
-f Cred.c++ || echo './'`Cred.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o DirEntry.o
`test -f DirEntry.c++ || echo './'`DirEntry.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Directory.o
`test -f Directory.c++ || echo './'`Directory.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
DirectoryScanner.o `test -f DirectoryScanner.c++ || echo
'./'`DirectoryScanner.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Event.o `test
-f Event.c++ || echo './'`Event.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o File.o `test
-f File.c++ || echo './'`File.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o FileSystem.o
`test -f FileSystem.c++ || echo './'`FileSystem.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
FileSystemTable.o `test -f FileSystemTable.c++ || echo
'./'`FileSystemTable.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o IMon.o `test
-f IMon.c++ || echo './'`IMon.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Interest.o
`test -f Interest.c++ || echo './'`Interest.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
InternalClient.o `test -f InternalClient.c++ || echo './'`InternalClient.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Listener.o
`test -f Listener.c++ || echo './'`Listener.c++
Listener.c++: In function `static void
Listener::create_local_client(TCP_Client &, unsigned int)':
Listener.c++:242: warning: negative value `-1' passed as argument 3 of
`chown(const char *, unsigned int, unsigned int)'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o LocalClient.o
`test -f LocalClient.c++ || echo './'`LocalClient.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
LocalFileSystem.o `test -f LocalFileSystem.c++ || echo
'./'`LocalFileSystem.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Log.o `test -f
Log.c++ || echo './'`Log.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o MxClient.o
`test -f MxClient.c++ || echo './'`MxClient.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
NFSFileSystem.o `test -f NFSFileSystem.c++ || echo './'`NFSFileSystem.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
NetConnection.o `test -f NetConnection.c++ || echo './'`NetConnection.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Pollster.o
`test -f Pollster.c++ || echo './'`Pollster.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
RPC_TCP_Connector.o `test -f RPC_TCP_Connector.c++ || echo
'./'`RPC_TCP_Connector.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Scanner.o
`test -f Scanner.c++ || echo './'`Scanner.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o Scheduler.o
`test -f Scheduler.c++ || echo './'`Scheduler.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
ServerConnection.o `test -f ServerConnection.c++ || echo
'./'`ServerConnection.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o ServerHost.o
`test -f ServerHost.c++ || echo './'`ServerHost.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
ServerHostRef.o `test -f ServerHostRef.c++ || echo './'`ServerHostRef.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o TCP_Client.o
`test -f TCP_Client.c++ || echo './'`TCP_Client.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o main.o `test
-f main.c++ || echo './'`main.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o timeval.o
`test -f timeval.c++ || echo './'`timeval.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o IMonNone.o
`test -f IMonNone.c++ || echo './'`IMonNone.c++
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o DNotify.o
`test -f DNotify.c++ || echo './'`DNotify.c++
/bin/sh ../libtool --mode=link g++ -g -O2 -o fam Activity.o Client.o
ClientConnection.o ClientInterest.o Cred.o DirEntry.o Directory.o
DirectoryScanner.o Event.o File.o FileSystem.o FileSystemTable.o IMon.o
Interest.o InternalClient.o Listener.o LocalClient.o LocalFileSystem.o Log.o
MxClient.o NFSFileSystem.o NetConnection.o Pollster.o RPC_TCP_Connector.o
Scanner.o Scheduler.o ServerConnection.o ServerHost.o ServerHostRef.o
TCP_Client.o main.o timeval.o IMonNone.o DNotify.o -lrpcsvc
../support/libsupport.a
mkdir .libs
g++ -g -O2 -o fam Activity.o Client.o ClientConnection.o ClientInterest.o
Cred.o DirEntry.o Directory.o DirectoryScanner.o Event.o File.o FileSystem.o
FileSystemTable.o IMon.o Interest.o InternalClient.o Listener.o LocalClient.o
LocalFileSystem.o Log.o MxClient.o NFSFileSystem.o NetConnection.o Pollster.o
RPC_TCP_Connector.o Scanner.o Scheduler.o ServerConnection.o ServerHost.o
ServerHostRef.o TCP_Client.o main.o timeval.o IMonNone.o DNotify.o -lrpcsvc
../support/libsupport.a
Listener.o: In function `Listener::create_local_client(TCP_Client &, unsigned
int)':
/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam/Listener.c++:207: the use of `tempnam'
is dangerous, better use `mkstemp'
cd .. && /bin/sh ./config.status fam/fam.conf
config.status: creating fam/fam.conf
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
Making all in man
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
cd .. && /bin/sh ./config.status man/Makefile
config.status: creating man/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
cd .. && /bin/sh ./config.status man/fam.1m
config.status: creating man/fam.1m
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
Making all in test
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
cd .. && /bin/sh ./config.status test/Makefile
config.status: creating test/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o test.o `test
-f test.c++ || echo './'`test.c++
/bin/sh ../libtool --mode=link g++ -g -O2 -o test test.o
../libfam/libfam.la
mkdir .libs
g++ -g -O2 -o .libs/test test.o ../libfam/.libs/libfam.so
creating test
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
Making all in build
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
cd .. && /bin/sh ./config.status build/Makefile
config.status: creating build/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
Making all in rpm
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
cd ../.. && /bin/sh ./config.status build/rpm/Makefile
config.status: creating build/rpm/Makefile
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
$ fam:~/fam-2.6.7
$ make install
Making install in util
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
Making install in editconf
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/lib/fam
mkdir /usr/lib/fam
/bin/install -c -m 644 editconf.perl /usr/lib/fam/editconf.perl
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
Making install in include
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/include
/bin/install -c -m 644 fam.h /usr/include/fam.h
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
Making install in support
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Makefile:335: no file name for `-include'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Makefile:335: no file name for `-include'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Making install in libfam
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
/bin/sh ../mkinstalldirs /usr/lib
/bin/sh ../libtool --mode=install /bin/install -c libfam.la
/usr/lib/libfam.la
/bin/install -c .libs/libfam.so.0.0.0 /usr/lib/libfam.so.0.0.0
(cd /usr/lib && rm -f libfam.so.0 && ln -s libfam.so.0.0.0 libfam.so.0)
(cd /usr/lib && rm -f libfam.so && ln -s libfam.so.0.0.0 libfam.so)
/bin/install -c .libs/libfam.lai /usr/lib/libfam.la
/bin/install -c .libs/libfam.a /usr/lib/libfam.a
ranlib /usr/lib/libfam.a
chmod 644 /usr/lib/libfam.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
Making install in fam
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
Makefile:479: no file name for `-include'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
Makefile:479: no file name for `-include'
/bin/sh ../mkinstalldirs /usr/bin
/bin/sh ../libtool --mode=install /bin/install -c fam /usr/bin/fam
/bin/install -c fam /usr/bin/fam
/bin/sh ../mkinstalldirs /usr/etc
/bin/install -c -m 644 fam.conf /usr/etc/fam.conf
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/fam'
Making install in man
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/man/man1
/bin/install -c -m 644 ./fam.1m /usr/man/man1/fam.1m
/bin/sh ../mkinstalldirs /usr/man/man3
/bin/install -c -m 644 ./fam.3x /usr/man/man3/fam.3x
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/man'
Making install in test
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/test'
Making install in build
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
Making install in rpm
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build/rpm'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/build'
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
make install-exec-hook
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
I don't have write permission on /etc/ld.so.conf!
/sbin/ldconfig: Renaming of /etc/ld.so.cache~ to /etc/ld.so.cache failed:
Operation not permitted
make[3]: [install-exec-hook] Error 1 (ignored)
I don't have write permission on /etc/rpc!
make[3]: [install-exec-hook] Error 255 (ignored)
Couldn't find inetd.conf in /etc /usr/etc /usr/local/etc
make[3]: [install-exec-hook] Error 2 (ignored)
Restarting inetd...
inetd: no process killed
make[3]: [install-exec-hook] Error 1 (ignored)
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
--
Source code, list archive, and docs: http://oss.sgi.com/projects/fam/
To unsubscribe: echo unsubscribe fam | mail majordomo@xxxxxxxxxxx
|