3 problems (or more) [solved]

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post 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:

Code: Select all

slapt-src -i gl2ps
Then do

Code: Select all

slapt-src -i OpenCASCADE
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.
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post by Oracle911 »

mimosa wrote:

Code: Select all

slapt-src -i OpenCASCADE
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]# 
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

Please post the output of

Code: Select all

slapt-get --search xerces-c swig ftgl boost gcc-gfortran tcl
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post 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
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

It's just a hunch, but maybe you need to install tcl:

Code: Select all

slapt-get -i 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
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post 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]#
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

So, looks like another missing library. Try

Code: Select all

slapt-get --search tk
and if there's a library with that name, install it and try again.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: 3 problems (or more)

Post by laprjns »

Yes, I already had tcl and tk installed.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
Oracle911
Posts: 165
Joined: 30. Jun 2010, 16:52
Location: Slovakia

Re: 3 problems (or more)

Post 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]#
I`m a chemist, please be patient.
http://img16.imageshack.us/img16/5466/01kh2.jpg
My avatar is that babe who i looking for (in flesh).


I will be the next Steve Jobs and Richard Branson.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: 3 problems (or more)

Post by mimosa »

Did you install tk?

Code: Select all

slapt-get -i tk
Post Reply