Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pango and libffi.so.5
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
BrummieJim
l33t
l33t


Joined: 22 Jul 2005
Posts: 683

PostPosted: Fri Jun 10, 2011 12:43 am    Post subject: Pango and libffi.so.5 Reply with quote

Hi,
I'm upgrading a gentoo machine that's not been upgraded for quite some time. I've done an emerge -uDN system, now I'm trying to revdep-rebuild, after a dispatch-conf and it fails. If I try to emerge the packages manually I end up with htem trying to pull Pango in, and this always fails, claiming it can't find a libffi.so.5 file. I've searched for which build provides that file, but apparently on my system none do. I was wondering if anyone had any ideas?

Thanks,
Jim
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21633

PostPosted: Fri Jun 10, 2011 3:30 am    Post subject: Reply with quote

You want dev-libs/libffi.
Back to top
View user's profile Send private message
BrummieJim
l33t
l33t


Joined: 22 Jul 2005
Posts: 683

PostPosted: Fri Jun 10, 2011 9:15 am    Post subject: Reply with quote

Checked I had that installed, reinstalled to be sure, but when I try and emerge Pango I get the same error. This seems to be blocking the whole upgrade of my system.
Back to top
View user's profile Send private message
BrummieJim
l33t
l33t


Joined: 22 Jul 2005
Posts: 683

PostPosted: Fri Jun 10, 2011 10:28 am    Post subject: Reply with quote

This is the output from the build log, hope this helps,
Quote:

 * Package: x11-libs/pango-1.28.4
 * Repository: gentoo
 * Maintainer: gnome@gentoo.org
 * USE: X amd64 elibc_glibc introspection kernel_linux multilib userland_GNU
 * FEATURES: sandbox
>>> Unpacking source...
>>> Unpacking pango-1.28.4.tar.bz2 to /var/tmp/portage/x11-libs/pango-1.28.4/work
>>> Source unpacked in /var/tmp/portage/x11-libs/pango-1.28.4/work
>>> Preparing source in /var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4 ...
* Fixing OMF Makefiles ...
 [ ok ]
* Running elibtoolize in: pango-1.28.4/
* Applying portage-2.2.patch ...
* Applying sed-1.5.6.patch ...
* Applying as-needed-2.2.6.patch ...
* Applying pango-1.26.0-lib64.patch ...
 [ ok ]
* Running eautoreconf in '/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4' ...
* Running aclocal ...
 [ ok ]
* Running libtoolize --copy --force --install --automake ...
 [ ok ]
* Running aclocal ...
 [ ok ]
* Running autoconf ...
 [ ok ]
* Running autoheader ...
 [ ok ]
