Page 5 of 6
Re: 3 problems (or more)
Posted: 12. Nov 2011, 17:37
by mimosa
So, you've got it all successfully built except for OpenCASCADE, and gl2ps. As gl2ps is smaller, I suggest getting it out the way first:
Then do
to see what's going wrong.
EDIT
Also, just to be absolutely sure, first do:
Code: Select all
slapt-get --search xerces-c swig ftgl boost gcc-gfortran
and post the output as well.
Re: 3 problems (or more)
Posted: 12. Nov 2011, 17:51
by Oracle911
After that, i get this:
Code: Select all
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for dlopen in -ldl... yes
./configure: line 16443: /usr/lib/tclConfig.sh: No such file or directory
fakeroot -- sh OpenCASCADE.SlackBuild Failed
root[rich]#
Re: 3 problems (or more)
Posted: 12. Nov 2011, 17:56
by mimosa
Please post the output of
Code: Select all
slapt-get --search xerces-c swig ftgl boost gcc-gfortran tcl
Re: 3 problems (or more)
Posted: 12. Nov 2011, 18:03
by Oracle911
Code: Select all
root[rich]# slapt-get --search xerces-c swig ftgl boost gcc-gfortran tcl
xerces-c-2.8.0-i486-1gv [inst=áno]: xerces-c (XML Parser)
stfl-0.21-i486-4gv [inst=nie]: stfl (Structured Terminal Forms Language/Library)
swig-1.3.38-i486-2 [inst=áno]: swig (Simplified Wrapper and Interface Generator)
ftgl-2.1.3_rc5-i486-1fb [inst=áno]: ftgl (C++ library that uses Freetype2)
boost-1.45.0-i486-1 [inst=áno]: boost (Boost C++ Libraries)
gcc-gfortran-4.5.2-i486-2 [inst=áno]: gcc-gfortran (Fortran support for GCC)
btpd-0.16-i486-1rl [inst=nie]: btpd (BitTorrent Protocol Daemon)
expect-5.44.1.15-i486-1 [inst=nie]: expect (program that talks to other interactive programs)
getty-ps-2.1.0b-i486-1 [inst=áno]: getty-ps
hfsutils-3.2.6-i486-4 [inst=nie]: hfsutils (HFS volume utilities)
redland-1.0.12-i486-1 [inst=áno]: redland (RDF high-level interface library)
snack-2.2.10-i486-1cp [inst=nie]: snack (Sound toolkit for scripts)
swig-1.3.38-i486-2 [inst=áno]: swig (Simplified Wrapper and Interface Generator)
tcl-8.5.9-i486-1 [inst=nie]: tcl (Tool Command Language)
tclx-8.4-i486-3 [inst=nie]: tclx (Extended Tcl)
tix-8.4.3-i486-2 [inst=nie]: tix (an extension to the Tk toolkit)
tk-8.5.9-i486-1 [inst=nie]: tk (Tk toolkit for Tcl)
tkcvs-8.2.2-noarch-1lm [inst=nie]: tkcvs (Tcl/Tk Graphical Interface to CVS and Subversion)
txt2regex-0.8-noarch-1fg [inst=nie]: txt2regex (Regular expression wizard)
áno=yes, nie=no
Re: 3 problems (or more)
Posted: 12. Nov 2011, 18:14
by mimosa
It's just a hunch, but maybe you need to install tcl:
What makes me think that is that the build failed when it was looking for something in /usr/lib/tcl ... a library then that is a dependency. Someone helping on the forum might not realise if they already had it installed from before.
Then try the OpenCASCADE slackbuild again
Re: 3 problems (or more)
Posted: 12. Nov 2011, 18:19
by Oracle911
It says:
Code: Select all
checking tcl.h presence... yes
checking for tcl.h... yes
./configure: line 16530: /usr/lib/tkConfig.sh: No such file or directory
fakeroot -- sh OpenCASCADE.SlackBuild Failed
root[rich]#
Re: 3 problems (or more)
Posted: 12. Nov 2011, 18:23
by mimosa
So, looks like another missing library. Try
and if there's a library with that name, install it and try again.
Re: 3 problems (or more)
Posted: 12. Nov 2011, 18:34
by laprjns
Yes, I already had tcl and tk installed.
Re: 3 problems (or more)
Posted: 12. Nov 2011, 18:36
by Oracle911
Still the same problem.
Code: Select all
checking tcl.h presence... yes
checking for tcl.h... yes
./configure: line 16530: /usr/lib/tkConfig.sh: No such file or directory
fakeroot -- sh OpenCASCADE.SlackBuild Failed
root[rich]#
Re: 3 problems (or more)
Posted: 12. Nov 2011, 18:51
by mimosa