Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2010 04:38:50 -0800
From:      "Ronald F. Guilmette" <rfg@tristatelogic.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   pango-1.28.3 versus icu-4.6
Message-ID:  <8944.1292762330@tristatelogic.com>

next in thread | raw e-mail | index | archive | help

I have done "portsnap fetch update" on an 8.1-RELEASE system and I am now
attempting to do "portupgrade -a" on the same system.  Unfortunately, I
am finding several things that fail to build.

The first of these is pango-1.28.3 which is apparently insisting that it
have /usr/local/lib/libicui18n.so.38 installed (see log below), even
though the latest and greatest version of icu, i.e. icu-4.6 has already
been built and installed and thus, I have only /usr/local/lib/libicui18n.so.46
installed.

Can someone please explain to me what I have done wrong and/or how I should
get around this problem so that I can finish up my "portupgrade -a" ?

Does the pango maintainer simply have to update the pango port to account
for this version change in libicui18n ?

Thanks in advance for any assistance.


Regards,
rfg


P.S.  I would also like to know if this is something that I should file a
formal PR on, or if a friendly note to the pango manitainer would be
preferable. 


===========================================================================
Script started on Sun Dec 19 08:27:17 2010
newseg# make
===>  License check disabled, port has not defined LICENSE
===>  Extracting for pango-1.28.3
=> SHA256 Checksum OK for gnome2/pango-1.28.3.tar.bz2.
===>  Patching for pango-1.28.3
===>   pango-1.28.3 depends on package: libtool>=2.2 - found
===>   pango-1.28.3 depends on file: /usr/local/libdata/pkgconfig/freetype2.pc - found
===>   pango-1.28.3 depends on executable: g-ir-scanner - found
===>   pango-1.28.3 depends on executable: gmake - found
===>   pango-1.28.3 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found
===>   pango-1.28.3 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found
===>   pango-1.28.3 depends on package: libtool>=2.2 - found
===>   pango-1.28.3 depends on executable: pkg-config - found
===>   pango-1.28.3 depends on shared library: cairo.2 - found
===>   pango-1.28.3 depends on shared library: intl - found
===>   pango-1.28.3 depends on shared library: glib-2.0.0 - found
===>  Configuring for pango-1.28.3
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking build system type... amd64-portbld-freebsd8.1
checking host system type... amd64-portbld-freebsd8.1
checking for native Win32... no
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 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
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
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 ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking how to run the C++ preprocessor... c++ -E
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
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... freebsd8.1 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
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... freebsd8.1 ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for some Win32 platform... no
checking for X... libraries /usr/local/lib, headers /usr/local/include
checking whether -R must be followed by a space... no
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 pkg-config is at least version 0.9.0... yes
checking for FONTCONFIG... yes
checking for FREETYPE... yes
checking for XFT... yes
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for CAIRO... yes
checking which cairo font backends could be used... freetype 
checking for GLIB... yes
checking for LIBTHAI... no
no
checking for gobject-introspection... yes
checking modules to link statically... 
checking dynamic modules to build... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc (those built into Pango will be excluded)
checking for flockfile... yes
checking for strtok_r... yes
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking Whether to write dependencies into .pc files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for unistd.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pango/Makefile
config.status: creating pango/mini-fribidi/Makefile
config.status: creating pango/opentype/Makefile
config.status: creating pango/pango.rc
config.status: creating pango/pangoft2.rc
config.status: creating pango/pangowin32.rc
config.status: creating pango/pangox.rc
config.status: creating pango/pangoxft.rc
config.status: creating pango-view/Makefile
config.status: creating modules/Makefile
config.status: creating modules/arabic/Makefile
config.status: creating modules/basic/Makefile
config.status: creating modules/hangul/Makefile
config.status: creating modules/hebrew/Makefile
config.status: creating modules/indic/Makefile
config.status: creating modules/khmer/Makefile
config.status: creating modules/syriac/Makefile
config.status: creating modules/thai/Makefile
config.status: creating modules/tibetan/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating pango.pc
config.status: creating pangox.pc
config.status: creating pangowin32.pc
config.status: creating pangoft2.pc
config.status: creating pangoxft.pc
config.status: creating pangocairo.pc
config.status: creating pango-uninstalled.pc
config.status: creating pangox-uninstalled.pc
config.status: creating pangowin32-uninstalled.pc
config.status: creating pangoft2-uninstalled.pc
config.status: creating pangoxft-uninstalled.pc
config.status: creating pangocairo-uninstalled.pc
config.status: creating pango-zip.sh
config.status: creating tests/runtests.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing pango/module-defs.h commands
config.status: executing pango/module-defs-x.c commands
config.status: executing pango/module-defs-fc.c commands
config.status: executing pango/module-defs-win32.c commands
config.status: executing pango/module-defs-atsui.c commands
config.status: executing pango/module-defs-lang.c commands
config.status: executing pango/pango-features.h commands
config.status: creating pango/pango-features.h
config.status: pango/pango-features.h is unchanged
configuration:
	backends: Cairo Xft FreeType X
===>  Building for pango-1.28.3
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.3'
Making all in pango
gmake[2]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango'
  GEN    s-enum-types-h
  GEN    s-enum-types-c
gmake  all-recursive
gmake[3]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango'
Making all in opentype
gmake[4]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango/opentype'
  CC     libharfbuzz_la-hb-blob.lo
  CC     libharfbuzz_la-hb-buffer.lo
  CXX    libharfbuzz_la-hb-font.lo
  CC     libharfbuzz_la-hb-glib.lo
  CC     libharfbuzz_la-hb-shape.lo
  CC     libharfbuzz_la-hb-unicode.lo
  CXX    libharfbuzz_la-hb-ot-layout.lo
  CXXLD  libharfbuzz.la
  CXX    main-main.o
  CXXLD  main
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango/opentype'
Making all in mini-fribidi
gmake[4]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango/mini-fribidi'
  CC     fribidi.lo
  CC     fribidi_char_type.lo



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