LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 11-07-2013, 06:43 PM   #1
nagikondaveti
LQ Newbie
 
Registered: Nov 2013
Posts: 5

Rep: Reputation: Disabled
Requires: perl(Carp) - URGENT


I am new to Linux and when I run this command - "yum install kernel-devel", it is throwing an error. please help -

Error: Package: perl-Encode-2.54-1.fc19.x86_64 (updates)
Requires: perl(Carp)
Error: Package: 4erl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Scalar::Util) >= 1.10
Error: Package: 4erl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Socket)
Error: Package: 4erl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Socket) >= 1.3
Error: Package: 4erl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Filter::Util::Call)
Error: Package: perl-threads-1.89-1.fc19.x86_64 (updates)
Requires: perl(Carp)
Error: Package: 4erl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Carp)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@localhost tmp]#
 
Old 11-07-2013, 07:06 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Quote:
Originally Posted by nagikondaveti View Post
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@localhost tmp]#
So, what was the output of the commands that were suggested by yum?

By the way, what you believe is urgent, is different from what I believe is urgent.
 
Old 11-07-2013, 08:13 PM   #3
nagikondaveti
LQ Newbie
 
Registered: Nov 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Perl(Carp)

it is just bypassing these failures but "yum install kernel-devel" is not completely installed.

is there any way to update perl packages as shown in log.
 
Old 11-07-2013, 08:19 PM   #4
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
If you want help

Code:
yum update && yum install kernel-devel
and then

Quote:
So, what was the output of the commands that were suggested by yum?
answer my question.
 
Old 11-07-2013, 08:34 PM   #5
nagikondaveti
LQ Newbie
 
Registered: Nov 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
[root@localhost ~]# yum install kernel-devel --skip-broken
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package kernel-devel.x86_64 0:3.11.6-201.fc19 will be installed
--> Processing Dependency: perl for package: kernel-devel-3.11.6-201.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-265.fc19 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec) >= 0.8 for package: 4: perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl-macros for package: 4: perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl-libs for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Cwd) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
---> Package perl-PathTools.x86_64 0:3.40-3.fc19 will be installed
--> Processing Dependency: perl(Scalar::Util) for package: perl-PathTools-3.40-3.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: perl-PathTools-3.40-3.fc19.x86_64
---> Package perl-Pod-Simple.noarch 1:3.20-265.fc19 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
--> Processing Dependency: perl(Encode) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
--> Processing Dependency: perl(Carp) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
---> Package perl-libs.x86_64 4:5.16.3-265.fc19 will be installed
---> Package perl-macros.x86_64 4:5.16.3-265.fc19 will be installed
---> Package perl-threads.x86_64 0:1.89-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-threads-1.89-1.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
---> Package perl-Encode.x86_64 0:2.54-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-Encode-2.54-1.fc19.x86_64
---> Package perl-PathTools.x86_64 0:3.40-3.fc19 will be installed
--> Processing Dependency: perl(Scalar::Util) for package: perl-PathTools-3.40-3.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: perl-PathTools-3.40-3.fc19.x86_64
---> Package perl-Pod-Escapes.noarch 1:1.04-265.fc19 will be installed
---> Package perl-Pod-Simple.noarch 1:3.20-265.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
---> Package perl-threads.x86_64 0:1.89-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-threads-1.89-1.fc19.x86_64

