Subject: devel/pango fails to build on sparc64
To: None <tech-pkg@netbsd.org>
From: None <sigsegv@rambler.ru>
List: tech-pkg
Date: 03/22/2005 20:22:38
Greetings, I'm trying to build gtk2 from current pkgsrc tree, which
depends on pango. Building pnago fails with the following errors, any
hints why it complains about undefined symbols?
if find ../modules -name '*.so' | grep 'so' > /dev/null ; then \
echo "Writing a pango.modules file to use when running
examples before
installing Pango."; \
(cd ../modules && \
../pango/pango-querymodules `find . -name '*.la' | grep -v
\.libs` >
../examples/pango.modules ) ;\
else \
echo "No dynamic modules found; will use only static modules
for unins
talled example programs."; \
touch pango.modules; \
fi
Writing a pango.modules file to use when running examples before
installing Pang
o.
/opt/obj.sparc64/pkg/devel/pango/work/pango-1.8.1/pango/./.libs/libpangoft2-1.0.
so.0: Undefined symbol "" (symnum = 7)
gmake[2]: *** [pango.modules] Error 1
gmake[2]: Leaving directory
`/opt/obj.sparc64/pkg/devel/pango/work/pango-1.8.1/e
xamples'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/opt/obj.sparc64/pkg/devel/pango/work/pango-1.8.1'
gmake: *** [all] Error 2
*** Error code 2
Stop.
make: stopped in /opt/pkgsrc/devel/pango