* Running automake --add-missing --copy ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4 ...
* econf: updating pango-1.28.4/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating pango-1.28.4/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-introspection --with-x --x-includes=/usr/include --x-libraries=/usr/lib64 --disable-gtk-doc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for native Win32... no
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
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 x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for c++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes
checking dependency style of x86_64-pc-linux-gnu-g++... (cached) gcc3
checking for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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... x86_64-pc-linux-gnu-g++ -E
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux 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/lib64, headers /usr/include
checking whether -R must be followed by a space... neither works
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/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... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking Whether to write dependencies into .pc files... no
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
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4 ...
make -j3
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4'
Making all in pango
make[2]: Entering directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango'
GEN s-enum-types-h
GEN s-enum-types-c
make all-recursive
make[3]: Entering directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango'
Making all in opentype
make[4]: Entering directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/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
CXX main-main.o
CXXLD libharfbuzz.la
CXXLD main
make[4]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango/opentype'
Making all in mini-fribidi
make[4]: Entering directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango/mini-fribidi'
CC fribidi.lo
CC fribidi_char_type.lo
CC fribidi_types.lo
CCLD libmini-fribidi.la
make[4]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango/mini-fribidi'
make[4]: Entering directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango'
CC ellipsize.lo
CC break.lo
CC fonts.lo
CC glyphstring.lo
CC modules.lo
CC pango-attributes.lo
CC pango-bidi-type.lo
CC pango-color.lo
CC pango-context.lo
CC pango-coverage.lo
CC pango-engine.lo
CC pango-fontmap.lo
CC pango-fontset.lo
CC pango-glyph-item.lo
CC pango-gravity.lo
CC pango-item.lo
CC pango-language.lo
CC pango-layout.lo
CC pango-markup.lo
CC pango-matrix.lo
CC pango-renderer.lo
CC pango-script.lo
CC pango-tabs.lo
CC pango-utils.lo
CC reorder-items.lo
CC shape.lo
CC pango-enum-types.lo
CC module-defs-lang.lo
CC pangox.lo
CC module-defs-x.lo
CC pangox-fontcache.lo
CC pangox-fontmap.lo
CC pangofc-font.lo
CC pangofc-fontmap.lo
CC pangofc-decoder.lo
CC pangoft2.lo
CC module-defs-fc.lo
CC pangoft2-fontmap.lo
CC pangoft2-render.lo
CC pango-ot-buffer.lo
CC pango-ot-info.lo
CC pango-ot-ruleset.lo
CC pango-ot-tag.lo
pango-ot-info.c: In function '_pango_ot_info_position':
pango-ot-info.c:571: warning: unused variable 'is_hinted'
CC pangoxft-font.lo
pango-ot-ruleset.c: In function 'pango_ot_ruleset_description_hash':
pango-ot-ruleset.c:547: warning: dereferencing type-punned pointer will break strict-aliasing rules
pango-ot-ruleset.c: In function 'pango_ot_ruleset_description_equal':
pango-ot-ruleset.c:595: warning: dereferencing type-punned pointer will break strict-aliasing rules
pango-ot-ruleset.c:595: warning: dereferencing type-punned pointer will break strict-aliasing rules
CC pangoxft-fontmap.lo
CC pangoxft-render.lo
CC libpangocairo_1_0_la-pangocairo-context.lo
CC libpangocairo_1_0_la-pangocairo-font.lo
CC libpangocairo_1_0_la-pangocairo-fontmap.lo
CC libpangocairo_1_0_la-pangocairo-render.lo
CC libpangocairo_1_0_la-pangocairo-fcfont.lo
CC libpangocairo_1_0_la-pangocairo-fcfontmap.lo
CC querymodules.o
CCLD libpango-1.0.la
CCLD libpangox-1.0.la
CCLD libpangoft2-1.0.la
GISCAN Pango-1.0.gir
/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango/pango-color-table.h:762: syntax error, unexpected identifier in ' guint16 name_offset;' at 'guint16'
/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango/pango-color-table.h:768: syntax error, unexpected identifier, expecting ',' or ';' in 'static const ColorEntry color_entries[] = {' at 'color_entries'
/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango/pango-language-sample-table.h:52: syntax error, unexpected identifier in 'LANGUAGE(' at 'LANGUAGE'
CCLD libpangoxft-1.0.la
CCLD libpangocairo-1.0.la
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libglib-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libglib-2.0.la' seems to be moved
CCLD pango-querymodules
g-ir-scanner: Pango: warning: 57 warnings suppressed (use --warn-all to see them)
GICOMP Pango-1.0.gir
GISCAN PangoFT2-1.0.gir
/usr/bin/g-ir-compiler: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory
make[4]: *** [Pango-1.0.typelib] Error 127
make[4]: *** Waiting for unfinished jobs....
g-ir-scanner: PangoFT2: warning: 31 warnings suppressed (use --warn-all to see them)
make[4]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4'
make: *** [all] Error 2
emake failed
* ERROR: x11-libs/pango-1.28.4 failed (compile phase):
* compile failure
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 3309: Called gnome2_src_compile
* environment, line 2585: Called die
* The specific snippet of code:
* emake || die "compile failure"
*
* If you need support, post the output of 'emerge --info =x11-libs/pango-1.28.4',
* the complete build log and the output of 'emerge -pqv =x11-libs/pango-1.28.4'.
* The complete build log is located at '/var/tmp/portage/x11-libs/pango-1.28.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/pango-1.28.4/temp/environment'.
* S: '/var/tmp/portage/x11-libs/pango-1.28.4/work/pango-1.28.4'


Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Fri Jun 10, 2011 9:43 pm    Post subject: Reply with quote

Try
Code:
revdep-rebuild
python-updater
perl-cleaner all
Back to top
View user's profile Send private message
StrikerASD
n00b
n00b


Joined: 20 May 2012
Posts: 12
Location: Poland

PostPosted: Sun Jun 10, 2012 7:23 am    Post subject: No good Reply with quote

This is no good for me... I have something like that:

