Linux From ScratchThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
./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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.