I'm running 8.1-RELEASE. I recently cleaned the entire system of all packages and did 'portsnap fetch update', installed portupgrade and now I'm trying to 'portinstall cacti'.
It looks like it's getting stuck at the install script of gio-fam-backend..
And that's as far as it gets. No segfaults, the system just goes idle. If I look at /usr/local/lib/gio/modules, the libs are there.
I started over and tried to add everything via 'pkg_add -r' but the Apache module isn't in the php5 package! So I have to build ports.
It looks like it's getting stuck at the install script of gio-fam-backend..
Code:
---> Installing the new version via the port
===> Installing for gio-fam-backend-2.24.2
===> gio-fam-backend-2.24.2 depends on executable: pkg-config - found
===> gio-fam-backend-2.24.2 depends on shared library: fam.0 - found
===> gio-fam-backend-2.24.2 depends on shared library: intl - found
===> gio-fam-backend-2.24.2 depends on shared library: glib-2.0.0 - found
===> Generating temporary packing list
===> Checking if devel/gio-fam-backend already installed
gmake[1]: Entering directory `/usr/ports/devel/gio-fam-backend/work/glib-2.24.2/gio/fam'
gmake[1]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/gio/modules" || ../.././install-sh -c -d "/usr/local/lib/gio/modules"
/bin/sh ../../libtool --mode=install /usr/bin/install -c -o root -g wheel libgiofam.la '/usr/local/lib/gio/modules'
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libgiofam.so /usr/local/lib/gio/modules/libgiofam.so
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libgiofam.lai /usr/local/lib/gio/modules/libgiofam.la
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libgiofam.a /usr/local/lib/gio/modules/libgiofam.a
libtool: install: chmod 644 /usr/local/lib/gio/modules/libgiofam.a
libtool: install: ranlib /usr/local/lib/gio/modules/libgiofam.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/gio/modules
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
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake install-data-hook
gmake[2]: Entering directory `/usr/ports/devel/gio-fam-backend/work/glib-2.24.2/gio/fam'
if true && test -z "" ; then \
gio-querymodules /usr/local/lib/gio/modules ; \
fi
And that's as far as it gets. No segfaults, the system just goes idle. If I look at /usr/local/lib/gio/modules, the libs are there.
I started over and tried to add everything via 'pkg_add -r' but the Apache module isn't in the php5 package! So I have to build ports.