Code:
* Package:    x11-libs/pango-1.30.1
 * Repository: gentoo
 * Maintainer: gnome@gentoo.org
 * USE:        X consolekit elibc_glibc introspection kernel_linux policykit userland_GNU x86
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking pango-1.30.1.tar.xz to /var/tmp/portage/x11-libs/pango-1.30.1/work
>>> Source unpacked in /var/tmp/portage/x11-libs/pango-1.30.1/work
>>> Preparing source in /var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1 ...
 * Applying pango-1.30.1-coretext-hash.patch ...
 [ ok ]
 * Fixing OMF Makefiles ...
 [ ok ]
 * Running elibtoolize in: pango-1.30.1/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1 ...
 * econf: updating pango-1.30.1/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pango-1.30.1/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --enable-introspection --with-x --x-includes=/usr/include --x-libraries=/usr/lib --disable-gtk-doc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for native Win32... no
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
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 i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... none
checking for i686-pc-linux-gnu-c++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... none
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes
checking dependency style of i686-pc-linux-gnu-g++... (cached) none
checking for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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... i686-pc-linux-gnu-g++ -E
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if i686-pc-linux-gnu-g++ static flag -static works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux 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/lib, headers /usr/include
checking whether -R must be followed by a space... neither works
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/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 CoreText availability... no
checking for CAIRO... yes
checking which cairo font backends could be used... freetype
checking for GLIB... yes
checking for LIBTHAI... 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,basic-coretext,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... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking Whether to write dependencies into .pc files... no
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/pangocairo.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 build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs10/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 config.h.win32
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-coretext.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
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1 ...
make -j3 -s
Making all in pango
  GEN    s-enum-types-h
  GEN    s-enum-types-c
Making all in 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
  CXX    main-main.o
  CXXLD  libharfbuzz.la
  CXXLD  main
Making all in mini-fribidi
  CC     fribidi.lo
  CC     fribidi_char_type.lo
  CC     fribidi_types.lo
  CCLD   libmini-fribidi.la
  CC     break.lo
  CC     ellipsize.lo
  CC     fonts.lo
  CC     glyphstring.lo
  CC     modules.lo
  CC     pango-attributes.lo
  CC     pango-bidi-type.lo
  CC     pango-color.lo
  CC     pango-context.lo
  CC     pango-coverage.lo
  CC     pango-engine.lo
  CC     pango-fontmap.lo
  CC     pango-fontset.lo
  CC     pango-glyph-item.lo
  CC     pango-gravity.lo
  CC     pango-item.lo
  CC     pango-language.lo
  CC     pango-layout.lo
  CC     pango-markup.lo
  CC     pango-matrix.lo
  CC     pango-renderer.lo
  CC     pango-script.lo
  CC     pango-tabs.lo
  CC     pango-utils.lo
  CC     reorder-items.lo
  CC     shape.lo
  CC     pango-enum-types.lo
  CC     module-defs-lang.lo
  CC     pangox.lo
  CC     module-defs-x.lo
  CC     pangox-fontcache.lo
pangox.c: In function 'pango_x_make_font_struct':
pangox.c:126:3: warning: 'pango_x_font_map_get_font_cache' is deprecated (declared at pangox.h:122) [-Wdeprecated-declarations]
pangox.c:128:3: warning: 'pango_x_font_cache_load' is deprecated (declared at pangox.h:111) [-Wdeprecated-declarations]
pangox.c:134:7: warning: 'pango_x_font_cache_load' is deprecated (declared at pangox.h:111) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_get_context':
pangox.c:196:3: warning: 'pango_x_font_map_for_display' is deprecated (declared at pangox.h:118) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_load_font':
pangox.c:305:3: warning: 'pango_x_font_map_for_display' is deprecated (declared at pangox.h:118) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_list_subfonts':
pangox.c:1096:3: warning: 'pango_x_font_map_for_display' is deprecated (declared at pangox.h:118) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_font_finalize':
pangox.c:1263:3: warning: 'pango_x_font_map_get_font_cache' is deprecated (declared at pangox.h:122) [-Wdeprecated-declarations]
pangox.c:1274:2: warning: 'pango_x_font_cache_unload' is deprecated (declared at pangox.h:114) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_render_layout_line':
pangox.c:1514:7: warning: 'pango_x_render' is deprecated (declared at pangox.c:336) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_render_layout':
pangox.c:1603:7: warning: 'pango_x_render_layout_line' is deprecated (declared at pangox.c:1458) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_find_first_subfont':
pangox.c:1715:3: warning: 'pango_x_list_subfonts' is deprecated (declared at pangox.c:1081) [-Wdeprecated-declarations]
pangox.c: In function 'pango_x_fallback_shape':
pangox.c:1746:3: warning: 'pango_x_get_unknown_glyph' is deprecated (declared at pangox.c:1441) [-Wdeprecated-declarations]
  CC     pangox-fontmap.lo
  CC     pangofc-font.lo