Packages skipped because of dependency problems:
kernel-devel-3.11.6-201.fc19.x86_64 from updates
4: Perl-5.16.3-265.fc19.x86_64 from updates
perl-Encode-2.54-1.fc19.x86_64 from updates
perl-PathTools-3.40-3.fc19.x86_64 from updates
1: Perl-Pod-Escapes-1.04-265.fc19.noarch from updates
1: Perl-Pod-Simple-3.20-265.fc19.noarch from updates
4: Perl-libs-5.16.3-265.fc19.x86_64 from updates
4: Perl-macros-5.16.3-265.fc19.x86_64 from updates
perl-threads-1.89-1.fc19.x86_64 from updates
[root@localhost ~]# rpm -Va --nofiles --nodigest
[root@localhost ~]# yum update && yum install kernel-devel
Loaded plugins: langpacks, refresh-packagekit
No packages marked for update
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package kernel-devel.x86_64 0:3.11.6-201.fc19 will be installed
--> Processing Dependency: perl for package: kernel-devel-3.11.6-201.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-265.fc19 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec) >= 0.8 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl-macros for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl-libs for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Cwd) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
---> Package perl-PathTools.x86_64 0:3.40-3.fc19 will be installed
--> Processing Dependency: perl(Scalar::Util) for package: perl-PathTools-3.40-3.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: perl-PathTools-3.40-3.fc19.x86_64
---> Package perl-Pod-Simple.noarch 1:3.20-265.fc19 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
--> Processing Dependency: perl(Encode) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
--> Processing Dependency: perl(Carp) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
---> Package perl-libs.x86_64 4:5.16.3-265.fc19 will be installed
---> Package perl-macros.x86_64 4:5.16.3-265.fc19 will be installed
---> Package perl-threads.x86_64 0:1.89-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-threads-1.89-1.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
---> Package perl-Encode.x86_64 0:2.54-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-Encode-2.54-1.fc19.x86_64
---> Package perl-PathTools.x86_64 0:3.40-3.fc19 will be installed
--> Processing Dependency: perl(Scalar::Util) for package: perl-PathTools-3.40-3.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: perl-PathTools-3.40-3.fc19.x86_64
---> Package perl-Pod-Escapes.noarch 1:1.04-265.fc19 will be installed
---> Package perl-Pod-Simple.noarch 1:3.20-265.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
---> Package perl-threads.x86_64 0:1.89-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-threads-1.89-1.fc19.x86_64
--> Finished Dependency Resolution
Error: Package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch (updates)
Requires: perl(Carp)
Error: Package: perl-PathTools-3.40-3.fc19.x86_64 (updates)
Requires: perl(Scalar::Util)
Error: Package: perl-PathTools-3.40-3.fc19.x86_64 (updates)
Requires: perl(Carp)
Error: Package: 4: Perl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Scalar::Util)
Error: Package: 4: Perl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(threads::shared)
Error: Package: perl-Encode-2.54-1.fc19.x86_64 (updates)
Requires: perl(Carp)
Error: Package: 4: Perl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Scalar::Util) >= 1.10
Error: Package: 4: Perl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Socket)
Error: Package: 4: Perl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Socket) >= 1.3
Error: Package: 4: Perl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Filter::Util::Call)
Error: Package: perl-threads-1.89-1.fc19.x86_64 (updates)
Requires: perl(Carp)
Error: Package: 4: Perl-5.16.3-265.fc19.x86_64 (updates)
Requires: perl(Carp)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@localhost ~]# yum update && yum install kernel-devel --skip-broken
Loaded plugins: langpacks, refresh-packagekit
No packages marked for update
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package kernel-devel.x86_64 0:3.11.6-201.fc19 will be installed
--> Processing Dependency: perl for package: kernel-devel-3.11.6-201.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-265.fc19 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec) >= 0.8 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl-macros for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl-libs for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec::Unix) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec::Functions) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(File::Spec) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Cwd) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
---> Package perl-PathTools.x86_64 0:3.40-3.fc19 will be installed
--> Processing Dependency: perl(Scalar::Util) for package: perl-PathTools-3.40-3.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: perl-PathTools-3.40-3.fc19.x86_64
---> Package perl-Pod-Simple.noarch 1:3.20-265.fc19 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
--> Processing Dependency: perl(Encode) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
--> Processing Dependency: perl(Carp) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
---> Package perl-libs.x86_64 4:5.16.3-265.fc19 will be installed
---> Package perl-macros.x86_64 4:5.16.3-265.fc19 will be installed
---> Package perl-threads.x86_64 0:1.89-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-threads-1.89-1.fc19.x86_64
--> Running transaction check
---> Package perl.x86_64 4:5.16.3-265.fc19 will be installed
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Socket) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4: Perl-5.16.3-265.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: 4: Perl-5.16.3-265.fc19.x86_64
---> Package perl-Encode.x86_64 0:2.54-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-Encode-2.54-1.fc19.x86_64
---> Package perl-PathTools.x86_64 0:3.40-3.fc19 will be installed
--> Processing Dependency: perl(Scalar::Util) for package: perl-PathTools-3.40-3.fc19.x86_64
--> Processing Dependency: perl(Carp) for package: perl-PathTools-3.40-3.fc19.x86_64
---> Package perl-Pod-Escapes.noarch 1:1.04-265.fc19 will be installed
---> Package perl-Pod-Simple.noarch 1:3.20-265.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: 1: Perl-Pod-Simple-3.20-265.fc19.noarch
---> Package perl-threads.x86_64 0:1.89-1.fc19 will be installed
--> Processing Dependency: perl(Carp) for package: perl-threads-1.89-1.fc19.x86_64

Packages skipped because of dependency problems:
kernel-devel-3.11.6-201.fc19.x86_64 from updates
4: Perl-5.16.3-265.fc19.x86_64 from updates
perl-Encode-2.54-1.fc19.x86_64 from updates
perl-PathTools-3.40-3.fc19.x86_64 from updates
1: Perl-Pod-Escapes-1.04-265.fc19.noarch from updates
1: Perl-Pod-Simple-3.20-265.fc19.noarch from updates
4: Perl-libs-5.16.3-265.fc19.x86_64 from updates
4: Perl-macros-5.16.3-265.fc19.x86_64 from updates
perl-threads-1.89-1.fc19.x86_64 from updates
[root@localhost ~]# cd /
 
Old 11-07-2013, 10:08 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
well you installed something from an incompatible repo
likely something dealing with perl

so FIRST !!!!!!!!!!
Did you manually install something using "rpm" !
bypassing the safety checks in " yum "

also form your output you have NOT installed " yum-priorities " plugin
Third party repos DO NEED to have this installed !!!
so that they will not replace critical system files with a incompatible version

so can you post the output of this command
Code:
su -
yum repolist all

Also Be aware !!!
Fedora is a " Research and Development " Operating System
things WILL BREAK !!!!
every so often a update MIGHT KILL the install
it is a TESTING !!! operating system .As in YOU are TESTING it
and if needed YOU will have to fix it


do not get me wrong i like Fedora
BUT you have to KNOW exactly what you are getting into by using it
it really is a FORD ( and yes the car was this way )
F --- Fix
O --- Or
R --- Repair
D --- Daily

it is also possible that a normal everyday update had a BADLY configured rpm installed
a software bug , this can happen rather often .

if that is the case then in a week or so a bug fix should be released

Last edited by John VV; 11-07-2013 at 10:19 PM.
 
Old 11-08-2013, 05:00 PM   #7
nagikondaveti
LQ Newbie
 
Registered: Nov 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
yes! I manually installed RPM. However, I re-instaled fresh s/w now and here are details of kernel -

[root@localhost /]# uname -r
3.11.7-200.fc19.x86_64

I downloaded wireless drivers from this link (http://www.broadcom.com/support/802.11/linux_sta.php) and when I try to "make", system is throwing below warning -

[root@localhost hybrid_wl]# make API=CFG80211
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/kernels/3.11.7-200.fc19.x86_64'
CFG80211 API specified in command line
Using CFG80211 API
CC [M] /home/Anusha/Downloads/hybrid_wl/src/shared/linux_osl.o
CC [M] /home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.o
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c: In function ‘wl_tkip_printstats’:
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3246:7: warning: passing argument 1 of ‘wl->tkipmodops->print_stats’ from incompatible pointer type [enabled by default]
wl->tkip_bcast_data[idx]);
^
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3246:7: note: expected ‘struct seq_file *’ but argument is of type ‘char *’
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3249:4: warning: passing argument 1 of ‘wl->tkipmodops->print_stats’ from incompatible pointer type [enabled by default]
wl->tkipmodops->print_stats(debug_buf, wl->tkip_ucast_data);
^
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3249:4: note: expected ‘struct seq_file *’ but argument is of type ‘char *’
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c: In function ‘wl_reg_proc_entry’:
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3470:2: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
if ((wl->proc_entry = create_proc_entry(tmp, 0644, NULL)) == NULL) {
^
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3470:22: warning: assignment makes pointer from integer without a cast [enabled by default]
if ((wl->proc_entry = create_proc_entry(tmp, 0644, NULL)) == NULL) {
^
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3475:16: error: dereferencing pointer to incomplete type
wl->proc_entry->read_proc = wl_proc_read;
^
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3476:16: error: dereferencing pointer to incomplete type
wl->proc_entry->write_proc = wl_proc_write;
^
/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.c:3477:16: error: dereferencing pointer to incomplete type
wl->proc_entry->data = wl;
^
cc1: some warnings being treated as errors
make[2]: *** [/home/Anusha/Downloads/hybrid_wl/src/wl/sys/wl_linux.o] Error 1
make[1]: *** [_module_/home/Anusha/Downloads/hybrid_wl] Error 2
make[1]: Leaving directory `/usr/src/kernels/3.11.7-200.fc19.x86_64'
make: *** [all] Error 2
[root@localhost hybrid_wl]#
 
Old 11-08-2013, 06:12 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
ok ??? it WAS a yum install issue
NOW it is a source build of wireless a driver

you might want to start a new thread on this

Also why do you think that you need to build this ?
wireless support is already built into the fedora kernel

and the current kernel supports broadcom hardware
this should already be installed , by default .

and what is it that is not working ?
a wireless usb dongle or your home wireless router ?
 
Old 11-08-2013, 06:15 PM   #9
nagikondaveti
LQ Newbie
 
Registered: Nov 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
it is home wireless
 
Old 11-08-2013, 08:32 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
have you read through the fedora documentation ?
not all the docs get ported over to the new version
so the 18 administration guide
http://docs.fedoraproject.org/en-US/...ide/index.html

and the section on the network
http://docs.fedoraproject.org/en-US/...etworking.html

wireless security
http://docs.fedoraproject.org/en-US/...02.1x_Security

broadcom routers are supported in the kernel
there should be no need to " install a driver"
linux is not windows
 
  


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
Problem: Upgrading Firefox, it requires pangocairo, which requires pango with cairo supports murtuzanaqvi Linux - Newbie 1 08-27-2010 06:58 AM
Requires to install perl template module from CPAN. vitalstrike82 SUSE / openSUSE 1 03-30-2008 04:55 PM
Urgent trying to load ser-mysql and it requires a library that I cant find seem to lo yawdmac Linux - Newbie 2 06-02-2007 08:17 PM
Adobe Acrobate Reader Requires A Plugin-That Requires Open LDAP That Requires Berkely Old_Fogie Slackware 10 05-08-2006 05:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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