LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 03-05-2012, 05:13 AM   #1
Runicer
LQ Newbie
 
Registered: Jan 2012
Posts: 14

Rep: Reputation: Disabled
make Pango-1.29.4 error


./configure --prefix=/usr --sysconfdir=/etc &&
make

Then I got an error

Code:
make  all-recursive
make[1]: Entering directory `/blfsSources/xc/Gnome/pango-1.29.4'
Making all in pango
make[2]: Entering directory `/blfsSources/xc/Gnome/pango-1.29.4/pango'
  GEN    s-enum-types-h
  GEN    s-enum-types-c
make  all-recursive
make[3]: Entering directory `/blfsSources/xc/Gnome/pango-1.29.4/pango'
Making all in opentype
make[4]: Entering directory `/blfsSources/xc/Gnome/pango-1.29.4/pango/opentype'
  CC     libharfbuzz_la-hb-blob.lo
In file included from hb-private.h:47:0,
                 from hb-blob.c:27:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CC     libharfbuzz_la-hb-buffer.lo
In file included from hb-private.h:47:0,
                 from hb-buffer-private.h:31,
                 from hb-buffer.c:28:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CXX    libharfbuzz_la-hb-font.lo
In file included from hb-private.h:47:0,
                 from hb-font.cc:27:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CC     libharfbuzz_la-hb-glib.lo
In file included from hb-private.h:47:0,
                 from hb-glib.c:27:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CC     libharfbuzz_la-hb-shape.lo
In file included from hb-private.h:47:0,
                 from hb-shape.c:27:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CC     libharfbuzz_la-hb-unicode.lo
In file included from hb-private.h:47:0,
                 from hb-unicode.c:27:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CXX    libharfbuzz_la-hb-ot-layout.lo
In file included from hb-private.h:47:0,
                 from hb-ot-layout-private.h:30,
                 from hb-ot-layout.cc:31:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CXXLD  libharfbuzz.la
  CXX    main-main.o
In file included from hb-private.h:47:0,
                 from hb-open-type-private.hh:30,
                 from hb-open-file-private.hh:30,
                 from main.cc:28:
hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CXXLD  main
make[4]: Leaving directory `/blfsSources/xc/Gnome/pango-1.29.4/pango/opentype'
Making all in mini-fribidi
make[4]: Entering directory `/blfsSources/xc/Gnome/pango-1.29.4/pango/mini-fribidi'
  CC     fribidi.lo
  CC     fribidi_char_type.lo
  CC     fribidi_types.lo
  CCLD   libmini-fribidi.la
make[4]: Leaving directory `/blfsSources/xc/Gnome/pango-1.29.4/pango/mini-fribidi'
make[4]: Entering directory `/blfsSources/xc/Gnome/pango-1.29.4/pango'
  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
pango-gravity.c: In function 'pango_gravity_get_for_script':
pango-gravity.c:259:12: warning: variable 'vertical' set but not used [-Wunused-but-set-variable]
  CC     pango-item.lo
  CC     pango-language.lo
  CC     pango-layout.lo
pango-layout.c: In function 'pango_layout_get_empty_extents_at_index':
pango-layout.c:4409:27: warning: variable 'base_font_desc' set but not used [-Wunused-but-set-variable]
  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
  CCLD   libpango-1.0.la
  CC     pangox.lo
  CC     module-defs-x.lo
  CC     pangox-fontcache.lo
  CC     pangox-fontmap.lo
  CCLD   libpangox-1.0.la
  CC     pangofc-font.lo
  CC     pangofc-fontmap.lo
pangofc-fontmap.c: In function '_pango_fc_font_map_get_cmap_cache':
pangofc-fontmap.c:1830:26: warning: variable 'priv' set but not used [-Wunused-but-set-variable]
  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
In file included from opentype/hb.h:30:0,
                 from opentype/hb-ot.h:30,
                 from pango-ot-private.h:28,
                 from pango-ot-buffer.c:24:
opentype/hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
  CC     pango-ot-info.lo
In file included from opentype/hb.h:30:0,
                 from opentype/hb-ot.h:30,
                 from pango-ot-private.h:28,
                 from pango-ot-info.c:24:
opentype/hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
pango-ot-info.c: In function '_pango_ot_info_substitute':
pango-ot-info.c:516:17: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
pango-ot-info.c: In function '_pango_ot_info_position':
pango-ot-info.c:564:17: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
  CC     pango-ot-ruleset.lo
In file included from opentype/hb.h:30:0,
                 from opentype/hb-ot.h:30,
                 from pango-ot-private.h:28,
                 from pango-ot-ruleset.c:24:
