Date: Sun, 27 Feb 2000 18:50:27 -0800 (PST) From: Jorge Aldana <jorge@salk.edu> To: freebsd-stable@freebsd.org Cc: Jorge Aldana <jorge@salk.edu> Subject: Gnome Message-ID: <Pine.BSF.3.96.1000227182823.63247G-100000@phelps.salk.edu>
next in thread | raw e-mail | index | archive | help
When I attempt to make the port gnome on a 3.4-20000124-STABLE machine I
keep getting the following, I also tried "make -D FORCE_PKG_REGISTER" with
the same error on imlib. I have seen questons posted but never any solid
reponse on how to fix this has anyone solved this problem with "make" on
gnome? I also make imlib by hand yet gnome gets the same error.
/usr/ports/x11/gnome>make
===> Extracting for gnome-1.0.53
>> No MD5 checksum file.
===> gnome-1.0.53 depends on shared library: glib12.3 - found
===> gnome-1.0.53 depends on shared library: gtk12.2 - found
===> gnome-1.0.53 depends on shared library: ORBit.2 - found
===> gnome-1.0.53 depends on shared library: Imlib.5 - found
===> gnome-1.0.53 depends on shared library: audiofile.0 - found
===> gnome-1.0.53 depends on shared library: esd.2 - found
===> gnome-1.0.53 depends on shared library: gnome.3 - not found
===> Verifying install for gnome.3 in /usr/ports/x11/gnomelibs
===> Extracting for gnomelibs-1.0.55
>> Checksum OK for gnome-libs-1.0.55.tar.gz.
===> gnomelibs-1.0.55 depends on executable: gmake - found
===> gnomelibs-1.0.55 depends on executable: libtool - found
===> gnomelibs-1.0.55 depends on shared library: gdk_imlib.5 - not found
===> Verifying install for gdk_imlib.5 in /usr/ports/graphics/imlib
===> Returning to build of gnomelibs-1.0.55
Error: shared library "gdk_imlib.5" does not exist
*** Error code 1
Stop.
Here's the gnomelib error when made by it themself:
make -D FORCE_PKG_REGISTER
===> Extracting for gnomelibs-1.0.55
>> Checksum OK for gnome-libs-1.0.55.tar.gz.
===> gnomelibs-1.0.55 depends on executable: gmake - found
===> gnomelibs-1.0.55 depends on executable: libtool - found
===> gnomelibs-1.0.55 depends on shared library: gdk_imlib.5 - not found
===> Verifying install for gdk_imlib.5 in /usr/ports/graphics/imlib
===> Installing for imlib-1.9.8
===> imlib-1.9.8 depends on shared library: png.3 - found
===> imlib-1.9.8 depends on shared library: jpeg.9 - found
===> imlib-1.9.8 depends on shared library: tiff.4 - found
===> imlib-1.9.8 depends on shared library: gif.5 - found
===> imlib-1.9.8 depends on shared library: gtk12.2 - found
===> imlib-1.9.8 depends on shared library: X11.6 - found
Making install in Imlib
gmake[1]: Entering directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib'
gmake[2]: Entering directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib'
/bin/sh ../mkinstalldirs /usr/X11R6/lib
/bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root
-g wheel libImlib.la /usr/X11R6/lib/libImlib.la
/usr/bin/install -c -o root -g wheel .libs/libImlib.so.5
/usr/X11R6/lib/libImlib.so.5
(cd /usr/X11R6/lib && rm -f libImlib.so && ln -s libImlib.so.5
libImlib.so)
/usr/bin/install -c -o root -g wheel .libs/libImlib.lai
/usr/X11R6/lib/libImlib.la
/usr/bin/install -c -o root -g wheel .libs/libImlib.a
/usr/X11R6/lib/libImlib.a
ranlib /usr/X11R6/lib/libImlib.a
chmod 644 /usr/X11R6/lib/libImlib.a
/usr/bin/env OBJFORMAT="elf" /sbin/ldconfig -m /usr/X11R6/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/X11R6/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 `-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.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/X11R6/include
install -c -o root -g wheel -m 444 Imlib.h /usr/X11R6/include/Imlib.h
install -c -o root -g wheel -m 444 Imlib_private.h
/usr/X11R6/include/Imlib_private.h
install -c -o root -g wheel -m 444 Imlib_types.h
/usr/X11R6/include/Imlib_types.h
gmake[2]: Leaving directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib'
gmake[1]: Leaving directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib'
Making install in config
gmake[1]: Entering directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/config'
gmake[2]: Entering directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/config'
/bin/sh ../mkinstalldirs /usr/X11R6/etc/imlib
install -c -o root -g wheel -m 444 ./imrc /usr/X11R6/etc/imlib/imrc
install -c -o root -g wheel -m 444 ./im_palette.pal
install -c -o root -g wheel -m 444 ./im_palette-small.pal
/usr/X11R6/etc/imlib/im_palette-small.pal
install -c -o root -g wheel -m 444 ./im_palette-tiny.pal
/usr/X11R6/etc/imlib/im_palette-tiny.pal
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/config'
gmake[1]: Leaving directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/config'
Making install in doc
gmake[1]: Entering directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/doc'
gmake[2]: Entering directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/doc'
gmake[1]: Leaving directory
`/usr/ports/graphics/imlib/work/imlib-1.9.8/doc'
gmake[1]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8'
gmake[2]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8'
/bin/sh ./mkinstalldirs /usr/X11R6/bin
install -c -o root -g wheel -m 555 imlib-config
/usr/X11R6/bin/imlib-config
/bin/sh ./mkinstalldirs /usr/X11R6/share/aclocal
install -c -o root -g wheel -m 444 ./imlib.m4
/usr/X11R6/share/aclocal/imlib.m4
gmake[2]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8'
gmake[1]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8'
===> Generating temporary packing list
===> Registering installation for imlib-1.9.8
===> Returning to build of gnomelibs-1.0.55
Error: shared library "gdk_imlib.5" does not exist
*** Error code 1
Stop.
Thanks,
Jorge
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1000227182823.63247G-100000>
