Issue in Gnome 3 with i386 achitecture

Hi,
I have an issue with Gnome 3, the target is a i386 hardware with FreeBSD 10.2, after make reinstall the compilation stop! iI have gtk3-3.16.6 library installed after portsnap fetch extract and portsnap fetch update but the compiler ask gtk3-3.15.x. When I do a pkg install gtk3 it offers gtk3: 3.14.12, but I want 'gtk '>= 3.15.3' version!
Before it, I go to the directory /usr/ports/x11-toolkits/gtk20 and make install clean! stop errors!
But no solution, this is my output :
Code:
===>  Configuring for gtk3-3.16.6
configure: loading site script /usr/ports/Templates/config.site
checking build system type... i386-portbld-freebsd10.2
checking host system type... i386-portbld-freebsd10.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... (cached) /usr/bin/tar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether gmake supports nested variables... (cached) yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 whether cc understands -c and -o together... yes
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking for gcc... no
checking for cc... cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cc -E
checking whether cc understands -c and -o together... yes
checking whether gmake sets $(MAKE)... (cached) yes
checking for native Win32... no
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking how to convert i386-portbld-freebsd10.2 file names to i386-portbld-freebsd10.2 format... func_convert_file_noop
checking how to convert i386-portbld-freebsd10.2 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC 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.o... (cached) 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... freebsd10.2 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... no
checking how to run the C++ preprocessor... c++ -E
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 -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.2 ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dependency style of cc... gcc3
checking for nm... /usr/bin/nm -B
checking for some Win32 platform... no
checking for shm_open in -lrt... yes
checking for posix_fallocate... yes
checking pkg-config is at least version 0.9.0... yes
checking whether build environment is sane... yes
checking for BASE_DEPENDENCIES... no
configure: error: Package requirements (glib-2.0 >= 2.43.4  atk >= 2.15.1  pango >= 1.36.7  cairo >= 1.14.0  cairo-gobject >= 1.14.0  gdk-pixbuf-2.0 >= 2.30.0) were not met:

Package dependency requirement 'glib-2.0 >= 2.43.4' could not be satisfied.
Package 'glib-2.0' has version '2.42.2', required version is '>= 2.43.4'
Package dependency requirement 'atk >= 2.15.1' could not be satisfied.
Package 'atk' has version '2.14.0', required version is '>= 2.15.1'

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 report the problem to gnome@FreeBSD.org [maintainer] and attach the
"/usr/ports/x11-toolkits/gtk30/work/gtk+-3.16.6/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. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[7]: stopped in /usr/ports/x11-toolkits/gtk30
*** Error code 1

Stop.
make[6]: stopped in /usr/ports/x11-toolkits/gtk30
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/x11-toolkits/gtk30
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/devel/dconf-editor
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/devel/dconf-editor
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/x11/gnome3
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/x11/gnome3
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/gnome3
root@sta-raptor:/usr/ports/x11/gnome3 # pkg install gtk3
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
   gtk3: 3.14.12

The process will require 41 MiB more space.

Proceed with this action? [y/N]: n
root@sta-raptor:/usr/ports/x11/gnome3 #
Best Regards
Philippe
 
Keep in mind that 10.2 uses the quarterly package repository by default. This repository may have older packages than the ones you have installed.
 
Back
Top