Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 12-03-2006, 12:05 PM   #1 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
Exclamation python problem (updating and installing)

all the problems i have had are with this issue i cant not update fc6 because of the the error is: python-devel conflicts with python < 2.4.4-1.fc6

anyone know how to fix this????
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 12-03-2006, 01:08 PM   #2 (permalink)
K-B
Mod. Linux, Wrench Turner
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,884
OS: Vista, Ubuntu

My System

My, you're having lots of problems! You really might have been better off installing FC5. 6 still has lots of problems.
Anyway, I can give you some things to try.
First if you don't have any need for python-devel, you can exclude it from being updated.
Type (terminal):
Code:
yum --exclude=python-devel update
OR: try Downloading the latest python from http://download.fedora.redhat.com/pu...1.fc6.i386.rpm
Then execute it with this command:
Code:
rpm -Uvh python-devel-2.4.4-1.fc6.i386.rpm --nodeps
If that doesn't work log in as root and try typing:
Code:
yum clean
then do a yum update and see if it works.
Let us know how it goes. There might be some other things to try before you toss the project.
__________________

Last edited by K-B; 12-03-2006 at 01:10 PM.
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 03:13 PM   #3 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
well i can thank you mostly and a couple other people! :)
thank you!!!
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 04:58 PM   #4 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
Twisted

y is it conflicting!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*ripes hair out of head*
*growls meanly*

is says is conflicted with everyone of those options!!!!!!!!!!!!!!>:(

so is is have conflict with it? huh? OK lets delete at the python files that install the new ones !!!!!!!!!!!!!!!! lolololololololololol what do i type though?

"""""""!!!!!!!!!!merry x-mas to u too REDHAT!!!!""""""""""""
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 05:04 PM   #5 (permalink)
K-B
Mod. Linux, Wrench Turner
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,884
OS: Vista, Ubuntu

My System

Msta, could you type
Code:
rpm -qa | egrep '^python-[2]|python-devel'
in the Terminal, then copy the results and paste them here. The python-devel should .be the same version as python.
Just be patient, I think we'll get it working this time.
__________________

Last edited by K-B; 12-03-2006 at 05:21 PM.
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 05:08 PM   #6 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
python-devel-2.4.3-18.fc6
python-devel-2.4.3-18.fc6
python-2.4.4-1.fc6
python-2.4.3-18.fc6


here u got
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 05:10 PM   #7 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
it didnt say conflict????????????

*jumps up and down*

thankyou!! i think we are getting closer..
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 05:16 PM   #8 (permalink)
K-B
Mod. Linux, Wrench Turner
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,884
OS: Vista, Ubuntu

My System

2 of each? What the.... there should only be one version of each.
Try:
Code:
yum remove python-2.4.3-18.fc6
And:
Code:
yum remove python-2.4.3-18.fc6
That should fix it...hopefully. Now both python and python-devel should be only one of each and the same versions.
__________________
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 06:00 PM   #9 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
o my god!!!!!!!!! it is updating!!!!!!!!! lol
thankyou so much
"ur a genuis"!!!!!!!!!!!!!!
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 06:17 PM   #10 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
after the downloading of the updates this came up:

error updating software

from install of hal-devel-0.5.8.1-5.fc6 conflicts with file from package hal-devel-0.5.8.1-5.fc6', (7, '/usr/share/gtk-doc/html/hal/ch01.html', 0L)), ('file /usr/share/gtk-doc/html/hal/ch02.html from install of hal-devel-0.5.8.1-5.fc6 conflicts with file from package hal-devel-0.5.8.1-5.fc6', (7, '/usr/share/gtk-doc/html/hal/ch02.html', 0L)), ('file /usr/share/gtk-doc/html/hal/hal-libhal-storage.html from install of hal-devel-0.5.8.1-5.fc6 conflicts with file from package hal-devel-0.5.8.1-5.fc6', (7, '/usr/share/gtk-doc/html/hal/hal-libhal-storage.html', 0L)), ('file /usr/share/gtk-doc/html/hal/hal-libhal.html from install of hal-devel-0.5.8.1-5.fc6 conflicts with file from package hal-devel-0.5.8.1-5.fc6', (7, '/usr/share/gtk-doc/html/hal/hal-libhal.html', 0L)), ('file /usr/share/gtk-doc/html/pango/PangoEngineLang.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/PangoEngineLang.html', 0L)), ('file /usr/share/gtk-doc/html/pango/PangoEngineShape.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/PangoEngineShape.html', 0L)), ('file /usr/share/gtk-doc/html/pango/PangoFcDecoder.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/PangoFcDecoder.html', 0L)), ('file /usr/share/gtk-doc/html/pango/PangoFcFont.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/PangoFcFont.html', 0L)), ('file /usr/share/gtk-doc/html/pango/PangoFcFontMap.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/PangoFcFontMap.html', 0L)), ('file /usr/share/gtk-doc/html/pango/PangoMarkupFormat.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html', 0L)), ('file /usr/share/gtk-doc/html/pango/index.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/index.html', 0L)), ('file /usr/share/gtk-doc/html/pango/index.sgml from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/index.sgml', 0L)), ('file /usr/share/gtk-doc/html/pango/ix01.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix01.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix02.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix02.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix03.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix03.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix04.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix04.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix05.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix05.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix06.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix06.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix07.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix07.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix08.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix08.html', 0L)), ('file /usr/share/gtk-doc/html/pango/ix09.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/ix09.html', 0L)), ('file /usr/share/gtk-doc/html/pango/lowlevel.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/lowlevel.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Cairo-Rendering.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Cairo-Rendering.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Coverage-Maps.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Coverage-Maps.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Engines.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Engines.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Fonts.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Fonts.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Layout-Objects.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Modules.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Modules.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Scripts.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Scripts.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Tab-Stops.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Text-Attributes.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Text-Processing.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Text-Processing.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango-querymodules.html from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango-querymodules.html', 0L)), ('file /usr/share/gtk-doc/html/pango/pango.devhelp from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango.devhelp', 0L)), ('file /usr/share/gtk-doc/html/pango/pango.devhelp2 from install of pango-devel-1.14.8-1.fc6 conflicts with file from package pango-devel-1.14.4-3.fc6', (7, '/usr/share/gtk-doc/html/pango/pango.devhelp2', 0L))]
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 06:17 PM   #11 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
wow that is a lot of words????????????

seems to do with devel?
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 06:21 PM   #12 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
i typed the thing u made me do before but devel: rpm -qa | egrep devel
it came up with this load:

libX11-devel-1.0.3-4.fc6
freetype-devel-2.2.1-10.fc6
nss-devel-3.11.3-2
libsepol-devel-1.12.27-1
libidn-devel-0.6.5-1.1
hesiod-devel-3.1.0-8
glibc-devel-2.5-3
libacl-devel-2.2.39-1.1
bzip2-devel-1.0.3-3
libcap-devel-1.10-25
expat-devel-1.95.8-8.2.1
libXext-devel-1.0.1-2.1
libICE-devel-1.0.1-2.1
mesa-libGLU-devel-6.5.1-7.fc6
libXv-devel-1.0.1-4.1
lockdev-devel-1.0.1-10
libXvMC-devel-1.0.2-2.1
gd-devel-2.0.33-9.3.fc6
libXaw-devel-1.0.2-8.1
libXdamage-devel-1.0.3-2.1
libXScrnSaver-devel-1.1.0-3.1
libXxf86dga-devel-1.0.1-3.1
libXxf86misc-devel-1.0.1-3.1
libgnomeui-devel-2.16.0-4.fc6
coolkey-devel-1.0.1-10
eel2-devel-2.16.0-1.fc6
gnome-desktop-devel-2.16.0-1.fc6
libX11-devel-1.0.3-5.fc6
hal-devel-0.5.8.1-5.fc6
libXau-devel-1.0.1-3.1
xorg-x11-proto-devel-7.1-9.fc6
libtermcap-devel-2.0.8-46.1
atk-devel-1.12.2-1.fc6
pilot-link-devel-0.11.8-16
libmng-devel-1.0.9-5.1
libgtop2-devel-2.14.4-2.fc6
readline-devel-5.1-1.1
libogg-devel-1.1.3-2.fc6
xorg-x11-xtrans-devel-1.0.1-1.1.fc6
kudzu-devel-1.2.57.1-2
GConf2-devel-2.14.0-2.1
libXfixes-devel-4.0.1-2.1
libXmu-devel-1.0.2-5
libXinerama-devel-1.0.1-2.1
at-spi-devel-1.7.11-2.fc6
curl-devel-7.15.5-1.fc6
openldap-devel-2.3.27-4
libXt-devel-1.0.2-3.1.fc6
libXcomposite-devel-0.3-5.1
libxml2-devel-2.6.26-2.1.1
libICE-devel-1.0.1-2.1
libXfontcache-devel-1.0.2-3.1
libXTrap-devel-1.0.0-3.1
rpm-devel-4.4.2-32
libgsf-devel-1.14.1-6
libbonoboui-devel-2.16.0-1.fc6
libxml2-devel-2.6.27-1.FC6
freetype-devel-2.2.1-15.fc6
pango-devel-1.14.8-1.fc6
librsvg2-devel-2.16.1-1.fc6
pygobject2-devel-2.12.3-1.fc6
kernel-devel-2.6.18-1.2798.fc6
libXau-devel-1.0.1-3.1
libX11-devel-1.0.3-4.fc6
mesa-libGL-devel-6.5.1-7.fc6
libXres-devel-1.0.1-3.1
pciutils-devel-2.2.3-4
libpng-devel-1.2.10-7
elfutils-libelf-devel-0.123-1.fc6
libogg-devel-1.1.3-2.fc6
libIDL-devel-0.8.7-1.fc6
glibc-devel-2.5-3
libgpg-error-devel-1.4-2
expat-devel-1.95.8-8.2.1
pcsc-lite-devel-1.3.1-7
netpbm-devel-10.35-6.fc6
libgtop2-devel-2.14.4-2.fc6
gmp-devel-4.1.4-7
gpm-devel-1.20.1-74.1
boost-devel-1.33.1-6.1
giflib-devel-4.1.3-7.1
libdrm-devel-2.0.2-1.1
slang-devel-2.0.6-3
libtiff-devel-3.8.2-6.fc6
xorg-x11-xtrans-devel-1.0.1-1.1.fc6
libpng-devel-1.2.10-7
kudzu-devel-1.2.57.1-2
libselinux-devel-1.30.29-2
libbonobo-devel-2.16.0-1.fc6
fontconfig-devel-2.4.1-3.fc6
libXpm-devel-3.5.5-3
libXt-devel-1.0.2-3.1.fc6
esound-devel-0.2.36-3
dbus-glib-devel-0.70-4
gnome-keyring-devel-0.6.0-1.fc6
openssl-devel-0.9.8b-8
libXcursor-devel-1.1.7-1.1
libgnomecanvas-devel-2.14.0-4.1
hal-devel-0.5.8.1-4.fc6
krbafs-devel-1.2.2-10.1
pam-devel-0.99.6.2-3.fc6
at-spi-devel-1.7.11-2.fc6
libglade2-devel-2.6.0-2
curl-devel-7.15.5-1.fc6
Xaw3d-devel-1.5E-10.1
openldap-devel-2.3.27-4
SDL-devel-1.2.10-6.2
libXmu-devel-1.0.2-5
dbus-devel-0.93-3.fc6
libXcomposite-devel-0.3-5.1
libXft-devel-2.1.10-1.1
libXevie-devel-1.0.1-3.1
libXext-devel-1.0.1-2.1
libXxf86vm-devel-1.0.1-3.1
libXtst-devel-1.0.1-3.1
libXfont-devel-1.2.2-1.fc6
libXTrap-devel-1.0.0-3.1
libgnome-devel-2.16.0-4.fc6
coolkey-devel-1.0.1-10
libgnomeprintui22-devel-2.12.1-6
gnome-panel-devel-2.16.0-4.fc6
evolution-data-server-devel-1.8.0-11.fc6
gnome-pilot-devel-2.0.13-16
cairo-devel-1.2.6-1.fc6
nspr-devel-4.6.4-0.6.fc6
mesa-libGLU-devel-6.5.1-8.fc6
dbus-devel-1.0.1-2.fc6
GConf2-devel-2.14.0-8.fc6
boost-devel-1.33.1-9.fc6
libXdmcp-devel-1.0.1-2.1
mesa-libGL-devel-6.5.1-7.fc6
libXdmcp-devel-1.0.1-2.1
zlib-devel-1.2.3-3
libjpeg-devel-6b-37
libfontenc-devel-1.0.2-2.1
ORBit2-devel-2.14.3-3.fc6
libgcrypt-devel-1.2.3-1
pcsc-lite-devel-1.3.1-7
ORBit2-devel-2.14.3-3.fc6
ncurses-devel-5.5-24.20060715
gdbm-devel-1.8.0-26.2.1
gpm-devel-1.20.1-74.1
libvorbis-devel-1.1.2-1.2.1
libacl-devel-2.2.39-1.1
libdrm-devel-2.0.2-1.1
bzip2-devel-1.0.3-3
libmng-devel-1.0.9-5.1
libcap-devel-1.10-25
db4-devel-4.3.29-9.fc6
libart_lgpl-devel-2.3.17-4
libjpeg-devel-6b-37
pciutils-devel-2.2.3-4
libxml2-devel-2.6.26-2.1.1
cairo-devel-1.2.4-1.fc6
libSM-devel-1.0.1-3.1
alsa-lib-devel-1.0.12-2.fc6
pygobject2-devel-2.12.1-1.fc6
pango-devel-1.14.4-3.fc6
libxslt-devel-1.1.17-1.1
krb5-devel-1.5-7
startup-notification-devel-0.8-4.1
libglade2-devel-2.6.0-2
Xaw3d-devel-1.5E-10.1
libuser-devel-0.54.7-2
libgnomecanvas-devel-2.14.0-4.1
libXvMC-devel-1.0.2-2.1
krb5-devel-1.5-7
krbafs-devel-1.2.2-10.1
SDL-devel-1.2.10-6.2
libXaw-devel-1.0.2-8.1
lockdev-devel-1.0.1-10
libXdamage-devel-1.0.3-2.1
newt-devel-0.52.2-9
libbonobo-devel-2.16.0-1.fc6
libXevie-devel-1.0.1-3.1
libXrender-devel-0.9.1-3.1
libXxf86vm-devel-1.0.1-3.1
libXtst-devel-1.0.1-3.1
libXfont-devel-1.2.2-1.fc6
libXrandr-devel-1.1.1-3.1
gnome-vfs2-devel-2.16.0-4.fc6
libgnomeprint22-devel-2.12.1-8
rpm-devel-4.4.2-32
libgnomeprintui22-devel-2.12.1-6
gnome-pilot-devel-2.0.13-16
firefox-devel-1.5.0.7-7.fc6
eel2-devel-2.16.0-1.fc6
gnome-panel-devel-2.16.0-4.fc6
libgnomeui-devel-2.16.0-4.fc6
gnome-vfs2-devel-2.16.0-4.fc6
gnome-vfs2-devel-2.16.2-1.fc6
libXi-devel-1.0.1-3.1
nspr-devel-4.6.3-1
slang-devel-2.0.6-3
glib2-devel-2.12.3-2.fc6
readline-devel-5.1-1.1
libstdc++-devel-4.1.1-30
boost-devel-1.33.1-6.1
atk-devel-1.12.2-1.fc6
ncurses-devel-5.5-24.20060715
glib2-devel-2.12.3-2.fc6
libvorbis-devel-1.1.2-1.2.1
netpbm-devel-10.35-6.fc6
libattr-devel-2.4.32-1.1
db4-devel-4.3.29-9.fc6
zlib-devel-1.2.3-3
libXrandr-devel-1.1.1-3.1
libXft-devel-2.1.10-1.1
e2fsprogs-devel-1.39-7
gtk2-devel-2.10.4-4.fc6
hal-devel-0.5.8.1-4.fc6
libuser-devel-0.54.7-2
gail-devel-1.9.2-1.fc6
openssl-devel-0.9.8b-8
pango-devel-1.14.4-3.fc6
libSM-devel-1.0.1-3.1
newt-devel-0.52.2-9
cyrus-sasl-devel-2.1.22-4
libXfixes-devel-4.0.1-2.1
libXfontcache-devel-1.0.2-3.1
libXcursor-devel-1.1.7-1.1
libcroco-devel-0.6.1-2.1
librsvg2-devel-2.16.0-2.fc6
firefox-devel-1.5.0.7-7.fc6
libgnome-devel-2.16.0-4.fc6
nss-devel-3.11.4-0.6.fc6
gtk2-devel-2.10.4-5.fc6
libXres-devel-1.0.1-3.1
libart_lgpl-devel-2.3.17-4
libattr-devel-2.4.32-1.1
sqlite-devel-3.3.6-2
audiofile-devel-0.2.6-5
hesiod-devel-3.1.0-8
gmp-devel-4.1.4-7
giflib-devel-4.1.3-7.1
libtermcap-devel-2.0.8-46.1
gdbm-devel-1.8.0-26.2.1
freetype-devel-2.2.1-10.fc6
libtiff-devel-3.8.2-6.fc6
libselinux-devel-1.30.29-2
libXrender-devel-0.9.1-3.1
dbus-devel-0.93-3.fc6
cyrus-sasl-devel-2.1.22-4
neon-devel-0.25.5-5.1
gail-devel-1.9.2-1.fc6
gtk2-devel-2.10.4-4.fc6
pam-devel-0.99.6.2-3.fc6
gd-devel-2.0.33-9.3.fc6
GConf2-devel-2.14.0-2.1
libXScrnSaver-devel-1.1.0-3.1
libXxf86dga-devel-1.0.1-3.1
libXxf86misc-devel-1.0.1-3.1
libbonoboui-devel-2.16.0-1.fc6
gnome-desktop-devel-2.16.0-1.fc6
evolution-data-server-devel-1.8.0-11.fc6
mesa-libGL-devel-6.5.1-8.fc6
dbus-glib-devel-0.70-5.fc6
boost-devel-1.33.1-9.fc6

if they are doubled like last time what do i type now to delete/remove it?

if that is the case
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 06:50 PM   #13 (permalink)
K-B
Mod. Linux, Wrench Turner
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,884
OS: Vista, Ubuntu

My System

Msta, this is a 64bit version of Fedora, isn't it? I think that's why you're having so many problems. Installing 64 bit versions of Linux is asking for problems. You do get a speed boost & better responsiveness, but as you can see it might not be worth it.

Any how, there are only 2 specific packages that are now causing problems. They are:

pango-devel-1.14.8-1.fc6
pango-devel-1.14.4-3.fc6
pango-devel-1.14.4-3.fc6
hal-devel-0.5.8.1-4.fc6
hal-devel-0.5.8.1-4.fc6
hal-devel-0.5.8.1-5.fc6

As you can see there are 3 versions of each. Each of them have 2 older versions besides the newest ones. The only thing I can tell you to try is to try removing the older ones. Which would be:
pango-devel-1.14.4-3.fc6
hal-devel-0.5.8.1-4.fc6
As you know this can have some undesirable side effects. But maybe it will work. I think that maybe you have both the 32bit and the 64 bit versions of these programs installed, and that's whats causing problems.
Let me know what happens.
__________________
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 07:03 PM   #14 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
hey that reminds me when it was updating, a ccouple of the files say: i368(not sure that is the number i am thinking 32bit) and i saw 84x_64 for some part of the file when updating
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 07:04 PM   #15 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
yes i am using a 64bit computer
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 07:15 PM   #16 (permalink)
K-B
Mod. Linux, Wrench Turner
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,884
OS: Vista, Ubuntu

My System

I would really recommend if you don't want continued problems to install the 32 bit version of FC6. It's up to you though.
__________________
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 07:22 PM   #17 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
one problem, how do i stop it?
it is a atimatic updater?
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2006, 08:36 PM   #18 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
ya that is wierd it is removing pango-devel and a couple are i368
same with hal-devel

how cna i stop this download of 32 bit?
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-04-2006, 04:20 AM   #19 (permalink)
K-B
Mod. Linux, Wrench Turner
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,884
OS: Vista, Ubuntu

My System

I'm not sure. Maybe it won't continue.
__________________
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-04-2006, 08:54 AM   #20 (permalink)
Registered User
 
Msta's Avatar
 
Join Date: Oct 2006
Location: The BlackHole
Posts: 119
OS: windows XP

My System

Send a message via MSN to Msta
is there downloading options in fedora core 6?
for the atimatic downloads
__________________
<(''<) <( '' )> (>'')> !Kirby!
Msta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 07:25 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85