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 - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-23-2004, 12:54 PM   #1
Ace2005
Member
 
Registered: Dec 2004
Distribution: OpenSuSE 10.0
Posts: 140

Rep: Reputation: 15
Installing Gyach Enhanced / pY! Voice Chat :(


I tried to install Gyach Enhanced / pY! Voice Chat on Mandrake 10.1 (fresh install just hours before) so i can chat to my mates using voice, i clicked on the rpm file which i downloaded from http://mesh.dl.sourceforge.net/sourc....6-1.i586.rpm, clicked install it and it said

Some package requested cannot be installed:
Gyach-Enhanced-pYVoiceChat-1.0.6-1.i586 (due to unsatisfied pygtk[>= 1.99])
do you agree ?
tar:/home/ace/Applications/pygtk-2.2.0.tar.gz/pygtk-2.2.0

Then i clicked ok.d ok.

I googled pygtk, found and downloaded http://ftp.gnome.org/pub/GNOME/sourc...-2.2.0.tar.gz, is this the right thing to do but i cant install it, i dont know how. I extracted it and i dont know what to do.

Is this just for gnome because at the moment i'm using kde, do i have to switch, i ask because it says gnome in the address to the file

I'm very new to linux, please help
 
Old 12-23-2004, 01:54 PM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
after extracting that
go to that diectory fromur shell using "cd"
then read the INSTALL file
it usually says
./configure
make
make install

also i skipped this dependency for gyach and it works fine for me

regards
 
Old 12-23-2004, 02:19 PM   #3
Ace2005
Member
 
Registered: Dec 2004
Distribution: OpenSuSE 10.0
Posts: 140

Original Poster
Rep: Reputation: 15
I dont know what you mean, gyach is an .rpm file so i dont know what to do with that. So i tried this with the pygtk thing

I put this into the shell thing and got this, this is exactly what it said

[ace@localhost ace]$ /home/ace/Applications/pygtk-2.2.0/configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for bind_textdomain_codeset... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.3/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.3/site-packages
checking for headers required to compile python extensions... not found
configure: error: could not find Python headers


Now what do i do?

How do i skip the dependancy?

Last edited by Ace2005; 12-23-2004 at 02:23 PM.
 
Old 12-23-2004, 10:37 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

try like this

rpm -ivh --nodeps Gyach-Enhanced-pYVoiceChat-1.0.6-1.i586

regards
 
Old 12-24-2004, 09:45 AM   #5
Ace2005
Member
 
Registered: Dec 2004
Distribution: OpenSuSE 10.0
Posts: 140

Original Poster
Rep: Reputation: 15
Unhappy Tried that but no luck

[ace@localhost ace]$ rpm -ivh --nodeps /home/ace/Applications/Downloads/Gyach-Enhanced-pYVoiceChat-1.0.6-1.i586.rpm
error: cannot open lock file ///var/lib/rpm/RPMLOCK in exclusive mode
error: cannot open Packages database in /var/lib/rpm

What does this mean?
 
Old 12-24-2004, 10:03 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
u should try that as a super user or root

before trying that
run

su

regards
 
Old 12-24-2004, 10:41 AM   #7
Ace2005
Member
 
Registered: Dec 2004
Distribution: OpenSuSE 10.0
Posts: 140

Original Poster
Rep: Reputation: 15
That worked thanks so much
 
Old 12-24-2004, 10:55 AM   #8
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
good!!

and tell u gyach is really nice
 
Old 12-26-2004, 08:05 PM   #9
Ace2005
Member
 
Registered: Dec 2004
Distribution: OpenSuSE 10.0
Posts: 140

Original Poster
Rep: Reputation: 15
It keeps randomly disappearing and hen i look in the system tray and the taskbar its not there, this may be related to UT2004 also randomly crashing, i'm not sure anyway but i havent tested gyach yet because my friend is not on yahoo for christmas
 
Old 12-26-2004, 10:59 PM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
i have no problems wit gyach, and i have tried it on many systems

regards
 
Old 01-02-2005, 06:32 PM   #11
wanslenowski
LQ Newbie
 
Registered: Jan 2005
Location: Michigan
Distribution: Mandrake 10.1
Posts: 1

Rep: Reputation: 0
Turning off animated smilies helped me with mandrake 10.1

Last edited by wanslenowski; 01-02-2005 at 06:45 PM.
 
Old 01-15-2005, 10:46 PM   #12
dirty_d0ggy
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
I am on Redhat 9 and i and having the same dependency issue. I tried to update pygtk but the update stops because my version is less than 1.99. This seems odd. I installed Gyach with no depencies. When I try to run the program nothing happens.
 
Old 01-23-2005, 09:21 PM   #13
xIEatxChildrenx
Member
 
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 37

Rep: Reputation: 15
I also tried installing this andf i get it running and then when i run apt-get upgrade it finds the failed dependencies and wont let me continue so then i have to run apt-get -f pgrade and it uninstalls the whole program i edited the apt.conf to skip it but then it cause more problems. I'm running FC3 i have the newest pygtk but it still asks for the 1.99 any thoughts
 
Old 01-24-2005, 02:45 AM   #14
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by xIEatxChildrenx
I also tried installing this andf i get it running and then when i run apt-get upgrade it finds the failed dependencies and wont let me continue so then i have to run apt-get -f pgrade and it uninstalls the whole program i edited the apt.conf to skip it but then it cause more problems. I'm running FC3 i have the newest pygtk but it still asks for the 1.99 any thoughts
get the rpm package and install that with --nodeps option as mentioned above in the thread

regards
 
Old 01-24-2005, 07:48 AM   #15
dirty_d0ggy
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
OK...I installed the alsa-lib rpm required by Gyach then installed Gyach with no depencies and it works; however, Gyach crashes at random.
 
  


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
Gyach voice chat problems JameyC Linux - Software 2 09-04-2006 02:08 PM
Problems in Yahoo Voice Chat using Gyach atulhi Mandriva 4 03-05-2006 02:52 PM
Error When Compiling Gyach Enhanced / pY! Voice Chat shogun1234 Linux - Software 3 02-16-2006 12:15 PM
Gyach Enhanced and pY! Voice Chat fakie_flip Ubuntu 4 10-14-2005 09:48 AM
small help installing gyach enhanced rpm pranith Linux - Software 0 01-31-2005 12:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:46 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