opentype/hb-common.h:32:8: warning: extra tokens at end of #else directive [enabled by default]
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
  CCLD   libpangoft2-1.0.la
  CC     pangoxft-font.lo
  CC     pangoxft-fontmap.lo
  CC     pangoxft-render.lo
  CCLD   libpangoxft-1.0.la
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libglib-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libstdc++.la' seems to be moved
  CC     libpangocairo_1_0_la-pangocairo-context.lo
  CC     libpangocairo_1_0_la-pangocairo-font.lo
pangocairo-font.c: In function '_pango_cairo_font_private_get_hex_box_info':
pangocairo-font.c:381:16: warning: variable 'gravity' set but not used [-Wunused-but-set-variable]
  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
  CCLD   libpangocairo-1.0.la
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libglib-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../libstdc++.la' seems to be moved
  CC     querymodules.o
  CCLD   pango-querymodules
  GISCAN Pango-1.0.gir
/blfsSources/xc/Gnome/pango-1.29.4/pango/pango-language-sample-table.h:52: syntax error, unexpected identifier in 'LANGUAGE(' at 'LANGUAGE'
/blfsSources/xc/Gnome/pango-1.29.4/pango/tmp-introspectZCV0x8/.libs/lt-Pango-1.0: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory
Command '['/blfsSources/xc/Gnome/pango-1.29.4/pango/tmp-introspectZCV0x8/Pango-1.0', '--introspect-dump=/blfsSources/xc/Gnome/pango-1.29.4/pango/tmp-introspectZCV0x8/functions.txt,/blfsSources/xc/Gnome/pango-1.29.4/pango/tmp-introspectZCV0x8/dump.xml']' returned non-zero exit status 127
make[4]: *** [Pango-1.0.gir] Error 1
make[4]: Leaving directory `/blfsSources/xc/Gnome/pango-1.29.4/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/blfsSources/xc/Gnome/pango-1.29.4/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/blfsSources/xc/Gnome/pango-1.29.4/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/blfsSources/xc/Gnome/pango-1.29.4'
make: *** [all] Error 2
Any idea ?
 
Old 03-05-2012, 06:24 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492

Rep: Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639
Quote:
error while loading shared libraries:
libEGL.so.1: cannot open shared object file: No such file ..
"libEGL" is a new "GL library" from mesa = > 7.11 .

Versions before 7.11 will not provide libEGL.so.1 libEGL.so.1.0 libEGL.so .



Quote:
pango-1.29.4/pango/pango-language-sample-table.h:52: syntax error,
unexpected identifier in 'LANGUAGE(' at 'LANGUAGE'
Unknown error. Pango-1.29.4 seems to be bug free.
Will usually build with no errors. Unless you have a corrupt source package.

.

Last edited by knudfl; 03-05-2012 at 06:45 AM.
 
Old 03-05-2012, 06:34 AM   #3
Runicer
LQ Newbie
 
Registered: Jan 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
I installed MesaLib-7.11.2 already, Then I tried glxinfo command and got this


glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
 
Old 03-06-2012, 06:46 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492

Rep: Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639
Same as your other thread ...
http://www.linuxquestions.org/questi...n-blfs-933003/
I.e. nothing is found.

? Indicates that you have no PATH settings ?
And no LD_LIBRARY_PATH's settings ??

What's the output from the command 'env | grep PATH' ?

.
 
Old 03-06-2012, 07:07 AM   #5
Runicer
LQ Newbie
 
Registered: Jan 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Same as your other thread ...
http://www.linuxquestions.org/questi...n-blfs-933003/
I.e. nothing is found.

? Indicates that you have no PATH settings ?
And no LD_LIBRARY_PATH's settings ??

What's the output from the command 'env | grep PATH' ?

.
I have

MANPATH=/usr/share/man:/opt/llvm/share/man
PATH=/usr/local/sbin:/usr/local/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/llvm/bin:/usr/bin
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
 
Old 03-07-2012, 03:20 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492

Rep: Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639
LD_LIBRARY_PATH's settings ? ?

If you have /usr/lib/libGL.so.1 : The library will be found.
Unless you hide yourself in a chroot environment ? Or ?
 
Old 03-07-2012, 03:51 AM   #7
Runicer
LQ Newbie
 
Registered: Jan 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
I build inside LFS system instead of chroot.

Now I snapshot back and rebuild GNOME phase in chroot and everything go fine.

Maybe I type something wrong while building inside LFS system.

Thank you
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error in the creation of `etc/pango/pango.modules` okeyla Linux - Newbie 3 07-02-2011 08:06 PM
[SOLVED] Problem with Pango Install, make giving error 2 luisfong11 Linux - Software 4 12-29-2009 04:25 PM
pango-1.16.4 compile error (pango-querymodules) nigel_1820 Linux - Software 1 07-23-2007 01:10 AM
GTK: pango and atk error while "make" acrao80 Ubuntu 1 05-21-2005 12:59 PM
Pango 1.4.0 make error mafiaman Linux - Software 3 05-17-2004 09:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 08:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration