Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd July 2012, 04:46 AM
SiflOlly Offline
Registered User
 
Join Date: Jun 2012
Location: Indianapolis
Posts: 10
linuxfirefox
Synaptic says I have 2 broken packages....

One happens to be the filesystem package and I can't find the other. How do i fix this? I don't like apper. So I installed Synaptic.
Reply With Quote
  #2  
Old 23rd July 2012, 11:24 AM
kc1di's Avatar
kc1di Offline
Registered User
 
Join Date: Mar 2006
Location: S.W. Maine
Posts: 57
linuxubuntuchrome
Re: Synaptic says I have 2 broken packages....

Quote:
Originally Posted by SiflOlly View Post
One happens to be the filesystem package and I can't find the other. How do i fix this? I don't like apper. So I installed Synaptic.
in synaptic go to edit in the scroll down list there is one call fix broken packages. try that first.
__________________
Dave
--------------------
Morse Code early digital communications medium
Registered Linux User #462608
Blessings to all
Reply With Quote
  #3  
Old 23rd July 2012, 11:28 AM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Synaptic says I have 2 broken packages....

Synaptic is rubbish on rpm distros, use yumex or yum instead and post the actual errors.
Reply With Quote
  #4  
Old 23rd July 2012, 09:04 PM
SiflOlly Offline
Registered User
 
Join Date: Jun 2012
Location: Indianapolis
Posts: 10
linuxfirefox
Re: Synaptic says I have 2 broken packages....

How do I get yumex to tell me if I have broken packages? Or is there a command to run for yum to scan all my packages?
Reply With Quote
  #5  
Old 23rd July 2012, 10:34 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Synaptic says I have 2 broken packages....

You can run

Code:
yum check all
to check for dependency problems and duplicates.

Or you can specify which you wish to check for

Code:
yum check dependencies

yum check duplicates
Reply With Quote
  #6  
Old 14th October 2012, 06:45 PM
dcharlespyle Offline
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 70
linuxfirefox
Re: Synaptic says I have 2 broken packages....

I usually use Yum and Yumex to do most of my installs and updates since PackageKit is having a lot of crashing problems right now. Out of curiosity I ran Synaptic. I have the same report being given by Synaptic. Mine, however, shows filesystem and setup as the two broken packages.

Quote:
Originally Posted by DBelton View Post
You can run

Code:
yum check all
to check for dependency problems and duplicates.

Or you can specify which you wish to check for

Code:
yum check dependencies

yum check duplicates
I tried all of these and get the following:

Code:
# yum check all
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['all']
Code:
# yum check dependencies
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['dependencies']
Code:
# yum check duplicates
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['duplicates']
If I use the name of the package in the command line I get the following:

Code:
# yum check all filesystem
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['all', 'filesystem']
Code:
# yum check dependencies filesystem
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['dependencies', 'filesystem']
Code:
# yum check duplicates filesystem
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['duplicates', 'filesystem']
None of this tells me anything as to what is broken or why.

I have noticed, too, that the filesystem package is being reported as having a "0 bytes" size by Yumex even though the downloaded package itself is 1Mbyte in size. That makes little sense to me.

This is the version of the filesystem package that is installed on my system:
Code:
# rpm -qa filesystem
filesystem-3.1-2.fc18.x86_64

Last edited by dcharlespyle; 14th October 2012 at 06:48 PM. Reason: Added comment
Reply With Quote
  #7  
Old 14th October 2012, 07:47 PM
richk Offline
Registered User
 
Join Date: Jul 2005
Posts: 25
linuxfirefox
Re: Synaptic says I have 2 broken packages....

apt-get is broken.

richk
Reply With Quote
  #8  
Old 14th October 2012, 08:19 PM
dcharlespyle Offline
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 70
linuxfirefox
Re: Synaptic says I have 2 broken packages....

Quote:
Originally Posted by richk View Post
apt-get is broken.

richk
That may be, but I am getting other funny errors relating to filesystem. Yesterday, I tried to install Google Earth and today, just a few seconds ago, I tried to install PlayonLinux. Both installations failed with warnings involving filesystem.

Here is the one from a few seconds ago:

Code:
Resolving Dependencies
--> Running transaction check
---> Package playonlinux-yum.noarch 0:3-3 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package               Arch         Version    Repository                  Size
================================================================================
Installing:
 playonlinux-yum       noarch       3-3        /PlayOnLinux_yum-3.3       167  

Transaction Summary
================================================================================
Install  1 Package

Total size: 167  
Installed size: 167  
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test


Transaction Check Error:
  file / from install of playonlinux-yum-3-3.noarch conflicts with file from package filesystem-3.1-2.fc18.x86_64
I could not even attempt to install this package unless I downloaded it first. Installing it locally, however, gives the above.

These same files worked and installed perfectly in Fedora 17 and I did not get these warnings in that version. This problem is new to Fedora 18-Alpha for me.

Last edited by dcharlespyle; 14th October 2012 at 08:28 PM. Reason: Added a comment
Reply With Quote
  #9  
Old 14th October 2012, 08:52 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Synaptic says I have 2 broken packages....

It's not just you, either.

I tried it on my F18 install and get the same error.

Third party repos/packages don't work a lot of times with Fedora pre-release versions, though. I would ask the people over at play on linux if they have a fix for it.
Reply With Quote
  #10  
Old 14th October 2012, 10:11 PM
dcharlespyle Offline
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 70
linuxfirefox
Re: Synaptic says I have 2 broken packages....

They don't. I ended up having to force the installation using rpm. Same for Google Earth. No problems after doing that and both applications work as intended--so far as I could tell after running them.
Reply With Quote
  #11  
Old 14th October 2012, 10:56 PM
skytux's Avatar
skytux Offline
Registered User
 
Join Date: Mar 2010
Location: São José dos Campos (Brasil)
Posts: 58
linuxfirefox
Re: Synaptic says I have 2 broken packages....

Quote:
Originally Posted by dcharlespyle View Post
I have noticed, too, that the filesystem package is being reported as having a "0 bytes" size by Yumex even though the downloaded package itself is 1Mbyte in size. That makes little sense to me.
Why this makes little sense to you? Take a look at the output of rpm -qi filesystem:

Quote:
The filesystem package is one of the basic packages that is installed
on a Linux system. Filesystem contains the basic directory layout
for a Linux operating system, including the correct permissions for
the directories.
HTH,
Germán.
Reply With Quote
  #12  
Old 15th October 2012, 03:16 AM
dcharlespyle Offline
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 70
linuxfirefox
Re: Synaptic says I have 2 broken packages....

I have attached a screenshot as to why a package that is 1 Mbyte should show up as zero bytes makes little sense to me. Even inside the first directory level there are files that have sizes greater than zero. This package is supposed to contain at least 51 bytes of information but Yum shows it as zero.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2012-10-14 20:17:20.png
Views:	49
Size:	28.3 KB
ID:	23898  

Last edited by dcharlespyle; 15th October 2012 at 03:19 AM.
Reply With Quote
  #13  
Old 15th October 2012, 03:55 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Synaptic says I have 2 broken packages....

it's probably just a rounding bug in yum.

From what I can tell, yum rounds to the nearest half MB (some places it displays the closest MB). At least they did fix the bug where it showed some package sizes as a negative
Reply With Quote
  #14  
Old 12th March 2013, 06:25 PM
rave199 Offline
Registered User
 
Join Date: May 2008
Posts: 4
macossafari
Re: Synaptic says I have 2 broken packages....

i was having the same exact problem with fedora 18. the synaptic manager kept saying i have two broken packages. filesystem and setup as the two broken packages. i tried to use the fix broken packages in the package manager but it wanted to delete all the dependencies as well. if anyone knows how to fix this problem please let me know. i really do wish the people who create the distro would check for these kind of bugs and errors before releasing it to the general public.
Reply With Quote
  #15  
Old 12th March 2013, 06:43 PM
skytux's Avatar
skytux Offline
Registered User
 
Join Date: Mar 2010
Location: São José dos Campos (Brasil)
Posts: 58
linuxfirefox
Re: Synaptic says I have 2 broken packages....

Quote:
Originally Posted by rave199 View Post
i was having the same exact problem with fedora 18. the synaptic manager kept saying i have two broken packages. filesystem and setup as the two broken packages. i tried to use the fix broken packages in the package manager but it wanted to delete all the dependencies as well. if anyone knows how to fix this problem please let me know. i really do wish the people who create the distro would check for these kind of bugs and errors before releasing it to the general public.
This is not Mac O$, this is a community working together. If you come across a bug then you should report it. That is the way.
Reply With Quote
Reply

Tags
broken, packages, synaptic

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help fixing broken "tap" feature for synaptic touchpad under KDE sexyclient Using Fedora 2 24th December 2011 07:02 PM
fix broken packages freenity Using Fedora 2 3rd July 2008 07:44 PM
Broken packages in FC6 someone fix them! 105547111 EOL (End Of Life) Versions 3 3rd July 2007 08:58 AM
apt/synaptic: packages from a specific repo yur1022 Using Fedora 0 10th May 2005 08:49 PM
Broken Packages Ken41 Using Fedora 1 28th March 2004 03:40 PM


Current GMT-time: 15:27 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat