LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-30-2006, 08:09 AM   #1
Zombie13
Member
 
Registered: Nov 2003
Posts: 70

Rep: Reputation: 15
Cannot install DVD::Rip dependancy "Gtk2".


I'm trying to install DVD::Rip on my Fedora Core 6 machine, but am having problems (as usual) installing from CPAN.

At a root prompt, I run "perl Makefile.PL" in the DVD::RIP directory, and get the following error...

Code:
The following modules are required for dvd::rip but not found on your
system. They're shipped with dvd::rip for your convenience and will be
installed automatically when you run 'make install':

  Gtk2::Ex::FormFactory

You can ignore the 'prerequisite not found' warnings beyond for them.

If you don't like this and want to install these modules manually
just set SKIP_UNPACK_REQUIRED_MODULES before executing Makefile.PL,
e.g. this way:

  SKIP_UNPACK_REQUIRED_MODULES=1 perl Makefile.PL

Warning: prerequisite Gtk2 1.121 not found.
Warning: prerequisite Gtk2::Ex::FormFactory 0.65 not found.
Writing Makefile for Video::DVDRip

I then try to install "Gtk2" by running "install Gtk2" from a CPAN shell, and get the following...

Code:
Removing previously used /root/.cpan/build/Gtk2-1.141

  CPAN.pm: Going to build T/TS/TSCH/Gtk2-1.141.tar.gz

*** can not find package gtk+-2.0 >= 2.0.0
*** check that it is properly installed and available in PKG_CONFIG_PATH
 at Makefile.PL line 67
Warning: No success on command[/usr/bin/perl Makefile.PL]
Running make test
CPAN: YAML loaded ok
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
Failed during this command:
  TSCH/Gtk2-1.141.tar.gz                       : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 2304

I've never managed to successfully install anything using CPAN, there's always a dependancy issue. Any help on this would be greatly appreciated.

Cheers!


EDIT: OK, I missed the "make install" thing. hehe. Although, after running "dvdrip" from the command line, I get the following...

Code:
Can't locate Gtk2.pm in @INC (@INC contains: lib /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/bin/dvdrip-splash line 10.
BEGIN failed--compilation aborted at /usr/bin/dvdrip-splash line 10.
Can't locate Gtk2.pm in @INC (@INC contains: lib /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/lib/perl5/site_perl/5.8.8/Video/DVDRip/GUI/Main.pm line 18.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Video/DVDRip/GUI/Main.pm line 18.
Compilation failed in require at /usr/bin/dvdrip line 97.

Last edited by Zombie13; 12-30-2006 at 08:13 AM.
 
Old 12-30-2006, 02:17 PM   #2
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
Any reason for not using yum?
Code:
# yum install dvdrip
you should also have developement tools installed if you are trying to build packages.
Code:
# yum install rpmdevtools
 
Old 01-03-2007, 04:07 PM   #3
Zombie13
Member
 
Registered: Nov 2003
Posts: 70

Original Poster
Rep: Reputation: 15
Hi, thanks for the reply! Unfortunately I haven't got a repository setup that has dvdrip, so can't use yum. I only have the default FC6 repos and livna. Do you have any suggestions?

Cheers!
 
Old 01-03-2007, 05:09 PM   #4
StargateSteve
Member
 
Registered: Dec 2006
Location: UNM
Distribution: Debian Lenny
Posts: 107

Rep: Reputation: 15
try searching the web for an RPM. I installed DVD:Rip on FC4 using RPMS I found accross the web. (mostly searched from rpm.pbone.net)
 
Old 01-03-2007, 05:15 PM   #5
Zombie13
Member
 
Registered: Nov 2003
Posts: 70

Original Poster
Rep: Reputation: 15
Thanks for the reply, I've just I found that adding the atrpms and freshrpms repos did the trick. Many thanks, though!
 
Old 02-17-2007, 05:33 PM   #6
Johnny1111
LQ Newbie
 
Registered: Feb 2007
Posts: 1

Rep: Reputation: 0
But how do you do that?????

Quote:
Originally Posted by Zombie13
Thanks for the reply, I've just I found that adding the atrpms and freshrpms repos did the trick. Many thanks, though!

Help! I cannot get it running on FC6 with yum either, so how did you do it exactly? Thanks in advance.
 
Old 02-22-2007, 09:51 AM   #7
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally Posted by Johnny1111
Help! I cannot get it running on FC6 with yum either, so how did you do it exactly? Thanks in advance.
Go to www.freshrpms.net. Download the freshrpm-fedora-release which corresponds to your Fedora version. Install the rpm and that will automatically add the repo and enable it. Dvddip will be available then.
 
Old 02-22-2007, 03:23 PM   #8
ranjith_asp
LQ Newbie
 
Registered: Jan 2007
Location: india
Distribution: fedora core-6 64 bit
Posts: 13

Rep: Reputation: 0
How Did U Install It??

Can i kno how u install the DVD rip...

Thru GUI or root???

tel me the steps or commands
 
Old 02-22-2007, 03:26 PM   #9
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally Posted by ranjith_asp
Can i kno how u install the DVD rip...

Thru GUI or root???

tel me the steps or commands
As root, do the following command:

yum install dvdrip

You have to make sure that you have installed either the freshrpms or livna repo in order for yum to install dvdrip and all of its dependencies.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
"signal_connect" via package "Gtk2::Window" Rick Hunter Mandriva 5 03-13-2009 08:23 AM
Trying to install dvd::rip but :Can't exec "gnome-config" jimdaworm Slackware 49 01-02-2006 03:32 PM
FC4: "yum update libcddb" fails -- missing dependancy problem: MattCrypto Fedora 2 07-28-2005 07:47 PM
Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q kornerr Linux - General 4 05-10-2005 03:32 PM
2.6.4 kernel, "fatal" module dependancy error andzerger Slackware 2 03-12-2004 02:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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