LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-27-2005, 10:26 AM   #1
hgb
Member
 
Registered: Jun 2004
Distribution: Mandrake 10, SUSE 10.x, DEbian
Posts: 125

Rep: Reputation: 15
Installing GEDA.


OK, I have dowloaded the iso from the seul page, and Im trying to install it with "instaler.py", when I run it, I get the next log and I hit abort installation.

After the first time I run the installer, I have installed with YaST from DVD guile(guile-1.6.7-8.i586.rpm), wxGTK(wxGTK-2.6.1.0-4.i586.rpm), I can't find with YaST the package "wish" or "wx-config".


Here is the output now:

Quote:
Checking for various required programs . . .

which gcc
/usr/bin/gcc

which make
/usr/bin/make

which gtk-config
which: no gtk-config in (/opt/alliance-5.0/bin:/home/rea/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
gtk-config is missing on this machine.
We'll tell the user about that in a minute.

which pkg-config
/usr/bin/pkg-config
We need to install pkg-config on this machine. We'll do that in a minute.

find /usr/include /usr/local/include -name 'readline.h' -print | grep 'include/readline/readline.h'
/usr/include/readline/readline.h
readline.h found on this system. Great!

which guile-config
/usr/bin/guile-config
guile-config version 1.6.7 found.
guile-config version found on this system is good. Great!

which wx-config
which: no wx-config in (/opt/alliance-5.0/bin:/home/rea/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
We need to install wx-config on this machine. We'll do that in a minute.

which wish
which: no wish in (/opt/alliance-5.0/bin:/home/rea/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
We need to install wish on this machine. We'll do that in a minute.

I have checked in command line the commands:
Code:
Command-----------In my command Line------The installer
gtk-config-------------cmd not found-----------------Not finded
pkg-config-------------OK-----------------NOT DEFINED
guile-config-----------OK-----------------OK
wx-config--------------cmd Not found---------Not finded
wish-------------------cmd Not found---------Not finded

The problem here is that pkg-config is reached if I enter that in command line, why the installer "not see it"??? (I guess that is because is searching in absolute paths, instead of check the command in command line???).


By the way, I see that wish is "searched" also in /opt/alliance-5.0/bin I have installed Alliance before geda and by the way, was more easy, I only hit .configure->make->make install, and I see that was installed in /opt/alliance-5.0/ I have look inside such dir (new installation of Alliance) and havent found a file called wish... dont know what thing is searching this program... by the way.. it will try install Alliance??? (I have already installed it).






I dont know what to do, I have fear to crash my Linux installation (I have done that before with other distros, when entering to change KDE, drivers and things like that, for example not been able to enter again in graphic mode), I have installed wxGTK-2.6.1.0-4.i586.rpm with YaST from the DVD source, but aparently dosen't contain wx-config inside (dont know where to find it... and dont know if will be simple to install it), also dont know where to find wish.




The question is, I let that this programm install any that whant to be installed???? it will not unconfigure the things that I have already installed???





This is SuSe 10 DVD installation.

Last edited by hgb; 10-27-2005 at 10:29 AM.
 
Old 10-28-2005, 03:03 AM   #2
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
In SUSE, you need to install the respective devel-packages if you want to compile with these libraries.
 
Old 10-30-2005, 01:07 PM   #3
hgb
Member
 
Registered: Jun 2004
Distribution: Mandrake 10, SUSE 10.x, DEbian
Posts: 125

Original Poster
Rep: Reputation: 15
I have go to YaST and click the item in menu that say some like
"install respective devel packages" (it have installed over 120Mb of devel pakages),
but the output is that there is still missing for example gtkconfig...

Code:
which gcc
   /usr/bin/gcc

which make
   /usr/bin/make

which gtk-config
   which: no gtk-config in (/opt/alliance-5.0/bin:/home/rea/bin:/usr/local/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
gtk-config is missing on this machine.
We'll tell the user about that in a minute. 

which pkg-config
   /usr/bin/pkg-config
[COLOR=orange-red]We need to install pkg-config on this machine.  We'll do that in a minute.[/COLOR] 


find /usr/include /usr/local/include -name 'readline.h' -print | grep 'include/readline/readline.h'
   /usr/include/readline/readline.h
readline.h found on this system.  Great!

which guile-config
   /usr/bin/guile-config
guile-config version 1.6.7 found.
guile-config version found on this system is good.  Great!

which wx-config
   which: no wx-config in (/opt/alliance-5.0/bin:/home/rea/bin:/usr/local/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
We need to install wx-config on this machine.  We'll do that in a minute.

which wish
   /usr/bin/wish
tclsh version 8.4 found.
tclsh version found on this system is good.  Great!
See that pkg-config and wx-config are messages that say we need that tool installed
(a fatal error... tough it let you install it from the installer), diferent that gtk-config that is only
a warning and is not necesary only for 2 apps inside.





I have CHECKED again in the console, here is my tryies to run the commands:

Code:
Command-----------In my command Line------The installer
gtk-config-------------cmd not found-----------------Not finded (this is a warning)
[COLOR=orange-red]pkg-config-------------OK-----------------NOT DEFINED[/color](this is error)
guile-config-----------OK-----------------OK
wx-config--------------cmd Not found---------Not finded(this is error)
wish-------------------OK---------OK
Like I see pkg-config IS Already installed in my PC,
dont know why this installer "dont see it", but this tool is necesary not like gtk-config,
this installer try to install pkg-config question: if I let that the program install pkg-config,
it will overwrite my already installed pkg-config???
.



About gtk-config (I dont have this),
there is a Dialog that say me that I must install an old gtk-1.X specifically gtk-1.2 manually,
this GTK is for gerbv and GTKWave, also say that is posible to install geda without this programs.



I dont have wx-config and havent been installed hiting "installe devel packages" from YaST.





Questions:

1) I must download and install GTK-1.2?? it will cause errors if I have the GTK
version that come with SUSE 10 and I install manually the other one?

2) How I modify for installer.py, that instead of search in specific paths,
execute the command and see if is there?? (pkg-config IS ALREADY installed in this machine!"!!!!!!!).

3) wx-config... where is that????

Last edited by hgb; 10-30-2005 at 01:11 PM.
 
Old 10-31-2005, 02:36 AM   #4
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
On my system, gtk-config comes with gtk-devel and wx-config comes with wxGTK-devel (I didn't mean you should install all devel packages). I may be that you need versions that SUSE does not provide. This would make it quite complicated...I can't help here, sorry.
 
Old 10-31-2005, 10:55 AM   #5
hgb
Member
 
Registered: Jun 2004
Distribution: Mandrake 10, SUSE 10.x, DEbian
Posts: 125

Original Poster
Rep: Reputation: 15
A yes, but anyway, that have solved some things (Graphviz thing)...

I have searched for gtk-devel and wx-devel, I haven't finded,
the only one that I have finded is gtk2-devel(and is installed)... like I see
in that gtk2-devel, gtk-config is not bundled, is only bundled pkg-config...


About wx-config, the search not find nothing related, aparently is only shipped wxGTK,
mean that I must search for wxGTK-devel in the web?????



Edit: I have finded the wxGTK-devel package of my version here
http://www.vislab.uq.edu.au/research...xWindows/RPMS/
installing it, for see if this work...
(dont know what this -devel dosent come in the DVD distro).

Last edited by hgb; 10-31-2005 at 10:58 AM.
 
Old 10-31-2005, 11:11 AM   #6
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
You may need to add online repositories to your installation sources. The downloadable DVD image does not contain all available packages. Have a look at the sticky thread about opensuse repositories.
 
  


Reply



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
gEDA Install Error secureoffice Linux - Software 0 10-31-2005 07:43 PM
gEDA Installation Error secureoffice SUSE / openSUSE 0 10-11-2005 10:01 AM
Installing Mono-got stuck while installing gtk-sharp chutsu Linux - Software 11 01-18-2005 08:25 PM
installing from iso9660 - restarts installation without installing anything scuzzman Slackware 1 10-24-2004 07:46 PM
Installing Windows XP after installing Red Hat 9 BluePyre Linux - General 7 03-09-2004 03:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:49 PM.

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