On Tue, 2003-03-18 at 19:04, Drew Tomlinson wrote: > I wanted to run this by the list before bothering the port maintainer as the > error suggests. I'm attempting to build gnome2 on a fresh install of > 5.0-RELEASE. It's failing on gnometerminal. The complete error output is > below. > > I found a message in the archives that is similar to my problem. The poster > suggested verifying that the latest version of pkg-config is installed and > there is no $PKG_CONFIG set in the environment. I verified pkg-config via > the pkg_info output. I'm using tcsh and used the setenv to verify that > $PKG_CONFIG is not set. > > Any ideas before I bother the maintainer?
You should install x11/startup-notification. This dependency should be taken care of by libgnomeui. Make sure all your ports are up to date. Joe > > Thanks, > > Drew > > farmer# portinstall gnometerminal > ---> Installing 'gnometerminal-2.2.1' from a port (x11/gnometerminal) > ---> Building '/usr/ports/x11/gnometerminal' > ===> Cleaning for unzip-5.50 > ===> Cleaning for esound-0.2.29 > ===> Cleaning for libaudiofile-0.2.3 > ===> Cleaning for libiconv-1.8_2 > ===> Cleaning for ORBit2-2.6.0 > ===> Cleaning for atk-1.2.2 > ===> Cleaning for bison-1.75 > ===> Cleaning for bonobo-activation-2.2.1,1 > ===> Cleaning for gconf2-2.2.0 > ===> Cleaning for gettext-0.11.5_1 > ===> Cleaning for glib-2.2.1 > ===> Cleaning for gmake-3.80 > ===> Cleaning for gnomevfs2-2.2.2 > ===> Cleaning for imake-4.3.0 > ===> Cleaning for libIDL-0.8.0_1 > ===> Cleaning for libbonobo-2.2.0 > ===> Cleaning for libglade2-2.0.1_1 > ===> Cleaning for libgnugetopt-1.2 > ===> Cleaning for libtool-1.3.4_4 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for pkgconfig-0.15.0 > ===> Cleaning for popt-1.6.4 > ===> Cleaning for jpeg-6b_1 > ===> Cleaning for libart_lgpl2-2.3.11 > ===> Cleaning for libgnomecanvas-2.2.0.2 > ===> Cleaning for png-1.2.5_2 > ===> Cleaning for tiff-3.5.7 > ===> Cleaning for perl-5.6.1_11 > ===> Cleaning for python-2.2.2_2 > ===> Cleaning for gnome-icon-theme-1.0.0 > ===> Cleaning for gnomehier-1.0_8 > ===> Cleaning for gnomemimedata-2.2.0_1 > ===> Cleaning for linc-1.0.1 > ===> Cleaning for freetype2-2.1.3_1 > ===> Cleaning for docbook-sk-4.1.2 > ===> Cleaning for docbook-xml-4.2 > ===> Cleaning for docbook-xsl-1.59.1 > ===> Cleaning for expat-1.95.6_1 > ===> Cleaning for intltool-0.25 > ===> Cleaning for libxml2-2.5.4 > ===> Cleaning for libxslt-1.0.27 > ===> Cleaning for mkcatalog-1.1 > ===> Cleaning for py22-expat-2.2.2_2 > ===> Cleaning for scrollkeeper-0.3.11_8,1 > ===> Cleaning for sdocbook-xml-4.1.2.5 > ===> Cleaning for Xft-2.1_3 > ===> Cleaning for fontconfig-2.1_6 > ===> Cleaning for gtk-2.2.1 > ===> Cleaning for libbonoboui-2.2.0.1 > ===> Cleaning for libgnomeui-2.2.0.1 > ===> Cleaning for pango-1.2.1_1 > ===> Cleaning for vte-0.10.26 > ===> Cleaning for XFree86-libraries-4.3.0_1 > ===> Cleaning for libgnome-2.2.0.1 > ===> Cleaning for startup-notification-0.5_1 > ===> Cleaning for gnometerminal-2.2.1 > ===> Extracting for gnometerminal-2.2.1 > >> Checksum OK for gnome2/gnome-terminal-2.2.1.tar.bz2. > ===> Patching for gnometerminal-2.2.1 > ===> Applying FreeBSD patches for gnometerminal-2.2.1 > ===> Configuring for gnometerminal-2.2.1 > ===> gnometerminal-2.2.1 depends on executable: gmake - found > ===> gnometerminal-2.2.1 depends on executable: libtool - found > ===> gnometerminal-2.2.1 depends on shared library: gnomeui-2.200 - found > ===> gnometerminal-2.2.1 depends on shared library: vte.4 - found > ===> gnometerminal-2.2.1 depends on shared library: X11.6 - found > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > checking whether gmake sets $(MAKE)... yes > checking for working aclocal-1.4... missing > checking for working autoconf... missing > checking for working automake-1.4... missing > checking for working autoheader... missing > checking for working makeinfo... found > checking whether to enable maintainer-specific portions of Makefiles... no > checking for gcc... cc > 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 cc accepts -g... yes > checking for cc option to accept ANSI C... none needed > checking for strerror in -lcposix... no > checking how to run the C preprocessor... cc -E > checking for egrep... grep -E > checking for ANSI C header files... yes > checking build system type... i386-unknown-freebsd5.0 > checking host system type... i386-unknown-freebsd5.0 > 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 for a sed that does not truncate output... /usr/bin/sed > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking command to parse /usr/bin/nm -B output... ok > 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 cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc 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... freebsd5.0 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... yes > creating libtool > checking host system type... i386-unknown-freebsdelf5.0 > checking for ranlib... ranlib > checking whether we are using GNU C... yes > checking for object suffix... o > checking for executable suffix... no > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions ... yes > checking if cc static flag -static works... -static > checking whether ln -s works... yes > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the linker (/usr/bin/ld) supports shared libraries... yes > checking for BSD-compatible nm... /usr/bin/nm -B > checking command to parse /usr/bin/nm -B output... ok > checking how to hardcode library paths into programs... immediate > checking for /usr/bin/ld option to reload object files... -r > checking dynamic linker characteristics... freebsdelf5.0 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for objdir... .libs > creating libtool > checking for perl... /usr/bin/perl > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking libintl.h usability... yes > checking libintl.h presence... yes > checking for libintl.h... yes > checking for dgettext in libc... no > checking for bindtextdomain in -lintl... yes > checking for dgettext in -lintl... yes > checking for bind_textdomain_codeset... yes > checking for msgfmt... /usr/local/bin/msgfmt > checking for dcgettext... no > checking for gmsgfmt... /usr/local/bin/msgfmt > checking for xgettext... /usr/local/bin/xgettext > checking for catalogs to be installed... am ar be bg ca cs da de el en_GB > es et fi fr gl he hu it ja ko lt lv mk mn ms nl no pl pt pt_BR ro ru sk sl > sq sv tr uk vi wa zh_CN zh_TW > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for pkg-config... /usr/local/bin/pkg-config > checking for gtk+-2.0 >= 2.2.0 gconf-2.0 >= 1.1.9 libglade-2.0 > libgnomeui-2.0 libstartup-notification-1.0 >= 0.4... gnome-config: not found > gnome-config: not found > Package libstartup-notification-1.0 was not found in the pkg-config search > path. > Perhaps you should add the directory containing > `libstartup-notification-1.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libstartup-notification-1.0' found > > configure: error: Library requirements (gtk+-2.0 >= 2.2.0 gconf-2.0 >= 1.1.9 > libglade-2.0 libgnomeui-2.0 libstartup-notification-1.0 >= 0.4) not met; > consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard prefix so pkg-config can find them. > ===> Script "configure" failed unexpectedly. > Please report the problem to [EMAIL PROTECTED] [maintainer] and attach > the > "/usr/ports/x11/gnometerminal/work/gnome-terminal-2.2.1/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/x11/gnometerminal. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall80910.0 > make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! x11/gnometerminal (configure error) > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc
signature.asc
Description: This is a digitally signed message part