pangox-fontmap.c: In function 'close_display_cb':
pangox-fontmap.c:211:3: warning: 'pango_x_shutdown_display' is deprecated (declared at ../pango/pangox.h:120) [-Wdeprecated-declarations]
pangox-fontmap.c: In function 'pango_x_font_map_for_display':
pangox-fontmap.c:283:3: warning: 'pango_x_font_cache_new' is deprecated (declared at ../pango/pangox.h:106) [-Wdeprecated-declarations]
pangox-fontmap.c: In function 'pango_x_font_map_finalize':
pangox-fontmap.c:358:3: warning: 'pango_x_font_cache_free' is deprecated (declared at ../pango/pangox.h:108) [-Wdeprecated-declarations]
pangox-fontmap.c: In function 'pango_x_face_get_coverage':
pangox-fontmap.c:1527:7: warning: 'pango_x_font_map_for_display' is deprecated (declared at pangox-fontmap.c:248) [-Wdeprecated-declarations]
  CC     pangofc-fontmap.lo
  CC     pangofc-decoder.lo
  CC     pangoft2.lo
  CC     module-defs-fc.lo
pangoft2.c: In function 'pango_ft2_font_real_lock_face':
pangoft2.c:427:3: warning: 'pango_ft2_font_get_face' is deprecated (declared at pangoft2.c:168): Use 'pango_fc_font_lock_face' instead [-Wdeprecated-declarations]
pangoft2.c: In function 'pango_ft2_get_unknown_glyph':
pangoft2.c:502:3: warning: 'pango_ft2_font_get_face' is deprecated (declared at pangoft2.c:168): Use 'pango_fc_font_lock_face' instead [-Wdeprecated-declarations]
  CC     pangoft2-fontmap.lo
  CC     pangoft2-render.lo
pangoft2-fontmap.c: In function 'pango_ft2_get_context':
pangoft2-fontmap.c:252:3: warning: 'pango_ft2_font_map_for_display' is deprecated (declared at ../pango/pangoft2.h:101): Use 'pango_ft2_font_map_new' instead [-Wdeprecated-declarations]
pangoft2-render.c: In function 'pango_ft2_font_render_glyph':
pangoft2-render.c:213:3: warning: 'pango_ft2_font_get_face' is deprecated (declared at ../pango/pangoft2.h:112): Use 'pango_fc_font_lock_face' instead [-Wdeprecated-declarations]
  CC     pango-ot-buffer.lo
  CC     pango-ot-info.lo
  CC     pango-ot-ruleset.lo
pango-ot-info.c: In function '_pango_ot_info_position':
pango-ot-info.c:566:17: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
pango-ot-ruleset.c: In function 'pango_ot_ruleset_description_hash':
pango-ot-ruleset.c:516:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pango-ot-ruleset.c: In function 'pango_ot_ruleset_description_equal':
pango-ot-ruleset.c:564:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
pango-ot-ruleset.c:564:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  CC     pango-ot-tag.lo
  CC     pangoxft-font.lo
  CC     pangoxft-fontmap.lo
  CC     pangoxft-render.lo
pangoxft-font.c: In function 'pango_xft_font_get_unknown_glyph':
pangoxft-font.c:529:3: warning: 'pango_fc_font_get_unknown_glyph' is deprecated (declared at ../pango/pangofc-font.h:138): Use 'PANGO_GET_UNKNOWN_GLYPH' instead [-Wdeprecated-declarations]
  CC     libpangocairo_1_0_la-pangocairo-context.lo
  CC     libpangocairo_1_0_la-pangocairo-font.lo
  CC     libpangocairo_1_0_la-pangocairo-fontmap.lo
  CC     libpangocairo_1_0_la-pangocairo-render.lo
  CC     libpangocairo_1_0_la-pangocairo-fcfont.lo
  CC     libpangocairo_1_0_la-pangocairo-fcfontmap.lo
  CC     querymodules.o
  CCLD   libpango-1.0.la
querymodules.c: In function 'main':
querymodules.c:245:2: warning: implicit declaration of function 'pango_config_key_get_system' [-Wimplicit-function-declaration]
querymodules.c:245:7: warning: assignment makes pointer from integer without a cast [enabled by default]
  CCLD   libpangox-1.0.la
  CCLD   libpangoft2-1.0.la
  GISCAN Pango-1.0.gir
  CCLD   libpangoxft-1.0.la
  CCLD   libpangocairo-1.0.la
/var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1/pango/pango-language-sample-table.h:52: syntax error, unexpected identifier in 'LANGUAGE(' at 'LANGUAGE'
  CCLD   pango-querymodules
