Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2008 08:31:21 -0700
From:      "K. Bradford" <int.0x0080@gmail.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   building x11-toolkits/gtk20
Message-ID:  <c08615500805040831v281ff580p1a82083a5247014c@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I encountered the following problem trying to build x11-toolkits/gtk20.
I have the latest ports snapshot.  It appears that atk is needed, but the
build system does not chase it down and install it first.

# make
===>   gtk-2.12.9_2 depends on executable: gmake - found
===>   gtk-2.12.9_2 depends on file:
/usr/local/libdata/pkgconfig/xext.pc - found
===>   gtk-2.12.9_2 depends on file:
/usr/local/libdata/pkgconfig/xrender.pc - found
===>   gtk-2.12.9_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   gtk-2.12.9_2 depends on file:
/usr/local/libdata/pkgconfig/xinerama.pc - found
===>   gtk-2.12.9_2 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found
===>   gtk-2.12.9_2 depends on file:
/usr/local/libdata/pkgconfig/xrandr.pc - found
===>   gtk-2.12.9_2 depends on file:
/usr/local/libdata/pkgconfig/xcursor.pc - found
===>   gtk-2.12.9_2 depends on file:
/usr/local/libdata/pkgconfig/xfixes.pc - found
===>   gtk-2.12.9_2 depends on file: /usr/local/bin/perl5.8.8 - found
===>   gtk-2.12.9_2 depends on file: /usr/local/bin/libtool - found
===>   gtk-2.12.9_2 depends on executable: pkg-config - found
===>   gtk-2.12.9_2 depends on shared library: png.5 - found
===>   gtk-2.12.9_2 depends on shared library: tiff.4 - found
===>   gtk-2.12.9_2 depends on shared library: jpeg.9 - found
===>   gtk-2.12.9_2 depends on shared library: cups.2 - found
===>   gtk-2.12.9_2 depends on shared library: intl - found
===>   gtk-2.12.9_2 depends on shared library: atk-1.0.0 - not found
===>    Verifying install for atk-1.0.0 in /usr/ports/accessibility/atk
     => No directory for atk-1.0.0.  Skipping..
===>   gtk-2.12.9_2 depends on shared library: glib-2.0.0 - found
===>   gtk-2.12.9_2 depends on shared library: pango-1.0.0 - found
===>  Configuring for gtk-2.12.9_2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking build system type... i386-portbld-freebsd7.0
checking host system type... i386-portbld-freebsd7.0
checking for native Win32... no
checking for gcc... cc
checking for C compiler default output file name... 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 ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
test: no: unexpected operator
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by cc... /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 recognize dependent libraries... pass_all
checking how to run the C preprocessor... cc -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 how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
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 whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for nm... /usr/bin/nm -B
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for library containing strerror... none required
checking for cc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether gmake sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package
requirements (glib-2.0 >= 2.13.5    atk >= 1.9.0    pango >= 1.17.3
cairo >= 1.2.0) were not met:
gnome-config: not found
No package 'atk' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

===>  Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gnome@FreeBSD.org, and attach (a)
"/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.9/config.log", (b) the output
of the failed make command, and (c) the gnomelogalyzer output. Also, it might
be a good idea to provide an overview of all packages installed on your system
(i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with
the attachment. Try to avoid sending any attachments to the mailing list
(gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are
usually discarded by the mailing list software.
*** Error code 1

Stop in /usr/ports/x11-toolkits/gtk20.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c08615500805040831v281ff580p1a82083a5247014c>