Date: Tue, 12 Oct 1999 09:37:50 +0800 (CST) From: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14277: configure error in x11/gnomelibs port Message-ID: <199910120137.JAA70717@Crazyman.Dorm13.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 14277 >Category: ports >Synopsis: configure error in x11/gnomelibs port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 11 19:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yin-Jieh Chen >Release: FreeBSD 3.3-STABLE i386 >Organization: NCTU CSIE FreeBSD Users' Group >Environment: FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.3-STABLE FreeBSD 3.3-STABLE #29: Mon Oct 1 1 13:19:18 CST 1999 root@Crazyman.Dorm13.NCTU.edu.tw:/home2/src/sys/compile/ YINJIEH i386 ports CTM update to ports-cur 3014 >Description: When configuring x11/gnomelibs port, It said: ===> Configuring for gnomelibs-1.0.14 [skipped] checking for imlib-config... /usr/X11R6/bin/imlib-config checking for IMLIB - version >= 1.9... no *** Could not run IMLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding IMLIB or finding the wrong *** version of IMLIB. If it is not finding IMLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH [too long, skipped..] configure:9425: checking for imlib-config configure:9460: checking for IMLIB - version >= 1.9 configure:9522: cc -o conftest -O2 -pipe -m486 -Wall -Wunused -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 conftest.c -lz -lm -L/usr/local/lib -L/usr/X11R6/lib -lgdk_imlib -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: warning: libgmodule12.so.2, needed by /usr/X11R6/lib/libgdk_imlib.so, not found (try using --rpath) /usr/libexec/elf/ld: warning: libglib12.so.2, needed by /usr/X11R6/lib/libgdk_imlib.so, not found (try using --rpath) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: cd ${PORTSDIR}/x11/gnomelibs make configure >Fix: Sorry, don't know how to fix it yet. But I noticed that: % imlib-config --version 1.9.7 % ldconfig -r | grep "gmodule" 80:-lgmodule12.3 => /usr/local/lib/libgmodule12.so.3 and errlog said that cannot find libgmodule12.so.2 so I think that caused this error. >Release-Note: >Audit-Trail: >Unformatted: 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?199910120137.JAA70717>