Command '['/var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1/pango/tmp-introspectOZv8Nu/Pango-1.0', '--introspect-dump=/var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1/pango/tmp-introspectOZv8Nu/functions.txt,/var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1/pango/tmp-introspectOZv8Nu/dump.xml']' returned non-zero exit status -11
make[4]: *** [Pango-1.0.gir] Blad 1
make[3]: *** [all-recursive] Blad 1
make[2]: *** [all] Blad 2
make[1]: *** [all-recursive] Blad 1
make: *** [all] Blad 2
 * ERROR: x11-libs/pango-1.30.1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=x11-libs/pango-1.30.1'`,
 * the complete build log and the output of `emerge -pqv '=x11-libs/pango-1.30.1'`.
 * The complete build log is located at '/var/log/portage/x11-libs:pango-1.30.1:20120610-070427.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-libs/pango-1.30.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/pango-1.30.1/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1'
 * S: '/var/tmp/portage/x11-libs/pango-1.30.1/work/pango-1.30.1'


And here is my make.conf:

Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1,--enable-new-dtags,--sort-common,--hash-style=both,--as-needed"
USEFLAGS="consolekit dbus gadu introspection jabber minizip librsvg libtool pixbuf  python phonon policykit spell ssl udev threads qt4 X -gimp -gtk3 -gnome -gtk -kmod"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"

# Locales
LINGUAS="en pl"
LANG="pl_PL"
LC_ALL="pl_PL"
 
# Mirrors
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://gentoo.imj.fr/pub/gentoo/ ftp://de-mirror.org/distro/gentoo/ ftp://tux.rainside.sk/gentoo/ ftp://mirror.opteamax.de/gentoo/ ftp://gentoo.mirror.web4u.cz/ ftp://gentoo.wheel.sk/pub/linux/gentoo/"

# Portage settings
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="*"
ALSA_CARDS="AC'97"
AUTOCLEAN="yes"
CLEAN_DELAY="0"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d"
#EMERGE_DEFAULT_OPTS="--ask --verbose --autounmask=n"
EMERGE_DEFAULT_OPTS="--ask --verbose --with-bdeps y --autounmask=n --load-average=3"
EMERGE_WARNING_DELAY="5"
FEATURES="nodoc parallel-fetch sfperms sandbox strict userfetch userpriv usersandbox"
INPUT_DEVICES="evdev mouse keyboard"
MAKEOPTS="-j3 -s"
MOZ_DISABLE_PANGO="1"
PORT_LOGDIR="/var/log/portage"
PORTAGE_COMPRESS="bzip2"
PORTAGE_COMPRESS_FLAGS="--best"
PORTAGE_ECLASS_WARNING_ENABLE="0"
PORTAGE_NICENESS="15"
PORTAGE_RSYNC_RETRIES="1"
PORTAGE_TMPDIR="/var/tmp"
USE="${USEFLAGS}"
VIDEO_CARDS="nv nvidia vesa"
WANT_MP="true"
#source /var/lib/layman/make.conf


I really need help with that. I tried to install GTK+-2.24.10-r1 without pango, but then i get segmentation fault. I checked memory with memtest and everything works fine. Pango is what i need now for nvidia-drivers. I have gobject-introspection installed too if that matters.
Back to top
View user's profile Send private message
Thistled
Guru
Guru


Joined: 06 Jan 2011
Posts: 572
Location: Scotland

PostPosted: Sun Jun 10, 2012 5:07 pm    Post subject: Reply with quote

Hello

If you get the chance change your CFLAGS to the following:
Code:
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"


Also, try emerging Pango using the following in your /etc/make.conf
Code:
MAKEOPTS="-j1"


I also noticed this:
Code:
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libglib-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../lib64/libglib-2.0.la' seems to be moved
 CCLD pango-querymodules
g-ir-scanner: Pango: warning: 57 warnings suppressed (use --warn-all to see them)


Run
Code:
lafilefixer --justfixit

and you might also want to re-emerge glib glibc gobject-introspection.

Just a few ideas.
_________________
Whatever you do, do it properly!
Back to top
View user's profile Send private message
loki_val
Retired Dev
Retired Dev


Joined: 13 Nov 2006
Posts: 418
Location: Denmark

PostPosted: Mon Jun 11, 2012 4:33 am    Post subject: Reply with quote

BrummieJim wrote:
This is the output from the build log, hope this helps,
Quote:

/usr/bin/g-ir-compiler: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory

Code:
emerge -1 dev-libs/gobject-introspection

since that's what provides /usr/bin/g-ir-compiler
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum